# File lib/archive/zip.rb, line 99 def self.extract(archive, destination, options = {}) open(archive, :r) { |z| z.extract(destination, options) } end