From: "fuadksd (Fuad Saud)" Date: 2013-11-12T02:29:06+09:00 Subject: [ruby-core:58283] [ruby-trunk - Feature #6727] Add Array#rest (with implementation) Issue #6727 has been updated by fuadksd (Fuad Saud). Reading back the comments, I realize Indexable may be a good idea for String/Array polymorphism. ---------------------------------------- Feature #6727: Add Array#rest (with implementation) https://bugs.ruby-lang.org/issues/6727#change-42873 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/