Class Timers::Timer
In: lib/timers.rb
Parent: Object

An individual timer set to fire a given proc at a given time

Methods

<=>   call   cancel   fire   inspect   new   reset  

Included Modules

Comparable

Attributes

interval  [R] 
recurring  [R] 
time  [R] 

Public Class methods

Public Instance methods

call(now = Time.now)

Alias for fire

Cancel this timer

Fire the block

Inspect a timer

Reset this timer

[Validate]