Method: Bio::FlatFileIndex::FileIDs#recalc_all
- Defined in:
- lib/bio/io/flatfile/index.rb
#recalc_all ⇒ Object Also known as: recalc
676 677 678 679 680 681 682 |
# File 'lib/bio/io/flatfile/index.rb', line 676 def recalc_all self.cache_all self.each do |x| x.recalc end true end |