examples/memory_inline_report.rb in hotch-0.6.0 vs examples/memory_inline_report.rb in hotch-0.7.0
- old
+ new
@@ -1,5 +1,7 @@
-require 'hotch/memory'
+# frozen_string_literal: true
+
+require "hotch/memory"
ary = []
puts Hotch::Memory.report("1") {
ary << "string"