Method: RuboCop::Server::ServerCommand::Stop#run

Defined in:
lib/rubocop/server/server_command/stop.rb

#runObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Raises:

[View source]

18
19
20
# File 'lib/rubocop/server/server_command/stop.rb', line 18

def run
  raise ServerStopRequest
end