class RSpec::Mocks::ArgumentExpectation

def is_matcher?(obj)

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