class RSpec::Mocks::PartialDoubleProxy

def add_simple_stub(method_name, response)

Other tags:
    Private: -
def add_simple_stub(method_name, response)
  method_double_for(method_name).configure_method
  super
end