Class: Lemurick::John

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

Instance Method Summary collapse

Instance Method Details

#quotesObject



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

#speakObject



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

def speak
  quotes.sample
end