Class: Lemurick::Anderson

Inherits:
Object
  • Object
show all
Defined in:
lib/lemurick/lemurs/anderson.rb

Instance Method Summary collapse

Instance Method Details

#quotesObject



7
8
9
10
11
12
13
14
15
# 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

#speakObject



3
4
5
# File 'lib/lemurick/lemurs/anderson.rb', line 3

def speak
  quotes.sample
end