summaryrefslogtreecommitdiff
path: root/spec/ruby/core/io/fixtures/copy_in_out.rb
blob: b9d4085a47e9765440b4c48c8c82fe2971a74875 (plain)
1
2
STDOUT.sync = false
IO.copy_stream(STDIN, STDOUT)