class Protobuf::CLI
def start_server
def start_server debug_say('Running server') @runner.run do ::Protobuf::Logger.info { "pid #{::Process.pid} -- #{@runner_mode} RPC Server listening at #{options.host}:#{options.port}" } end end
def start_server debug_say('Running server') @runner.run do ::Protobuf::Logger.info { "pid #{::Process.pid} -- #{@runner_mode} RPC Server listening at #{options.host}:#{options.port}" } end end