class ActiveSupport::Notifications::Fanout::BaseGroup

def each(&block)

def each(&block)
  iterate_guarding_exceptions(@listeners, &block)
end