class Build::Files::List

def to_s

@returns [String] The string representation.
Convert the list to a string.
def to_s
	inspect
end