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