Class: Sr71::Ticker
- Inherits:
-
Object
- Object
- Sr71::Ticker
- Defined in:
- lib/sr71/ticker.rb
Class Method Summary collapse
Class Method Details
.start! ⇒ Object
3 4 5 |
# File 'lib/sr71/ticker.rb', line 3 def self.start! @timer = EM::PeriodicTimer.new(0.1, method(:tick)) end |