From: "botp (bot pena)" Date: 2012-05-17T13:02:31+09:00 Subject: [ruby-core:45106] [ruby-trunk - Feature #6445][Open] request for default length/position on string index Issue #6445 has been reported by botp (bot pena). ---------------------------------------- Feature #6445: request for default length/position on string index https://bugs.ruby-lang.org/issues/6445 Author: botp (bot pena) Status: Open Priority: Normal Assignee: Category: Target version: 2.0.0 would be nice if ruby has default for "rest or up to end of string" eg "hello"[2,] => should default to "hello"[2..-1] or "hello"[2..] => should default to "hello"[2..-1] -- http://bugs.ruby-lang.org/