Method: Fear::PartialFunction::Guard::And3#and

Defined in:
lib/fear/partial_function/guard/and3.rb

#and(other) ⇒ Fear::PartialFunction::Guard

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



23
24
25
# File 'lib/fear/partial_function/guard/and3.rb', line 23

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