From: "duckinator (Nick Markwell)" Date: 2012-07-13T13:25:06+09:00 Subject: [ruby-core:46377] [ruby-trunk - Feature #6727][Open] Add Array#rest (with implementation) Issue #6727 has been reported by duckinator (Nick Markwell). ---------------------------------------- Feature #6727: Add Array#rest (with implementation) https://bugs.ruby-lang.org/issues/6727 Author: duckinator (Nick Markwell) Status: Open 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/