summaryrefslogtreecommitdiff
path: root/code/snippets/pipe_direction.rb
blob: 2a81c113386f3d0acdc06334f7ef6139af619885 (plain)
1
2
reader, writer = IO.pipe
reader.write("Trying to get the reader to write something")