Class: Lemurick::Michael

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

Instance Method Summary collapse

Instance Method Details

#quotesObject



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

def quotes
  [
    "...",
    "I'm still working on auto-complete.",
    "I just wasted an hour on 'fucntion'",
    "Your code works now.",
    "I'm going to soul-fixins",
  ]
end

#speakObject



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

def speak
  quotes.sample
end