class Rufo::FileList

def to_s

Convert a FileList to a string by joining all elements with a space.
def to_s
  resolve
  self.join(" ")
end