instance method
respond_to?
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
respond_to?(*args)
No documentation comment.
Parameters
-
argsrest
Source
# File activesupport/lib/active_support/tagged_logging.rb, line 76
def respond_to?(*args)
super || @logger.respond_to?(*args)
end
Defined in activesupport/lib/active_support/tagged_logging.rb line 76
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TaggedLogging