Method: Bio::FlatFile::AutoDetect#rehash

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

#rehashObject

rebuilds the object and clears internal cache.



285
286
287
288
# File 'lib/bio/io/flatfile/autodetection.rb', line 285

def rehash
  @rules.rehash
  @elements = nil
end