зеркало из https://github.com/github/ruby.git
[ruby/irb] Check if Gem::Specification is defined
https://github.com/ruby/irb/commit/005ade74dd
This commit is contained in:
Родитель
4576cdca73
Коммит
c94718e39f
|
@ -59,8 +59,8 @@ module IRB
|
|||
File.join(s.full_gem_path, p)
|
||||
end
|
||||
}
|
||||
}.flatten
|
||||
(gem_paths + $LOAD_PATH).uniq.sort
|
||||
}.flatten if defined?(Gem::Specification)
|
||||
(gem_paths.to_a | $LOAD_PATH).sort
|
||||
end
|
||||
|
||||
def self.retrieve_files_to_require_from_load_path
|
||||
|
|
Загрузка…
Ссылка в новой задаче