00001 #ifndef PSYCH_TO_RUBY_H 00002 #define PSYCH_TO_RUBY_H 00003 00004 #include <psych.h> 00005 00006 void Init_psych_to_ruby(void); 00007 00008 #endif 00009