method
respond_to?
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
respond_to?(method, include_private = false)
public
Hide source
# File actionmailer/lib/action_mailer/base.rb, line 547 def respond_to?(method, include_private = false) #:nodoc: super || action_methods.include?(method.to_s) end