Function ruby_singleton_method

Source
pub extern "C" fn ruby_singleton_method(
    argc: c_int,
    argv: *const Value,
    _class: Value,
) -> Value
Expand description

Shim to call a Rust function (doesn’t take self) from Ruby.