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?(method, include_private = false)

No documentation comment.

Parameters

method req
include_private opt = false
Source
# File activesupport/lib/active_support/buffered_logger.rb, line 111
    def respond_to?(method, include_private = false)
      return false if method.to_s == "flush"
      super
    end

Defined in activesupport/lib/active_support/buffered_logger.rb line 111 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::BufferedLogger

Type at least 2 characters to search.

↑↓ navigate · open · esc close