class FileList

Public Instance Methods

to_str() click to toggle source
# File lib/rake/ant/rake.rb, line 8
def to_str
  join(',')
end