Class: YAKC::FallthroughInstrumenter

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

Instance Method Summary collapse

Instance Method Details

#instrument(message) ⇒ Object



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

def instrument( message )
  yield
end