# File lib/facon/mockable.rb, line 39
    def mock_proxy
      @mock_proxy ||= Proxy.new(self, Mock === self ? @name : self.class.name)
    end