module Dry::Logic::Operators

def and(other)

def and(other)
  Operations::And.new(self, other)
end