Class: Mutant::Isolation Private

Inherits:
Object
  • Object
show all
Includes:
AbstractType
Defined in:
lib/mutant/isolation.rb,
lib/mutant/isolation/fork.rb,
lib/mutant/isolation/none.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

Direct Known Subclasses

Fork, None

Defined Under Namespace

Classes: 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:

  • (Result)

    the blocks result



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

abstract_method :call