module Have
Represents predicates for checking collections and object attributes.
Nested Classes and Modules
class AllRepresents a predicate that checks if the subject matches all of the given predicates.
class AnyRepresents a predicate that checks if the subject matches any of the given predicates.
class KeyRepresents a predicate that checks if a hash has a specific key.
class AttributeRepresents a predicate that checks if an object has a specific attribute.
class ValueRepresents a predicate that checks if a collection has a value matching a predicate.