Class: Lemurick::Peter
- Inherits:
-
Object
- Object
- Lemurick::Peter
- Defined in:
- lib/lemurick/lemurs/peter.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/lemurick/lemurs/peter.rb', line 6 def quotes [ "Bruce Springsteen sucks", "We should all aspire to be a little more like Danza", "It's unbelievable that the President was once named Herbert", "As Thomas Aquinas said, there shall come a time when a man is not measured by his deeds, but by the size and magnitude of his pompadour" ] end |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/peter.rb', line 3 def speak quotes.sample end |