Class: Lemurick::Carson
- Inherits:
-
Object
- Object
- Lemurick::Carson
- Defined in:
- lib/lemurick/lemurs/carson.rb
Instance Method Summary collapse
Instance Method Details
#author ⇒ Object
17 18 19 |
# File 'lib/lemurick/lemurs/carson.rb', line 17 def ["David Foster Wallace", "Chaucer", "Joyce", "Seventeen Magazine", "Keats"].sample end |
#quotes ⇒ Object
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.} 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 |
#speak ⇒ Object
3 4 5 |
# File 'lib/lemurick/lemurs/carson.rb', line 3 def speak quotes.sample end |