Class: Mutant::Isolation::Result::Success Private

Inherits:
Mutant::Isolation::Result show all
Defined in:
lib/mutant/isolation.rb

Overview

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.

Successful result producing value

Constant Summary

Constants inherited from Mutant::Isolation::Result

NULL_LOG

Class Method Summary collapse

Methods inherited from Mutant::Isolation::Result

#add_error, #log, #success?

Class Method Details

.new(_value, _log = '') ⇒ Object

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.



47
48
49
# File 'lib/mutant/isolation.rb', line 47

def self.new(_value, _log = '')
  super
end