Class: Lemurick::Amanda
- Inherits:
-
Object
- Object
- Lemurick::Amanda
- Defined in:
- lib/lemurick/lemurs/amanda.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/lemurick/lemurs/amanda.rb', line 7 def quotes [ 'Lobster is the second worst font of all time.', 'cashew cheese', 'Go Packers', 'Ted stole my style today... again.', 'Who wants to go to Cinnamon Snail? VANILLA BOURBON CREME BRULEE DOUGHNUTS GUYS', 'What are you reading now Carson?', 'I love Futura' ] end |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/amanda.rb', line 3 def speak quotes.sample end |