# File lib/hydra/stdio.rb, line 8
    def initialize()
      @reader = $stdin
      @writer = $stdout
      @reader.sync = true
      @writer.sync = true
    end