# File lib/ole/storage/base.rb, line 162
    def close
      @sb_file.close
      flush if @writeable
      @io.close if @close_parent
    end