# File lib/ole/storage/base.rb, line 332 def bat_for_size size # note >=, not > previously. size >= @header.threshold ? @bbat : @sbat end