# File lib/ole/storage/base.rb, line 585 def initialize(*args) super @block_size = 1 << @ole.header.s_shift @io = @ole.sb_file end