class RSpec::Mocks::Proxy

Public Instance Methods

add_live_stub(location, method_name, opts={}, &implementation) click to toggle source
# File lib/rspec/mocks-call-through.rb, line 16
def add_live_stub(location, method_name, opts={}, &implementation)
  method_double[method_name].add_live_stub @error_generator, @expectation_ordering, location, opts, &implementation
end