examples/memory_at_exit.rb in hotch-0.6.0 vs examples/memory_at_exit.rb in hotch-0.7.0
- old
+ new
@@ -1,5 +1,7 @@
-require 'hotch/memory'
+# frozen_string_literal: true
+
+require "hotch/memory"
ary = []
Hotch.memory do
ary << "string"
- old
+ new