# File lib/ole/storage/base.rb, line 526
      def []= idx, val
        @sparse = true if val == AVAIL
        super
      end