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

- old
+ new

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