class Build::Files::Path

def inspect

def inspect
	"#{@root.inspect}/#{relative_path.inspect}"
end