module Dry::Logic::Predicates

def self.included(other)

def self.included(other)
  super
  other.extend(Methods)
end