mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove two removed constants
This commit is contained in:
parent
2d0a1a1869
commit
7769975c3c
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ module IRB
|
|||
end
|
||||
end
|
||||
|
||||
%i(IRB SLex RubyLex RubyToken).each do |sym|
|
||||
%i(IRB RubyLex).each do |sym|
|
||||
next unless Object.const_defined?(sym)
|
||||
scanner.call(Object.const_get(sym))
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue