@list #contains list filenames @handle = @list.map {|n| File.new(n) } for h in @handle @data = h.readlines end