Sha256: 19b2a9647284e64d1b9d832ac9effc0efd9ac2a253a49bff82cbc5a7007a69a9
Contents?: true
Size: 166 Bytes
Versions: 9
Compression:
Stored size: 166 Bytes
Contents
module Zip class << self def options @options ||= { :on_exists_proc => false, :continue_on_exists_proc => false } end end end
Version data entries
9 entries across 9 versions & 2 rubygems