class RSpec::Mocks::Proxy

def remove_stub(method_name)

Other tags:
    Private: -
def remove_stub(method_name)
  method_double[method_name].remove_stub
end