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