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