Sha256: 5b3f03f852b96a87968c90af70ac4dcc6de21c4456b2a38b42f0697ae4646ffd
Contents?: true
Size: 220 Bytes
Versions: 13
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true # 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
13 entries across 13 versions & 1 rubygems