method
method_missing
v3.0.0 -
Show latest stable
- Class:
ActionMailer::Base::DeprecatedHeaderProxy
method_missing(meth, *args, &block)public
No documentation available.
# File actionmailer/lib/action_mailer/base.rb, line 471
def method_missing(meth, *args, &block)
@message.send(meth, *args, &block)
end