Method: CP::Shape#object=
- Defined in:
- ext/chipmunk/rb_cpShape.c
#object=(val) ⇒ Object
98 99 100 101 102 |
# File 'ext/chipmunk/rb_cpShape.c', line 98 static VALUE rb_cpShapeSetData(VALUE self, VALUE val) { rb_iv_set(self, "data", val); return val; } |