ext/rubypython_bridge/rp_object.h in rubypython-0.2.1 vs ext/rubypython_bridge/rp_object.h in rubypython-0.2.2
- old
+ new
@@ -41,6 +41,15 @@
int rp_is_func(VALUE pObj);
VALUE rp_obj_from_pyobject(PyObject *pObj);
+VALUE rp_inst_from_instance(PyObject *pInst);
+
+VALUE rp_inst_delegate(VALUE self,VALUE args);
+
+VALUE rp_cla_new_inst(VALUE self,VALUE args);
+
+VALUE rp_obj_responds(VALUE self,VALUE mname);
+
+
#endif /* _RP_OBJECT_H_ */