class Covered::Wrapper

def expand_path(path)

def expand_path(path)
	if @output
		@output.expand_path(path)
	else
		path
	end
end