Ruby 1.9.3p327(2012-11-10revision37606)
ext/psych/emitter.h
Go to the documentation of this file.
00001 #ifndef PSYCH_EMITTER_H
00002 #define PSYCH_EMITTER_H
00003 
00004 #include <psych.h>
00005 
00006 void Init_psych_emitter();
00007 
00008 #endif
00009