Method: CP::Shape#body
- Defined in:
- ext/chipmunk/rb_cpShape.c
#body ⇒ Object
54 55 56 57 |
# File 'ext/chipmunk/rb_cpShape.c', line 54 static VALUE rb_cpShapeGetBody(VALUE self) { return rb_ivar_get(self, id_body); } |
54 55 56 57 |
# File 'ext/chipmunk/rb_cpShape.c', line 54 static VALUE rb_cpShapeGetBody(VALUE self) { return rb_ivar_get(self, id_body); } |