class Dry::Logic::Rule

def or(other)

def or(other)
  Disjunction.new(self, other)
end