Method: ActiveSupport::Notifications::Fanout::BaseGroup#each
- Defined in:
- activesupport/lib/active_support/notifications/fanout.rb
#each(&block) ⇒ Object
121 122 123 |
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 121 def each(&block) iterate_guarding_exceptions(@listeners, &block) end |