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