method
respond_to?
v2.2.1 -
Show latest stable
- Class:
ActionMailer::Base
respond_to?(method_symbol, include_private = false)public
No documentation available.
# File actionmailer/lib/action_mailer/base.rb, line 384
def respond_to?(method_symbol, include_private = false) #:nodoc:
matches_dynamic_method?(method_symbol) || super
end