You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now all of the
Hash
-like methods inComplianceEngine::Collection
(select
,reject
, etc.) simply call theHash
methods 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::Collection
objects.The text was updated successfully, but these errors were encountered: