Class: Mutant::Isolation Private
- Inherits:
-
Object
- Object
- Mutant::Isolation
- Includes:
- Unparser::AbstractType
- Defined in:
- lib/mutant/isolation.rb,
lib/mutant/isolation/fork.rb,
lib/mutant/isolation/none.rb,
lib/mutant/isolation/exception.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.
Module providing isolation
Defined Under Namespace
Classes: Exception, Fork, None, Result
Instance Method Summary collapse
-
#call ⇒ Result
private
Call block in isolation.
Instance Method Details
#call ⇒ Result
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.
Call block in isolation
30 |
# File 'lib/mutant/isolation.rb', line 30 abstract_method :call |