class Lemurick::Amanda

Public Instance Methods

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