Function ruby_finalize

Source
pub unsafe extern "C" fn ruby_finalize()
Expand description

Runs the VM finalization processes.

END{} and procs registered by Kernel.#at_exit are executed here. See the Ruby language spec for more details.

ยง@note This function is allowed to raise an exception if an error occurred.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3