Method: Bio::FlatFileIndex#always_check_consistency=
- Defined in:
- lib/bio/io/flatfile/index.rb
#always_check_consistency=(bool) ⇒ Object
If true is given, consistency checks will be performed every time accessing flatfiles. If nil/false, no checks are performed.
By default, always_check_consistency is true.
288 289 290 |
# File 'lib/bio/io/flatfile/index.rb', line 288 def always_check_consistency=(bool) @db.always_check=(bool) end |