класс LoadError
Выбрасывается, когда файл, необходимый (скрипт Ruby, библиотека расширения и т. д.), не может быть загружен.
require 'this/file/does/not/exist'
выбрасывает исключение:
LoadError: no such file to load -- this/file/does/not/exist
Атрибуты
path[R]
путь, который не удалось загрузить
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.