class Dry::Logic::Rule

def and(other)

def and(other)
  Conjunction.new(self, other)
end