General

Profile

botp (bot pena)

  • Login: botp
  • Email: botpena@gmail.com
  • Registered on: 04/13/2012
  • Last sign in: 05/17/2012

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 2 3

Activity

05/17/2012

01:02 PM Ruby master Feature #6445 (Assigned): request for default length/position on string index
would be nice if ruby has default for "rest or up to end of string"
eg
"hello"[2,] => should default to "hello"...
botp (bot pena)
01:00 PM Ruby master Feature #6444 (Feedback): alias for String#index
would be nice if there is an alias for String#index
possible names:
String#find
String#search
String#pos
botp (bot pena)

04/13/2012

04:55 PM Ruby master Feature #6287 (Closed): nested method should only be visible by nesting/enclosing method
> def test1
def test2
p "i am test2"
end
test2
end

> test1
"i am test2" # ok
> test2 ...
botp (bot pena)

Also available in: Atom