Method: CP::Shape#group

Defined in:
ext/chipmunk/rb_cpShape.c

#groupObject



110
111
112
113
# File 'ext/chipmunk/rb_cpShape.c', line 110

static VALUE
rb_cpShapeGetGroup(VALUE self) {
  return rb_iv_get(self, "@group");
}