Method: SysV#initialize
- Defined in:
- lib/resources/service.rb
#initialize(service_name, service_ctl = nil) ⇒ SysV
Returns a new instance of SysV.
266 267 268 269 |
# File 'lib/resources/service.rb', line 266 def initialize(service_name, service_ctl = nil) @service_ctl ||= 'service' super end |