Class: Lemurick::John
- Inherits:
-
Object
- Object
- Lemurick::John
- Defined in:
- lib/lemurick/lemurs/john.rb
Instance Method Summary collapse
Instance Method Details
#quotes ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/lemurick/lemurs/john.rb', line 7 def quotes [ 'When I was at American Express...', "*finds gifs*", 'I just did it over the weekend', "I'm going home", "I didn't find it difficult but I said it was so that I'd seem to be on the same page as everyone else", "I'm not good at this", "Have you done the homework yet", "What did you get?", "interesting..." ] end |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/john.rb', line 3 def speak quotes.sample end |