Class: Array

Inherits:
Object show all
Includes:
UniqBy
Defined in:
lib/koalemos/uniq_by.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#uniq_by!(&b) ⇒ Object



29
30
31
# File 'lib/koalemos/uniq_by.rb', line 29

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