method

respond_to?

rails latest stable - Class: ActiveSupport::BufferedLogger

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

respond_to?(method, include_private = false)
public

No documentation available.

# 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