Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Functions | Variables
psych.c File Reference
#include <psych.h>

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(), and rb_define_singleton_method().

Variable Documentation

◆ mPsych

VALUE mPsych

Definition at line 21 of file psych.c.

Referenced by Init_psych(), and Init_psych_parser().