|
Ruby
2.0.0p481(2014-05-08revision45883)
|
#include <psych.h>
Go to the source code of this file.
Functions | |
| static VALUE | private_iv_get (VALUE self, VALUE target, VALUE prop) |
| void | Init_psych_yaml_tree (void) |
Variables | |
| VALUE | cPsychVisitorsYamlTree |
| void Init_psych_yaml_tree | ( | void | ) |
Definition at line 15 of file psych_yaml_tree.c.
References cPsychVisitorsYamlTree, private_iv_get(), rb_cObject, rb_define_class_under(), rb_define_module(), rb_define_module_under(), and rb_define_private_method().
Referenced by Init_psych().
| static VALUE private_iv_get | ( | VALUE | self, |
| VALUE | target, | ||
| VALUE | prop | ||
| ) | [static] |
Definition at line 10 of file psych_yaml_tree.c.
References rb_attr_get(), rb_intern, and StringValuePtr.
Referenced by Init_psych_yaml_tree().
Definition at line 3 of file psych_yaml_tree.c.
Referenced by Init_psych_yaml_tree().
1.7.6.1