class Mail::Field
def respond_to_missing?(method_name, include_private)
def respond_to_missing?(method_name, include_private) field.respond_to?(method_name, include_private) || super end
def respond_to_missing?(method_name, include_private) field.respond_to?(method_name, include_private) || super end