Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <psych.h>
Go to the source code of this file.
Functions | |
void | Init_psych (void) |
Variables | |
VALUE | mPsych |
void Init_psych | ( | void | ) |
Definition at line 23 of file psych.c.
References Init_psych_emitter(), Init_psych_parser(), Init_psych_to_ruby(), Init_psych_yaml_tree(), mPsych, rb_define_module(), rb_define_singleton_method, and RB_EXT_RACTOR_SAFE.
VALUE mPsych |
Definition at line 21 of file psych.c.
Referenced by Init_psych(), and Init_psych_parser().