Skip to content

A fizzbuzz implementation in ruby using lambdas and case statement

Notifications You must be signed in to change notification settings

menge101/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

Fizzbuzz is a simple algorithm sometimes asked of junior developers. This implementation of Fizzbuzz uses the case equality operator ('==='), which is used in case statements, in conjunction with lambdas. The case equality operator makes a Proc#call on the right-hand side operand, which allows for interesting and useful behavior. Read more about it here.

About

A fizzbuzz implementation in ruby using lambdas and case statement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages