Sha256: 70e38053d72c451fc6a6f19e0e0e06601d4680b1a04e1bc8a28a2c099651baad
Contents?: true
Size: 81 Bytes
Versions: 10
Compression:
Stored size: 81 Bytes
Contents
class Hash def without(key) self.dup.tap{|hash| hash.delete(key)} end end
Version data entries
10 entries across 10 versions & 1 rubygems