class Covered::Wrapper

def accept?(path)

@returns [Boolean] Whether the wrapped output accepts the path.
@parameter path [String] The source path.
Whether the wrapped output accepts the given path.
def accept?(path)
	@output.accept?(path)
end