Method: Fear::PartialFunction::Guard#and
- Defined in:
- lib/fear/partial_function/guard.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.
63 64 65 |
# File 'lib/fear/partial_function/guard.rb', line 63 def and(other) Guard::And.new(condition, other) end |