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