class Covered::Wrapper

def relative_path(path)

@returns [String] The converted path.
@parameter path [String] The source path.
Convert a path using the wrapped output.
def relative_path(path)
	@output.relative_path(path)
end