static VALUE path2class(VALUE self, VALUE path) { return rb_path_to_class(path); }
将 path 字符串转换为类
path