Module: ActiveSupport::Notifications::Fanout::NullHandle
- Extended by:
- NullHandle
- Included in:
- NullHandle
- Defined in:
- lib/active_support/notifications/fanout.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#finish ⇒ Object
277 278 |
# File 'lib/active_support/notifications/fanout.rb', line 277 def finish end |
#finish_with_values(_name, _id, _payload) ⇒ Object
280 281 |
# File 'lib/active_support/notifications/fanout.rb', line 280 def finish_with_values(_name, _id, _payload) end |
#start ⇒ Object
274 275 |
# File 'lib/active_support/notifications/fanout.rb', line 274 def start end |