Class: Mutant::Variable::Result Private
- Inherits:
-
Object
- Object
- Mutant::Variable::Result
- Includes:
- AbstractType, Adamantium::Flat
- 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.
Result of operation that may time out
Defined Under Namespace
Instance Method Summary collapse
-
#timeout? ⇒ Boolean
private
Test if take resulted in a timeout.
Instance Method Details
#timeout? ⇒ Boolean
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.
Test if take resulted in a timeout
25 26 27 |
# File 'lib/mutant/variable.rb', line 25 def timeout? instance_of?(Timeout) end |