Right now all of the Hash-like methods in ComplianceEngine::Collection (select, reject, etc.) simply call the Hash methods and return whatever they return (also usually a Hash). It would make more sense (and require less work for the users of these methods) to return ComplianceEngine::Collection objects.
Right now all of the
Hash-like methods inComplianceEngine::Collection(select,reject, etc.) simply call theHashmethods and return whatever they return (also usually aHash). It would make more sense (and require less work for the users of these methods) to returnComplianceEngine::Collectionobjects.