class LsbInit::InappropriateServiceName
Public Instance Methods
message()
click to toggle source
# File lib/lsb_init/configurator.rb, line 31 def message 'Cannot generate service with give name.' end
note()
click to toggle source
# File lib/lsb_init/configurator.rb, line 35 def note <<-END Try to generate script with another service name: lsb_init_ruby g <another_service_name> END end