class Ole::Storage::AllocationTable::Small
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
Ole::Storage::AllocationTable.new
# File lib/ole/storage/base.rb, line 584 def initialize(*args) super @block_size = 1 << @ole.header.s_shift @io = @ole.sb_file end