123456789_123456789_123456789_123456789_123456789_

Class: RSpec::Mocks::TestDoubleProxy Private

Do not use. This class is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
RSpec::Mocks::VerifyingProxy
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Proxy
Instance Chain:
self, Proxy
Inherits: RSpec::Mocks::Proxy
Defined in: rspec-mocks/lib/rspec/mocks/proxy.rb

Constant Summary

Proxy - Inherited

DEFAULT_MESSAGE_EXPECTATION_OPTS

Class Method Summary

Instance Attribute Summary

Proxy - Inherited

Instance Method Summary

Instance Method Details

#reset

[ GitHub ]

  
# File 'rspec-mocks/lib/rspec/mocks/proxy.rb', line 312

def reset
  @method_doubles.clear
  object.__disallow_further_usage!
  super
end