class String

Public Instance Methods

to_bopomo() click to toggle source
# File lib/tobopomo.rb, line 44
def to_bopomo
  tobopomo(self)
end
to_kanji(limit=5) click to toggle source
# File lib/tobopomo.rb, line 47
def to_kanji(limit=5)
  tokanji(self, limit)
end