examples/io/io_read.rb in polyphony-0.19 vs examples/io/io_read.rb in polyphony-0.20
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
require 'bundler/setup'
-require 'polyphony'
+require 'polyphony/auto_run'
s = IO.read(__FILE__)
puts "encoding: #{s.encoding.inspect}"
puts s
-puts
\ No newline at end of file
+puts