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
Class Method Summary
Proxy
- Inherited
Instance Attribute Summary
Proxy
- Inherited
Instance Method Summary
- #reset Internal use only
Proxy
- Inherited
Instance Method Details
#reset
[ GitHub ]# File 'rspec-mocks/lib/rspec/mocks/proxy.rb', line 309
def reset @method_doubles.clear object.__disallow_further_usage! super end