Class: Evilution::Reporter::HTML::Sections::MutationMap Private
- Inherits:
-
Evilution::Reporter::HTML::Section
- Object
- Evilution::Reporter::HTML::Section
- Evilution::Reporter::HTML::Sections::MutationMap
- Defined in:
- lib/evilution/reporter/html/sections/mutation_map.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Classes: Entry
Constant Summary
Constants inherited from Evilution::Reporter::HTML::Section
Evilution::Reporter::HTML::Section::TEMPLATE_DIR
Instance Method Summary collapse
-
#initialize(results) ⇒ MutationMap
constructor
private
A new instance of MutationMap.
Methods inherited from Evilution::Reporter::HTML::Section
Constructor Details
#initialize(results) ⇒ MutationMap
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of MutationMap.
10 11 12 |
# File 'lib/evilution/reporter/html/sections/mutation_map.rb', line 10 def initialize(results) @results = results end |