class Covered::Root

def expand_path(path)

def expand_path(path)
	File.expand_path(super, @path)
end