# File test/pseudo_io.rb, line 27
    def print(*args)
      write(args.join)
      nil
    end