method

__mock_proxy

__mock_proxy()
private

No documentation available.

# 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