Ruby
2.7.0p0(2019-12-25revision647ee6f091eafcce70ffb75ddf7e121e192ab217)
|
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)