class Lemurick::Gray

Public Instance Methods

quotes() click to toggle source
# File lib/lemurick/lemurs/gray.rb, line 7
def quotes
  [
    "it\'s wierd man!",
    "who got to #{rand(4..8)} jezzballs?",
    "something something jezzballssszzz"
  ]
end
speak() click to toggle source
# File lib/lemurick/lemurs/gray.rb, line 3
def speak
  quotes.sample
end