ext/rubypython_bridge/rp_class.h in rubypython-0.2.10 vs ext/rubypython_bridge/rp_class.h in rubypython-0.2.11

- old
+ new

@@ -1,6 +1,7 @@ #include "config.h" #ifndef _RP_CLASS_H_ #define _RP_CLASS_H_ VALUE rpClassFromPyObject(PyObject*); -#endif \ No newline at end of file +inline void Init_RubyPyClass(); +#endif