# File lib/rspec/mocks/proxy.rb, line 106
      def remove_single_stub(method_name, stub)
        method_double[method_name].remove_single_stub(stub)
      end