Object
Read and write via stdout and stdin.
Initialize new Stdio
# File lib/hydra/stdio.rb, line 8 def initialize() @reader = $stdin @writer = $stdout @reader.sync = true @writer.sync = true end