123456789_123456789_123456789_123456789_123456789_

Class: RuboCop::Server::ClientCommand::Restart Private

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Base
Instance Chain:
self, Base
Inherits: RuboCop::Server::ClientCommand::Base
Defined in: lib/rubocop/server/client_command/restart.rb

Overview

This class is a client command to restart server process.

Instance Method Summary

Base - Inherited

Instance Method Details

#run

[ GitHub ]

  
# File 'lib/rubocop/server/client_command/restart.rb', line 18

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