method

new

rails latest stable - Class: ActionMailer::Base::DeprecatedHeaderProxy

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

new(message)
public

No documentation available.

# File actionmailer/lib/action_mailer/base.rb, line 475
      def initialize(message)
        @message = message
      end