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