link_occurrence = Hash.new 0 urls.each do |pos,match| @urls[pos] = {link:match[0],occurrence:link_occurrence[match]} link_occurrence[match] += 1 end