Class: Covered::Forks

Inherits:
Wrapper show all
Defined in:
lib/covered/forks.rb

Instance Attribute Summary

Attributes inherited from Wrapper

#output

Instance Method Summary collapse

Methods inherited from Wrapper

#accept?, #add, #clear, #each, #expand_path, #initialize, #mark, #relative_path, #to_h

Methods inherited from Base

#accept?, #add, #clear, #each, #expand_path, #mark, #relative_path

Constructor Details

This class inherits a constructor from Covered::Wrapper

Instance Method Details

#finishObject



16
17
18
19
20
# File 'lib/covered/forks.rb', line 16

def finish
	Handler.finish
	
	super
end

#startObject



10
11
12
13
14
# File 'lib/covered/forks.rb', line 10

def start
	super
	
	Handler.start(self)
end