# File lib/ole/storage/base.rb, line 524 def free_block if @sparse i = index(AVAIL) and return i end @sparse = false push AVAIL length - 1 end