Structs§
- RTime
Data - Rust-side representation of a Ruby Time object. Stores seconds and nanoseconds since UNIX epoch, and UTC offset in seconds.
Functions§
- init_
time - Initialize the Time class in the VM.
Call this after
VM::opento makeTimeavailable in Ruby code.