method
respond_to?

respond_to?(method, *args)
public
Hide source
# File actionmailer/lib/action_mailer/base.rb, line 430 def respond_to?(method, *args) #:nodoc: super || action_methods.include?(method.to_s) end