Class: Pbw::Update

Inherits:
Object
  • Object
show all
Defined in:
lib/pbw/update.rb

Class Method Summary collapse

Class Method Details

.runObject



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