method
respond_to?
rails latest stable - Class:
ActiveSupport::BufferedLogger
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