class RSpec::Mocks::Proxy
def add_stub(location, method_name, opts={}, &implementation)
- Private: -
def add_stub(location, method_name, opts={}, &implementation) method_double[method_name].add_stub @error_generator, @expectation_ordering, location, opts, &implementation end