Method: Bio::FlatFileIndex::DataBank#fileids
- Defined in:
- lib/bio/io/flatfile/index.rb
#fileids ⇒ Object
1288 1289 1290 1291 1292 1293 |
# File 'lib/bio/io/flatfile/index.rb', line 1288 def fileids unless @fileids then init_fileids end @fileids end |