LoadError 类
当一个文件(Ruby 脚本、扩展库等)加载失败时引发此异常。
require 'this/file/does/not/exist'
引发异常
LoadError: no such file to load -- this/file/does/not/exist
当一个文件(Ruby 脚本、扩展库等)加载失败时引发此异常。
require 'this/file/does/not/exist'
引发异常
LoadError: no such file to load -- this/file/does/not/exist