Class: RuboCop::Server::ServerCommand::Stop Private

Inherits:
Base
  • Object
show all
Defined in:
lib/rubocop/server/server_command/stop.rb

Overview

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

This class is a server command to stop server process.

Instance Method Summary collapse

Methods inherited from Base

inherited, #initialize

Constructor Details

This class inherits a constructor from RuboCop::Server::ServerCommand::Base

Instance Method Details

#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:



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

def run
  raise ServerStopRequest
end