Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Functions | Variables
psych.c File Reference

(b76ad15ed0da636161de0243c547ee1e6fc95681)

#include <psych.h>
Include dependency graph for psych.c:

Go to the source code of this file.

Functions

void Init_psych (void)
 

Variables

VALUE mPsych
 

Function Documentation

◆ Init_psych()

void Init_psych ( void  )

Definition at line 23 of file psych.c.

References mPsych, rb_define_module(), rb_define_singleton_method, and RB_EXT_RACTOR_SAFE.

Variable Documentation

◆ mPsych

VALUE mPsych

Definition at line 21 of file psych.c.

Referenced by Init_psych(), and Init_psych_parser().