class Covered::Capture
def initialize(output)
def initialize(output) super(output) @trace = TracePoint.new(:line, :call) do |event| if path = event.path @output.mark(path, event.lineno, 1) end end end
def initialize(output) super(output) @trace = TracePoint.new(:line, :call) do |event| if path = event.path @output.mark(path, event.lineno, 1) end end end