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

- old
+ new

@@ -17,6 +17,7 @@ VALUE rpObjectFromPyObject(PyObject*); int rpHasSymbol(VALUE, ID); VALUE rpRespondsTo(VALUE, VALUE); -#endif \ No newline at end of file +inline void Init_RubyPyObject(); +#endif