Method: Bio::FlatFileIndex#always_check_consistency

Defined in:
lib/bio/io/flatfile/index.rb

#always_check_consistency(bool) ⇒ Object

If true, consistency checks will be performed every time accessing flatfiles. If nil/false, no checks are performed.

By default, always_check_consistency is true.



297
298
299
# File 'lib/bio/io/flatfile/index.rb', line 297

def always_check_consistency(bool)
  @db.always_check
end