# File lib/ole/storage/base.rb, line 566
        def blocks_to_ranges blocks, size
          super blocks.map { |b| b + 1 }, size
        end