method
respond_to_missing?
rails latest stable - Class:
ActiveSupport::BroadcastLogger
respond_to_missing?(method, include_all)private
No documentation available.
# File activesupport/lib/active_support/broadcast_logger.rb, line 246
def respond_to_missing?(method, include_all)
@broadcasts.any? { |logger| logger.respond_to?(method, include_all) }
end