mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix a typo
This commit is contained in:
parent
353a42b706
commit
8c4083791a
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ class Pry::InputCompleter
|
|||
end
|
||||
|
||||
# FIXME: Add Pry here as well?
|
||||
%w(IRB SLEX RubyLex RubyToken).each do |module_name|
|
||||
%w(IRB SLex RubyLex RubyToken).each do |module_name|
|
||||
sym = module_name.to_sym
|
||||
next unless Object.const_defined?(sym)
|
||||
scanner.call(Object.const_get(sym))
|
||||
|
|
Loading…
Add table
Reference in a new issue