Class: Lemurick::Karynn

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

Instance Method Summary collapse

Instance Method Details

#quotesObject



8
9
10
11
12
13
14
15
16
17
# File 'lib/lemurick/lemurs/karynn.rb', line 8

def quotes
  [
    "Queue me for help",
    "COFFEE",
    "I can't think of quotes",
    ":)",
    ":D",
    "^_^"
  ]
end

#speakObject



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

def speak
  quotes.sample
end