Class: Goodbye

Inherits:
Object
  • Object
show all
Defined in:
lib/project_stats/goodbye.rb

Instance Method Summary collapse

Instance Method Details

#whisperObject



6
7
8
# File 'lib/project_stats/goodbye.rb', line 6

def whisper
  puts "...goodbye."
end

#yellObject



2
3
4
# File 'lib/project_stats/goodbye.rb', line 2

def yell
  puts "GOODBYE!"
end