Class: Cat

Inherits:
Object
  • Object
show all
Defined in:
lib/catchat.rb

Class Method Summary collapse

Class Method Details

.catify(passage) ⇒ Object



9
10
11
# File 'lib/catchat.rb', line 9

def self.catify(passage)
  Translator.catify_passage(passage)
end

.humanize(passage) ⇒ Object



13
14
15
# File 'lib/catchat.rb', line 13

def self.humanize(passage)
  Translator.humanize_passage(passage)
end

.meowObject



5
6
7
# File 'lib/catchat.rb', line 5

def self.meow
  "MEEEOW!"
end