Class: Covered::Forks
Instance Attribute Summary
Attributes inherited from Wrapper
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
#finish ⇒ Object
16 17 18 19 20 |
# File 'lib/covered/forks.rb', line 16 def finish Handler.finish super end |
#start ⇒ Object
10 11 12 13 14 |
# File 'lib/covered/forks.rb', line 10 def start super Handler.start(self) end |