# File lib/rspec/mocks/test_double.rb, line 29
      def as_null_object
        @__null_object = true
        __mock_proxy.as_null_object
      end