зеркало из https://github.com/github/ruby.git
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:
Родитель
553bba0b47
Коммит
491d4412a8
|
@ -137,8 +137,8 @@ module IRB
|
|||
else
|
||||
# func1.func2
|
||||
candidates = []
|
||||
name = m.name rescue ""
|
||||
ObjectSpace.each_object(Module){|m|
|
||||
name = m.name rescue ""
|
||||
next if name != "IRB::Context" and
|
||||
/^(IRB|SLex|RubyLex|RubyToken)/ =~ name
|
||||
candidates.concat m.instance_methods(false)
|
||||
|
|
Загрузка…
Ссылка в новой задаче