Method: Reap::Utilities#ziputils

Defined in:
lib/reap/utilities.rb

#ziputilsObject

Delegate access to ZipUtils.



303
304
305
# File 'lib/reap/utilities.rb', line 303

def ziputils
  dryrun? ? ::ZipUtils::DryRun : ::ZipUtils
end