Flowdock
method

file_list_string

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: TestTask
file_list_string() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rake/testtask.rb, line 125
    def file_list_string
      file_list.collect { |fn| "\"#{fn}\"" }.join(' ')
    end
Register or log in to add new notes.