path2class(p1)
Convert path string to a class
static VALUE path2class(VALUE self, VALUE path) { return rb_path_to_class(path); }