Class: YAKC::Instrumenter::FallthroughInstrumenter

Inherits:
Object
  • Object
show all
Defined in:
lib/yakc/fallthrough_instrumenter.rb

Instance Method Summary collapse

Instance Method Details

#instrument(message) ⇒ Object



5
6
7
# File 'lib/yakc/fallthrough_instrumenter.rb', line 5

def instrument( message )
  yield
end