Method: Bio::FlatFileIndex::DataBank#format
- Defined in:
- lib/bio/io/flatfile/index.rb
#format ⇒ Object
1281 1282 1283 1284 1285 1286 |
# File 'lib/bio/io/flatfile/index.rb', line 1281 def format unless @format then self.format = @config['format'] end @format end |