class Lemurick::John

Public Instance Methods

quotes() click to toggle source
# 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() click to toggle source
# File lib/lemurick/lemurs/john.rb, line 3
def speak
  quotes.sample
end