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