Module: Dry::Validation::PredicateSet

Included in:
Predicates
Defined in:
lib/dry/validation/predicate_set.rb

Defined Under Namespace

Modules: Methods

Class Method Summary collapse

Class Method Details

.extended(other) ⇒ Object



16
17
18
19
# File 'lib/dry/validation/predicate_set.rb', line 16

def self.extended(other)
  super
  other.extend(Methods, Dry::Container::Mixin)
end