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