method
__mock_proxy
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
__mock_proxy()
private
Hide source
# File lib/spec/mocks/methods.rb, line 85 def __mock_proxy if Mock === self @mock_proxy ||= Proxy.new(self, @name, @options) else @mock_proxy ||= Proxy.new(self) end end