Method: Array#runiq_by
- Defined in:
- lib/rmtools/enumerable/array.rb
#runiq_by(&block) ⇒ Object
rightmost #uniq_by
146 147 148 |
# File 'lib/rmtools/enumerable/array.rb', line 146 def runiq_by(&block) reverse.uniq_by(&block).reverse end |