Expand description
Virtual file system.
Artichoke proxies all file system access through a virtual file system. The file system can store Ruby sources and extension hooks in memory and will support proxying to the host file system for reads and writes.
Artichoke uses the virtual file system to track metadata about loaded features.
Artichoke has several virtual file system implementations. Only some of them support reading from the system file system.
Modules§
- rubylib
- A Ruby source loader that resolves sources relative to paths given in a
RUBYLIB
environment variable.
Structs§
- Rubylib
rubylib-native-file-system-loader
- A Ruby source code loader that searches in paths given by the
RUBYLIB
environment variable.