Sha256: 6692b704ef96106bbd3e5774dcb25b12cee3883420ab6e3db74b534c9ec31e23
Contents?: true
Size: 149 Bytes
Versions: 1
Compression:
Stored size: 149 Bytes
Contents
require 'hotch/memory' ary = [] Hotch.memory do ary << "string" end Hotch.memory do ary << "another" end Hotch.memory do ary.join(" ") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hotch-0.6.0 | examples/memory_at_exit.rb |