Module: Dry::Logic::Predicates

Extended by:
PredicateSet
Defined in:
lib/dry/logic/predicates.rb

Class Method Summary collapse

Methods included from PredicateSet

extended

Class Method Details

.included(other) ⇒ Object



12
13
14
15
16
# File 'lib/dry/logic/predicates.rb', line 12

def self.included(other)
  super
  other.extend(Logic::PredicateSet)
  other.import(self)
end