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