class Lemurick::Anderson
Public Instance Methods
quotes()
click to toggle source
# File lib/lemurick/lemurs/anderson.rb, line 7 def quotes [ "The untold tragedy of the Titanic is the iceburg.", "Forest Gump could run, but he couldn't run that fast.", "Miguel's Cheddar Jalapeno Biscuits.", "' . . . '" ] end
speak()
click to toggle source
# File lib/lemurick/lemurs/anderson.rb, line 3 def speak quotes.sample end