class YAKC::FallthroughInstrumenter

Public Instance Methods

instrument( message ) { || ... } click to toggle source
# File lib/yakc/fallthrough_instrumenter.rb, line 4
def instrument( message )
  yield
end