Skip to content

Commit 2245c6e

Browse files
committed
more freezing
1 parent 71229eb commit 2245c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def start_reporting_process(reader)
2929
next
3030
end
3131

32-
seen[cov_hash] = Base64.strict_decode64(encoded_bytes)
32+
seen[cov_hash] = Base64.strict_decode64(encoded_bytes).freeze
3333
puts(seen)
3434
end
3535
end

0 commit comments

Comments
 (0)