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: ((<URL:https://github.com/duckinator/ruby/compare/feature/array_rest>)) Patch: ((<URL:https://github.com/duckinator/ruby/compare/feature/array_rest.patch>)) Diff: ((<URL:https://github.com/duckinator/ruby/compare/feature/array_rest.diff>)) =end -- http://bugs.ruby-lang.org/