# File lib/ffi/autopointer.rb, line 126
      def autorelease=(autorelease)
        @autorelease = autorelease if @ptr
      end