Sha256: 9fcdf0cfb8c2bdc2774518fc650c661a7fbc74a49318740699828b373da38020

Contents?: true

Size: 120 Bytes

Versions: 14

Compression:

Stored size: 120 Bytes

Contents

module Maps

  module_function

 def merge(sequence_of_maps)
   sequence_of_maps.reduce({}){|a,b| a.merge(b) }
 end

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
totally_lazy-0.0.20 lib/utils.rb
totally_lazy-0.0.19 lib/utils.rb
totally_lazy-0.0.18 lib/utils.rb
totally_lazy-0.0.16 lib/utils.rb
totally_lazy-0.0.15 lib/utils.rb
totally_lazy-0.0.14 lib/utils.rb
totally_lazy-0.0.13 lib/utils.rb
totally_lazy-0.0.12 lib/utils.rb
totally_lazy-0.0.11 lib/utils.rb
totally_lazy-0.0.10 lib/utils.rb
totally_lazy-0.0.9 lib/utils.rb
totally_lazy-0.0.8 lib/utils.rb
totally_lazy-0.0.7 lib/utils.rb
totally_lazy-0.0.6 lib/utils.rb