Class: Mutant::Isolation Private

Inherits:
Object
  • Object
show all
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

API:

  • private

Direct Known Subclasses

Fork, None

Defined Under Namespace

Classes: Exception, Fork, None, Result

Instance Method Summary collapse

Instance Method Details

#callResult

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

Returns:

  • the blocks result

API:

  • private



61
# File 'lib/mutant/isolation.rb', line 61

abstract_method :call