class RuboCop::Server::ClientCommand::Restart

def run

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