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