ext/rubypython_bridge/rp_object.h in rubypython-0.2.3 vs ext/rubypython_bridge/rp_object.h in rubypython-0.2.4

- old
+ new

@@ -49,7 +49,20 @@ VALUE rp_cla_new_inst(VALUE self,VALUE args); VALUE rp_obj_responds(VALUE self,VALUE mname); +VALUE blank_undef_if(VALUE mname,VALUE klass); + +VALUE blank_obj_prep(VALUE self); + +int rp_equal(VALUE args); + +int rp_double_bang(VALUE args); + +VALUE rp_mod_attr_set(VALUE self,VALUE args); + +VALUE rp_inst_attr_set(VALUE self, VALUE args); + +VALUE rp_obj_wrap(PyObject* pObj); #endif /* _RP_OBJECT_H_ */