# File lib/hashery/sparsearray.rb, line 524
  def to_h
   h = Hash.new
   self.each { |k,v| h[k] = v }
   h
  end