Class: Lemurick::Carson

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

Instance Method Summary collapse

Instance Method Details

#authorObject



17
18
19
# File 'lib/lemurick/lemurs/carson.rb', line 17

def author
  ["David Foster Wallace", "Chaucer", "Joyce", "Seventeen Magazine", "Keats"].sample
end

#quotesObject



7
8
9
10
11
12
13
14
15
# File 'lib/lemurick/lemurs/carson.rb', line 7

def quotes
  [
    "Hey guys, I read the complete works of #{self.author} last night",
    "*sardonic wit*",
    "So what I was born in the 90s, the AARP and I happen to share a very similar subset of interests",
    "Whan that april with his shores soothe, the doughte of march hath pereced to the route...",
    "I'll let you finish your drink, but first let me ask you this incredibly complex philisophical dilemma"
  ]
end

#speakObject



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

def speak
  quotes.sample
end