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