class Zypper::Upgraderepo::SystemUpdateRunning

Public Class Methods

new(args) click to toggle source
Calls superclass method
# File lib/zypper/upgraderepo/utils.rb, line 91
def initialize(args)
  super "The application #{args[:process].bold} with pid #{args[:pid].bold} is running a system update!"
end

Public Instance Methods

error_code() click to toggle source
# File lib/zypper/upgraderepo/utils.rb, line 95
def error_code
  5
end