module Dry::Logic::Operators

def or(other)

def or(other)
  Operations::Or.new(self, other)
end