# File lib/action_mailer/base.rb, line 496 def method_missing(meth, *args, &block) @message.send(meth, *args, &block) end