class Covered::Cache

def initialize(output)

def initialize(output)
	super(output)
	
	@marks = nil
end