class Build::Files::List
def copy(destination)
Copy all files in the list to a destination.
def copy(destination) each do |path| path.copy(destination / path.relative_path) end end
def copy(destination) each do |path| path.copy(destination / path.relative_path) end end