# File lib/active_support/multibyte/chars.rb, line 66 def respond_to?(method, include_private=false) super || @wrapped_string.respond_to?(method, include_private) end