method

respond_to?

rails latest stable - Class: ActionMailer::DeprecatedApi::ClassMethods

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.

respond_to?(method_symbol, include_private = false)
public

No documentation available.

# File actionmailer/lib/action_mailer/deprecated_api.rb, line 56
      def respond_to?(method_symbol, include_private = false)
        matches_dynamic_method?(method_symbol) || super
      end