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

Version Path
smarter_csv-1.6.1 lib/extensions/hash.rb
smarter_csv-1.6.0 lib/extensions/hash.rb
smarter_csv-1.5.2 lib/extensions/hash.rb
smarter_csv-1.5.1 lib/extensions/hash.rb
smarter_csv-1.5.0 lib/extensions/hash.rb
smarter_csv-1.4.2 lib/extensions/hash.rb
smarter_csv-1.4.0 lib/extensions/hash.rb
smarter_csv-1.3.0 lib/extensions/hash.rb
smarter_csv-1.2.8 lib/extensions/hash.rb
smarter_csv-1.2.7 lib/extensions/hash.rb
pokedex-terminal-0.2.8 vendor/bundle/ruby/2.7.0/gems/smarter_csv-1.2.6/lib/extensions/hash.rb
pokedex-terminal-0.2.7 vendor/bundle/ruby/2.7.0/gems/smarter_csv-1.2.6/lib/extensions/hash.rb
pokedex-terminal-0.2.6 vendor/bundle/ruby/2.7.0/gems/smarter_csv-1.2.6/lib/extensions/hash.rb
pokedex-terminal-0.2.5 vendor/bundle/ruby/2.7.0/gems/smarter_csv-1.2.6/lib/extensions/hash.rb
pokedex-terminal-0.2.4 vendor/bundle/ruby/2.7.0/gems/smarter_csv-1.2.6/lib/extensions/hash.rb
smarter_csv-1.2.6 lib/extensions/hash.rb
smarter_csv-1.2.5 lib/extensions/hash.rb
smarter_csv-1.2.4 lib/extensions/hash.rb
smarter_csv-1.2.3 lib/extensions/hash.rb
smarter_csv-1.2.0 lib/extensions/hash.rb