class Array
def uniq_by!(&block)
*DEPRECATED*: Use Array#uniq! instead.
def uniq_by!(&block) ActiveSupport::Deprecation.warn 'uniq_by! is deprecated. Use Array#uniq! instead' uniq!(&block) end
def uniq_by!(&block) ActiveSupport::Deprecation.warn 'uniq_by! is deprecated. Use Array#uniq! instead' uniq!(&block) end