Function plugger_ruby::shims::ruby_singleton_method
[−]
[src]
pub extern "C" fn ruby_singleton_method(
argc: c_int,
argv: *const Value,
_class: Value
) -> Value
Shim to call a Rust function (doesn't take self) from Ruby.