Class
Instance Methods
ext/psych/psych_to_ruby.c
View on GitHub
static VALUE path2class(VALUE self, VALUE path)
{
return rb_path_to_class(path);
}
Convert path
string to a class