Search Results

1
vote

Uniq by object attribute in Ruby

You can use a hash, which contains only one value for each key: Hash[*recs.map{|ar| [ar[attr],ar]}.flatten].values …