Libraries
»
hotch
(0.7.0)
»
Index
»
Hotch
»
Memory
»
#run
Method: Hotch::Memory#run
Defined in:
lib/hotch/memory.rb
#
run
⇒
Object
58 59 60 61 62 63
# File 'lib/hotch/memory.rb', line 58
def
run
start
yield
ensure
stop
end