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