class String

Public Instance Methods

from_pinyin() click to toggle source
# File lib/pinyinator.rb, line 145
def from_pinyin
  Pinyin::from_pinyin(self)
end
to_pinyin() click to toggle source
# File lib/pinyinator.rb, line 141
def to_pinyin
  Pinyin::to_pinyin(self)
end