artichoke_backend::load_pathConstant RUBY_LOAD_PATH
Source pub const RUBY_LOAD_PATH: &str = "/artichoke/virtual_root/src/lib";
Expand description
Directory at which Ruby sources and extensions are stored in the virtual
file system.
RUBY_LOAD_PATH
is the default current working directory for
Memory
file systems.
If the load-path-native-file-system-loader
feature is enabled, the file
system will locate the path on a Memory
file system.