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