Method: CP::Shape#body

Defined in:
ext/chipmunk/rb_cpShape.c

#bodyObject



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);
}