Module: ProcessHost::Component::Start

Defined in:
lib/process_host/component.rb

Instance Method Summary collapse

Instance Method Details

#start(supervisor = nil) ⇒ Object



16
17
18
19
20
21
# File 'lib/process_host/component.rb', line 16

def start supervisor=nil
  instance = new
  instance.supervisor = supervisor
  instance.start
  instance
end