class Build::Files::Directory

def to_str

Convert a Directory into a String, can be used as an argument to a command.
def to_str
	@root.to_str
end