method

start

rails latest stable - Class: ActiveSupport::Notifications::Fanout::EventedGroup
start(name, id, payload)
public

No documentation available.

# File activesupport/lib/active_support/notifications/fanout.rb, line 157
        def start(name, id, payload)
          each do |s|
            s.start(name, id, payload)
          end
        end