pub unsafe extern "C" fn rb_set_class_path_string(
klass: VALUE,
space: VALUE,
name: VALUE,
)Expand description
Identical to rb_set_class_path, except it accepts the name as Ruby’s
string instead of C’s.
§@param[out] klass Target module to name.
@param[out] space Namespace that klass shall reside.
@param[in] name Name of klass.
@post klass has space::klass name.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3