examples/threads.rb in async-container-0.16.0 vs examples/threads.rb in async-container-0.16.1

- old
+ new

@@ -1,5 +1,6 @@ #!/usr/bin/env ruby +# frozen_string_literal: true puts "Process pid: #{Process.pid}" threads = 10.times.collect do Thread.new do