1#ifndef PSYCH_TO_RUBY_H
2#define PSYCH_TO_RUBY_H
3
4#include <psych.h>
5
6void Init_psych_to_ruby(void);
7
8#endif
9