class Lemurick::Andrew

Public Instance Methods

quotes() click to toggle source
# File lib/lemurick/lemurs/andrew.rb, line 7
def quotes
  [
    'Keep your tenor high!',
    'Good or great?',
    'You haven\'t lived until you\'ve spent all day looking for a comma.',
    'WOAH!  Did you feel that?  I think someone touched a Gemile... guess I\'ll bundle',
    'I don\'t know it YET.',
    'Undefined?  Did I mean to define it? ... Where do I think I defined it?',
    'The best time ever?  or only one of them?',
    'I am an object.  I have attributes... like my name... and abilities like the ability to tell you my name... if you ask.'
  ]
end
speak() click to toggle source
# File lib/lemurick/lemurs/andrew.rb, line 3
def speak
  quotes.sample
end