Module: Dry::Logic::PredicateSet
- Included in:
- Predicates
- Defined in:
- lib/dry/logic/predicate_set.rb
Defined Under Namespace
Modules: Methods
Class Method Summary collapse
Class Method Details
.extended(other) ⇒ Object
17 18 19 20 |
# File 'lib/dry/logic/predicate_set.rb', line 17 def self.extended(other) super other.extend(Methods, Dry::Container::Mixin) end |