Exception: Qo::Exceptions::MultipleMatchersProvided

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/qo/exceptions.rb

Overview

If both Array and Hash style matchers are provided.

Author:

  • lemur

Instance Method Summary collapse

Instance Method Details

#to_sObject



22
23
24
# File 'lib/qo/exceptions.rb', line 22

def to_s
  "Cannot provide both array and keyword matchers!"
end