class Dry::Logic::Rule

def then(other)

def then(other)
  Implication.new(self, other)
end