Method: Hotch::Memory#run

Defined in:
lib/hotch/memory.rb

#runObject



58
59
60
61
62
63
# File 'lib/hotch/memory.rb', line 58

def run
  start
  yield
ensure
  stop
end