patch was misapplied. fixed. sorry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
553bba0b47
commit
491d4412a8
@ -137,8 +137,8 @@ module IRB
|
|||||||
else
|
else
|
||||||
# func1.func2
|
# func1.func2
|
||||||
candidates = []
|
candidates = []
|
||||||
name = m.name rescue ""
|
|
||||||
ObjectSpace.each_object(Module){|m|
|
ObjectSpace.each_object(Module){|m|
|
||||||
|
name = m.name rescue ""
|
||||||
next if name != "IRB::Context" and
|
next if name != "IRB::Context" and
|
||||||
/^(IRB|SLex|RubyLex|RubyToken)/ =~ name
|
/^(IRB|SLex|RubyLex|RubyToken)/ =~ name
|
||||||
candidates.concat m.instance_methods(false)
|
candidates.concat m.instance_methods(false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user