#include <psych.h>Go to the source code of this file.
Functions | |
| static VALUE | build_exception (VALUE self, VALUE klass, VALUE mesg) |
| static VALUE | path2class (VALUE self, VALUE path) |
| void | Init_psych_to_ruby (void) |
Variables | |
| VALUE | cPsychVisitorsToRuby |
| static VALUE build_exception | ( | VALUE | self, | |
| VALUE | klass, | |||
| VALUE | mesg | |||
| ) | [static] |
Definition at line 9 of file psych_to_ruby.c.
References rb_iv_set(), rb_obj_alloc(), and VALUE.
Referenced by Init_psych_to_ruby().
| void Init_psych_to_ruby | ( | void | ) |
Definition at line 31 of file psych_to_ruby.c.
References build_exception(), cPsychVisitorsToRuby, path2class(), rb_cObject, rb_define_class_under(), rb_define_module(), rb_define_module_under(), rb_define_private_method(), and VALUE.
Referenced by Init_psych().
| static VALUE path2class | ( | VALUE | self, | |
| VALUE | path | |||
| ) | [static] |
Definition at line 22 of file psych_to_ruby.c.
References rb_path2class(), rb_path_to_class(), and StringValuePtr.
Referenced by Init_psych_to_ruby(), obj_alloc_by_path(), and r_object0().
| VALUE cPsychVisitorsToRuby |
1.4.7