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