uniq_by!()
Same as uniq_by, but modifies self.
# File activesupport/lib/active_support/core_ext/array/uniq_by.rb, line 13 def uniq_by! replace(uniq_by{ |i| yield(i) }) end