class RSpec::Mocks::VerifyingExistingMethodDouble

def unimplemented?

def unimplemented?
  !@valid_method
end