class RuboCop::Server::ClientCommand::Restart

@api private
This class is a client command to restart server process.

def run

def run
  ClientCommand::Stop.new.run
  ClientCommand::Start.new.run
end