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