Method: FileList#to_s

Defined in:
lib/carat/filelist.rb

#to_sObject

Convert a FileList to a string by joining all elements with a space.



217
218
219
220
# File 'lib/carat/filelist.rb', line 217

def to_s
  resolve
  self.join(' ')
end