Method: Omnes::Bus#performing_nothing
- Defined in:
- lib/omnes/bus.rb
#performing_nothing(&block) ⇒ Object
Specialized version of #performing_only with no subscriptions
277 278 279 |
# File 'lib/omnes/bus.rb', line 277 def performing_nothing(&block) performing_only(&block) end |