# File test/pseudo_io.rb, line 37
    def <<(object)
      write(object.to_s)
      self
    end