Class: Mutant::Variable::Result::Timeout Private

Inherits:
Mutant::Variable::Result show all
Defined in:
lib/mutant/variable.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.

Instance returned on timeouts

Constant Summary collapse

INSTANCE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

new

Class Method Summary collapse

Methods inherited from Mutant::Variable::Result

#timeout?

Class Method Details

.newTimeout

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.

Construct new object

Returns:



40
41
42
# File 'lib/mutant/variable.rb', line 40

def self.new
  INSTANCE
end