[][src]Module rosy::vm

Interacting with the Ruby VM directly.

Structs

InitError

An error indicating that init failed.

InstrSeq

An instance of Ruby's RubyVM::InstructionSequence class.

Functions

destroy

Destructs the Ruby VM, runs its finalization processes, and frees all resources used by it.

init

Initializes the Ruby VM, returning an error code if it failed.

init_load_path

Initializes the load path for require-ing gems.