Skip to main content

Crate mrubyedge_time

Crate mrubyedge_time 

Source

Structs§

RTimeData
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::open to make Time available in Ruby code.