Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_bopomoObject



44
45
46
# File 'lib/tobopomo.rb', line 44

def to_bopomo
  tobopomo(self)
end

#to_kanji(limit = 5) ⇒ Object



47
48
49
# File 'lib/tobopomo.rb', line 47

def to_kanji(limit=5)
  tokanji(self, limit)
end