Class: DeliveryBoy::NullInstrumenter

Inherits:
Object
  • Object
show all
Defined in:
lib/delivery_boy/instrumenter.rb

Instance Method Summary collapse

Instance Method Details

#instrument(&block) ⇒ Object



22
23
24
# File 'lib/delivery_boy/instrumenter.rb', line 22

def instrument(*, &block)
  block&.call
end