Class: Lemurick::Anderson
- Inherits:
-
Object
- Object
- Lemurick::Anderson
- Defined in:
- lib/lemurick/lemurs/anderson.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
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 |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/anderson.rb', line 3 def speak quotes.sample end |