class Covered::Persist
def initialize(output, path = DEFAULT_PATH)
def initialize(output, path = DEFAULT_PATH) super(output) @path = path @touched = Set.new end
def initialize(output, path = DEFAULT_PATH) super(output) @path = path @touched = Set.new end