From: "yhara (Yutaka HARA)" Date: 2012-10-25T18:43:34+09:00 Subject: [ruby-core:48247] [ruby-trunk - Feature #6445] request for default length/position on string index Issue #6445 has been updated by yhara (Yutaka HARA). Target version changed from 2.0.0 to Next Major ---------------------------------------- Feature #6445: request for default length/position on string index https://bugs.ruby-lang.org/issues/6445#change-31525 Author: botp (bot pena) Status: Assigned Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: Target version: Next Major 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/