Sha256: c9e4c5ac29b2415a68c2ee26ecad1e3bb265bd6b734a7b70ac50311bf4116656

Contents?: true

Size: 180 Bytes

Versions: 1

Compression:

Stored size: 180 Bytes

Contents

# frozen_string_literal: true

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.7.0 examples/memory_at_exit.rb