instance method respond_to?

Ruby on Rails 3.2.22.5

Since v3.2.22.5 Last seen in v3.2.22.5

Signature

respond_to?(*args)

No documentation comment.

Parameters

args rest
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close