Method: CP::Shape#object

Defined in:
ext/chipmunk/rb_cpShape.c

#objectObject

So we use this as the object setter



93
94
95
96
# File 'ext/chipmunk/rb_cpShape.c', line 93

static VALUE
rb_cpShapeGetData(VALUE self) {
  return rb_iv_get(self, "data");
}