From: "Hanmac (Hans Mackowiak)" Date: 2013-11-11T18:27:06+09:00 Subject: [ruby-core:58274] [ruby-trunk - Feature #6727] Add Array#rest (with implementation) Issue #6727 has been updated by Hanmac (Hans Mackowiak). alexeymuranov (Alexey Muranov) wrote: > If #each is to take arguments, would suggest > > [1, 2, 'a', :b, 3].each(Integer).map{|x| 2*x } # => [2, 4, 6] ok that would be like #grep, but i want something that uses index, not the object itself ---------------------------------------- Feature #6727: Add Array#rest (with implementation) https://bugs.ruby-lang.org/issues/6727#change-42861 Author: duckinator (Nick Markwell) Status: Assigned Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: core Target version: next minor =begin I run into many instances where I end up using (({arr[1..-1]})), so I decided to add (({arr.rest})) to make that a bit less hideous. Branch on github: (()) Patch: (()) Diff: (()) =end -- http://bugs.ruby-lang.org/