instance method
dispatch
Ruby on Rails 7.1.6
Since v7.1.6 PrivateSignature
dispatch(&block)
No documentation comment.
Parameters
-
blockblock
Source
# File activesupport/lib/active_support/broadcast_logger.rb, line 230
def dispatch(&block)
@broadcasts.each { |logger| block.call(logger) }
true
end
Defined in activesupport/lib/active_support/broadcast_logger.rb line 230
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::BroadcastLogger