class Covered::Persist
def initialize(output, path = DEFAULT_PATH)
def initialize(output, path = DEFAULT_PATH) super(output) @path = self.expand_path(path) end
def initialize(output, path = DEFAULT_PATH) super(output) @path = self.expand_path(path) end