Function rb_path2class

Source
pub unsafe extern "C" fn rb_path2class(path: *const c_char) -> VALUE
Expand description

Resolves a Q::W::E::R-style path string to the actual class it points.

ยง@param[in] path Path to query. @exception rb_eArgError No such constant. @exception rb_eTypeError The path resolved to a non-module. @return Resolved class.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3