class RuboCop::Server::ClientCommand::Restart
This class is a client command to restart server process. @api private
Public Instance Methods
run()
click to toggle source
# File lib/rubocop/server/client_command/restart.rb, line 18 def run ClientCommand::Stop.new.run ClientCommand::Start.new.run end