class RSpec::Mocks::VerifyingExistingMethodDouble

def when_unimplemented

def when_unimplemented
  yield unless @valid_method
end