# File lib/rake/testtask.rb, line 120
120:     def file_list_string
121:       file_list.collect { |fn| "\"#{fn}\"" }.join(' ')
122:     end