class ActiveSupport::Multibyte::Chars
def respond_to_missing?(method, include_private)
are included in the search only if the optional second parameter
Returns +true+ if _obj_ responds to the given method. Private methods
def respond_to_missing?(method, include_private) @wrapped_string.respond_to?(method, include_private) end