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