Sha256: a72d581a1f912efb2ab3d03330ede2de91155e1a36be1a79b0c1c3b5b80df690
Contents?: true
Size: 190 Bytes
Versions: 22
Compression:
Stored size: 190 Bytes
Contents
# the following extension for class Hash is needed (from Facets of Ruby library): class Hash def self.zip(keys,values) # from Facets of Ruby library (keys.zip(values)).to_h end end
Version data entries
22 entries across 22 versions & 2 rubygems