method
respond_to?
rails latest stable - Class:
ActionMailer::DeprecatedApi::ClassMethods
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