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