class ActiveSupport::BroadcastLogger

def dispatch(&block)

def dispatch(&block)
  @broadcasts.each { |logger| block.call(logger) }
end