Sha256: e00cdd9aaf631f533880517bc49fd9abe826bbdb838c64f39086158beae743ad

Contents?: true

Size: 110 Bytes

Versions: 23

Compression:

Stored size: 110 Bytes

Contents

module Maps
  private
  def merge(sequence_of_maps)
    sequence_of_maps.fold({}){|a,b| a.merge(b) }
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
totally_lazy-0.1.42 lib/totally_lazy/maps.rb
totally_lazy-0.1.41 lib/totally_lazy/maps.rb
totally_lazy-0.1.39 lib/totally_lazy/maps.rb