602 603 604 605 606
# File 'lib/bio/io/flatfile/index.rb', line 602 def add(*arg) arg.each do |filename| self << FileID.new(filename) end end