Method: Svcs#initialize
- Defined in:
- lib/resources/service.rb
#initialize(service_name, service_ctl = nil) ⇒ Svcs
Returns a new instance of Svcs.
500 501 502 503 |
# File 'lib/resources/service.rb', line 500 def initialize(service_name, service_ctl = nil) @service_ctl ||= 'svcs' super end |