module Have

Represents predicates for checking collections and object attributes.

Nested Classes and Modules

class All

Represents a predicate that checks if the subject matches all of the given predicates.

class Any

Represents a predicate that checks if the subject matches any of the given predicates.

class Key

Represents a predicate that checks if a hash has a specific key.

class Attribute

Represents a predicate that checks if an object has a specific attribute.

class Value

Represents a predicate that checks if a collection has a value matching a predicate.