class Build::Files::Directory

def to_s

@returns [String] The root path as a string.
Convert the directory to a string.
def to_s
	to_str
end