class Build::Files::List

def delete

Recursively delete all paths and all contents within those paths.
def delete
	each(&:delete)
end