method
respond_to?
v2.3.8 -
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 387
def respond_to?(method_symbol, include_private = false) #:nodoc:
matches_dynamic_method?(method_symbol) || super
end