1
0
Fork 0
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:
Dmitry Gutov 2016-12-12 03:46:57 +02:00
parent 353a42b706
commit 8c4083791a

View file

@ -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))