# File lib/zip/ioextras.rb, line 120
    def print(*params)
      self << params.join << $\.to_s
    end