pub extern "C" fn ruby_method( argc: c_int, argv: *const Value, object: Value, ) -> Value
Shim to call a Rust method (taking &self) from Ruby.
&self