Method: Bio::FlatFileIndex::DataBank#close
- Defined in:
- lib/bio/io/flatfile/index.rb
#close ⇒ Object
1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'lib/bio/io/flatfile/index.rb', line 1234 def close DEBUG.print "DataBank: close #{@dbname}\n" primary.close secondary.close fileids.close if @bdb then @config.close @bdb_fileids.close end nil end |