Ruby  2.4.2p198(2017-09-14revision59899)
Functions | Variables
psych.c File Reference
#include <psych.h>
Include dependency graph for psych.c:

Go to the source code of this file.

Functions

static VALUE libyaml_version (VALUE module)
 
void Init_psych (void)
 

Variables

VALUE mPsych
 

Function Documentation

◆ Init_psych()

void Init_psych ( void  )

◆ libyaml_version()

static VALUE libyaml_version ( VALUE  module)
static

Definition at line 7 of file psych.c.

References INT2NUM, list, rb_ary_new4, and yaml_get_version().

Referenced by Init_psych().

Variable Documentation

◆ mPsych

VALUE mPsych

Definition at line 21 of file psych.c.

Referenced by Init_psych(), and Init_psych_parser().