class RSpec::Mocks::MethodDouble

def remove_stub

Other tags:
    Private: -
def remove_stub
  raise_method_not_stubbed_error if stubs.empty?
  remove_stub_if_present
end