Class: Lemurick::Mike

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

Instance Method Summary collapse

Instance Method Details

#quotesObject



8
9
10
11
# File 'lib/lemurick/lemurs/mike.rb', line 8

def quotes
  ["white pizza with prosciutto and goat cheese",
   "placeholder", "third quote"]
end

#speakObject



4
5
6
# File 'lib/lemurick/lemurs/mike.rb', line 4

def speak
  quotes.sample
end