class Build::Files::Path

def shortest_path(root)

def shortest_path(root)
	self.class.shortest_path(self, root)
end