/* * Return the maximum number of items that will be returned by this enumeration * call-seq: * enumerate_info.max_items -> Integer */ int max_items() { return $self->maxItems; }