Class: Goodbye
- Inherits:
-
Object
- Object
- Goodbye
- Defined in:
- lib/project_stats/goodbye.rb
Instance Method Summary collapse
Instance Method Details
#whisper ⇒ Object
6 7 8 |
# File 'lib/project_stats/goodbye.rb', line 6 def whisper puts "...goodbye." end |
#yell ⇒ Object
2 3 4 |
# File 'lib/project_stats/goodbye.rb', line 2 def yell puts "GOODBYE!" end |