Method: CP::Shape#data

Defined in:
ext/chipmunk/rb_cpShape.c

#dataObject

to me.



104
105
106
107
# File 'ext/chipmunk/rb_cpShape.c', line 104

static VALUE
rb_cpShapeGetSelf(VALUE self) {
  return self;
}