module ZhongwenTools

NOTE: This table works for pyn -> pinyin conversion, but it introduces

mistakes when converting pinyin to pyn. In practice, pinyin can't
be converted to pyn with complete accuracy unless it is properly
formatted.

Constants

CONVERTIBLE_OBJECTS
NUMBER_CLASSES
VERSION

Public Instance Methods

respond_to?(method, include_private = false) click to toggle source
Calls superclass method
# File lib/zhongwen_tools/core.rb, line 19
def respond_to?(method, include_private = false)
  super || ::ZhongwenTools::StringExtension.instance_methods.include?(method)
end