Method: Elrpc.start_process

Defined in:
lib/elrpc.rb

.start_process(cmd, port = nil) ⇒ Object



58
59
60
61
62
# File 'lib/elrpc.rb', line 58

def self.start_process(cmd, port = nil)
  svr = Service.new(cmd, port)
  svr.start
  return svr
end