Ruby  1.9.3p551(2014-11-13revision48407)
Functions | Variables
to_ruby.c File Reference
#include <psych.h>

Go to the source code of this file.

Functions

static VALUE build_exception (VALUE self, VALUE klass, VALUE mesg)
 
static VALUE path2class (VALUE self, VALUE path)
 
void Init_psych_to_ruby (void)
 

Variables

VALUE cPsychVisitorsToRuby
 

Function Documentation

static VALUE build_exception ( VALUE  self,
VALUE  klass,
VALUE  mesg 
)
static

Definition at line 9 of file to_ruby.c.

References rb_iv_set(), and rb_obj_alloc().

Referenced by Init_psych_to_ruby().

void Init_psych_to_ruby ( void  )
static VALUE path2class ( VALUE  self,
VALUE  path 
)
static

Definition at line 22 of file to_ruby.c.

References rb_path2class(), rb_path_to_class(), and StringValuePtr.

Referenced by Init_psych_to_ruby().

Variable Documentation

VALUE cPsychVisitorsToRuby

Definition at line 3 of file to_ruby.c.

Referenced by Init_psych_to_ruby().