Class: Repp::Ticker
- Inherits:
-
Object
- Object
- Repp::Ticker
- Defined in:
- lib/repp/ticker.rb
Defined Under Namespace
Classes: Task
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(&block) ⇒ Ticker
constructor
A new instance of Ticker.
- #run! ⇒ Object
Constructor Details
#initialize(&block) ⇒ Ticker
Returns a new instance of Ticker.
22 23 24 |
# File 'lib/repp/ticker.rb', line 22 def initialize(&block) @block = block end |