Method: Update.run

Defined in:
lib/update/run-updates.rb

.runObject



7
8
9
10
11
12
13
# File 'lib/update/run-updates.rb', line 7

def run
  EM.synchrony do
    asynchronously_iterate_over_command_groups
  end
  
  report_final_status
end