Class: Module
- Inherits:
-
Object
- Object
- Module
- Defined in:
- lib/expectation/multi_matcher.rb
Instance Method Summary collapse
Instance Method Details
#|(other) ⇒ Object
22 23 24 |
# File 'lib/expectation/multi_matcher.rb', line 22 def |(other) Expectation::MultiMatcher.new(self, other) end |