Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
VALUE rb_define_module_under(VALUE outer, const char *name)
VALUE rb_define_module(const char *name)
void Init_psych_to_ruby(void)
VALUE cPsychVisitorsToRuby
RUBY_EXTERN VALUE rb_cObject
VALUE rb_obj_alloc(VALUE)
Allocates an instance of klass.
VALUE rb_define_class_under(VALUE outer, const char *name, VALUE super)
Defines a class under the namespace of outer.
VALUE rb_path_to_class(VALUE)
void rb_define_private_method(VALUE klass, const char *name, VALUE(*func)(ANYARGS), int argc)
VALUE rb_iv_set(VALUE, const char *, VALUE)