Class: Mutant::Reporter::Trace
- Inherits:
-
Object
- Object
- Mutant::Reporter::Trace
- Includes:
- Adamantium::Mutable
- Defined in:
- lib/mutant/reporter/trace.rb
Overview
Reporter to trace report calls, used as a spec adapter
Class Method Summary collapse
-
.new ⇒ Trace
private
Return new trace reporter.
Class Method Details
.new ⇒ Trace
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.
Return new trace reporter
13 14 15 |
# File 'lib/mutant/reporter/trace.rb', line 13 def self.new super(Hash[anima.attribute_names.map { |name| [name, []] }]) end |