instance method method_missing

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.0.20

Signature

method_missing(meth, *args, &block)

No documentation comment.

Parameters

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

Defined in actionmailer/lib/action_mailer/base.rb line 496 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionMailer::Base::DeprecatedHeaderProxy

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close