# File lib/buildr/packaging/zip.rb, line 51 def exist?() Zip::ZipFile.open(zipfile) { |zip| zip.file.exist?(@name) } end