Class: String

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

Instance Method Summary collapse

Instance Method Details

#from_pinyinObject



145
146
147
# File 'lib/pinyinator.rb', line 145

def from_pinyin
  Pinyin::from_pinyin(self)
end

#to_pinyinObject



141
142
143
# File 'lib/pinyinator.rb', line 141

def to_pinyin
  Pinyin::to_pinyin(self)
end