Class: Array

Inherits:
Object show all
Extended by:
Tins::Deprecate
Includes:
ExtractLastArgumentOptions, UniqBy
Defined in:
lib/tins/xt/uniq_by.rb,
lib/tins/xt/extract_last_argument_options.rb

Instance Method Summary collapse

Methods included from Tins::Deprecate

deprecate

Instance Method Details

#uniq_by!(&b) ⇒ Object



13
14
15
# File 'lib/tins/xt/uniq_by.rb', line 13

def uniq_by!(&b)
  replace uniq_by(&b)
end