class MemoryIO::IO

def initialize(stream)

Parameters:
  • stream (#pos, #pos=, #read, #write) --
def initialize(stream)
  @stream = stream
end