Method: Dry::Logic::Operators#and

Defined in:
lib/dry/logic/operators.rb

#and(other) ⇒ Object Also known as: &



6
7
8
# File 'lib/dry/logic/operators.rb', line 6

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