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
{{ message }}
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
When calling any? on an empty Horza::Entities::Collection, the result returns false. However when the collection has elements in it the following error is raised
LocalJumpError: no block given (yield)
When calling blank? on a collection that contains elements, the result is correctly false. However when calling blank? on an empty collection the result is false also.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When calling any? on an empty Horza::Entities::Collection, the result returns false. However when the collection has elements in it the following error is raised
LocalJumpError: no block given (yield)
When calling blank? on a collection that contains elements, the result is correctly false. However when calling blank? on an empty collection the result is false also.
The text was updated successfully, but these errors were encountered: