Method: Bio::FlatFileIndex#close
- Defined in:
- lib/bio/io/flatfile/index.rb
#close ⇒ Object
Closes the databank. Returns nil.
132 133 134 135 136 |
# File 'lib/bio/io/flatfile/index.rb', line 132 def close check_closed? @db.close @db = nil end |