class Build::Files::Path

def rebase(root)

def rebase(root)
	self.class.new(File.join(root, relative_path), root)
end