/* * call-seq: * rd.capa -> Integer * * Returns the number of slots allocated (but not necessarily used) by * the Raindrops object. */ static VALUE capa(VALUE self) { return SIZET2NUM(get(self)->capa); }