1295 1296 1297 1298 1299 1300 1301 1302
# File 'lib/bio/io/flatfile/index.rb', line 1295 def init_fileids if @bdb then @fileids = FileIDs.new('', @bdb_fileids) else @fileids = FileIDs.new('fileid_', @config) end @fileids end