# File test/pseudo_io.rb, line 5
    def initialize
      @closed = false
      @stream = nil
    end