Method: Bio::FlatFileIndex::FileIDs#close_all
- Defined in:
- lib/bio/io/flatfile/index.rb
#close_all ⇒ Object Also known as: close
668 669 670 671 672 673 |
# File 'lib/bio/io/flatfile/index.rb', line 668 def close_all self.each do |x| x.close end nil end |