Class: RuboCop::Server::ServerCommand::Stop Private
- 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
- #run ⇒ Object private
Methods inherited from Base
Constructor Details
This class inherits a constructor from RuboCop::Server::ServerCommand::Base
Instance Method Details
#run ⇒ Object
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.
18 19 20 |
# File 'lib/rubocop/server/server_command/stop.rb', line 18 def run raise ServerStopRequest end |