module Dry::Logic::PredicateSet

def self.extended(other)

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