From: "programble (Curtis McEnroe)" Date: 2012-07-13T14:46:37+09:00 Subject: [ruby-core:46382] [ruby-trunk - Feature #6727] Add Array#rest (with implementation) Issue #6727 has been updated by programble (Curtis McEnroe). +1, This is a much cleaner way to achieve the exact same as ary[1..-1] ---------------------------------------- Feature #6727: Add Array#rest (with implementation) https://bugs.ruby-lang.org/issues/6727#change-27998 Author: duckinator (Nick Markwell) Status: Rejected Priority: Normal Assignee: Category: Target version: =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/