Module: BCDD::Contract::Unit::Checker
- Includes:
- Core::Checker
- Defined in:
- lib/bcdd/contract/unit/checker.rb
Instance Method Summary collapse
Methods included from Core::Checker
#===, #[], #invariant, #to_proc
Instance Method Details
#&(other) ⇒ Object
17 18 19 |
# File 'lib/bcdd/contract/unit/checker.rb', line 17 def &(other) compose(other, SequenceMapper) end |
#|(other) ⇒ Object
35 36 37 |
# File 'lib/bcdd/contract/unit/checker.rb', line 35 def |(other) compose(other, ParallelMapper) end |