# File lib/new_relic/agent/configuration/manager.rb, line 315 def remove_duplicates(pairs) grouped_by_type = pairs.group_by(&:first) grouped_by_type.values.map(&:last) end