# File lib/hashery/sparsearray.rb, line 67 def +(ha) nha = self.dup (0..ha.length-1).each { |i| nha.set(nha.length,ha.fetch(i)) } nha end