# File lib/hashery/sparsearray.rb, line 163 def collect nha = self.class.new (0...self.length).each { |i| nha << yield(self.fetch(i)) } nha end