Class: FizzBuzz
- Inherits:
-
Object
- Object
- FizzBuzz
- Defined in:
- lib/fizz_buzz/fizz_buzz.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
2 3 4 |
# File 'lib/fizz_buzz/fizz_buzz.rb', line 2 def execute 'FizzBuzz' end |