eagspoo (foo bar)
- Login: eagspoo
- Email: eagsalazar@hotmail.com
- Registered on: 01/27/2012
- Last sign in: 01/27/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/27/2012
-
05:29 PM Ruby Bug #5938 (Closed): irb crashes on 2nd level tab complete if Module#name returns regexp
- >ruby -v
ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
Copy this into irb and press tab :)
module Foo
def self.name
/foo/
end
end
[1].first.
In irb/completion.rb line 177:
name = m.name (wh...