From: "naruse (Yui NARUSE)" <naruse@...>
Date: 2012-07-13T22:44:58+09:00
Subject: [ruby-core:46391] [ruby-trunk - Feature #6727][Assigned] Add Array#rest (with implementation)


Issue #6727 has been updated by naruse (Yui NARUSE).

Status changed from Rejected to Assigned
Assignee set to matz (Yukihiro Matsumoto)


----------------------------------------
Feature #6727: Add Array#rest (with implementation)
https://bugs.ruby-lang.org/issues/6727#change-28007

Author: duckinator (Nick Markwell)
Status: Assigned
Priority: Normal
Assignee: matz (Yukihiro Matsumoto)
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/