Class: Pbw::Tick
- Inherits:
-
Object
- Object
- Pbw::Tick
- Defined in:
- lib/pbw/tick.rb
Class Method Summary collapse
Class Method Details
.run ⇒ Object
3 4 5 6 |
# File 'lib/pbw/tick.rb', line 3 def self.run Command.tickable.each{|command| command.tick! } AttachedProcess.tickable.each{|ap| ap.tick! } end |