class LsbInit::BadArgumentPassed

Public Instance Methods

message() click to toggle source
# File lib/lsb_init/configurator.rb, line 46
def message
  'Incorrect call'
end
note() click to toggle source
# File lib/lsb_init/configurator.rb, line 49
def note
  USAGE
end