Exception: Qo::Exceptions::MultipleMatchersProvided
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Qo::Exceptions::MultipleMatchersProvided
- Defined in:
- lib/qo/exceptions.rb
Overview
If both Array and Hash style matchers are provided.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
25 26 27 |
# File 'lib/qo/exceptions.rb', line 25 def to_s "Cannot provide both array and keyword matchers!" end |