class RSpec::Mocks::ArgumentExpectation

def is_matcher?(obj)

def is_matcher?(obj)
  return obj.respond_to?(:matches?) & obj.respond_to?(:description)
end