Method: CP::Shape#group
- Defined in:
- ext/chipmunk/rb_cpShape.c
#group ⇒ Object
110 111 112 113 |
# File 'ext/chipmunk/rb_cpShape.c', line 110 static VALUE rb_cpShapeGetGroup(VALUE self) { return rb_iv_get(self, "@group"); } |
110 111 112 113 |
# File 'ext/chipmunk/rb_cpShape.c', line 110 static VALUE rb_cpShapeGetGroup(VALUE self) { return rb_iv_get(self, "@group"); } |