Class: Mutant::Timer::Deadline::None Private
- Inherits:
-
Mutant::Timer::Deadline
- Object
- Mutant::Timer::Deadline
- Mutant::Timer::Deadline::None
- Defined in:
- lib/mutant/timer.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.
Deadline that never expires
Instance Method Summary collapse
- #expired? ⇒ Boolean private
-
#time_left ⇒ Float?
private
The time left.
Methods inherited from Mutant::Timer::Deadline
Constructor Details
This class inherits a constructor from Mutant::Timer::Deadline
Instance Method Details
#expired? ⇒ 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.
71 72 73 |
# File 'lib/mutant/timer.rb', line 71 def expired? false end |
#time_left ⇒ Float?
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.
The time left
69 |
# File 'lib/mutant/timer.rb', line 69 def time_left; end |