Method: RuboCop::Server::ServerCommand::Stop#run
- Defined in:
- lib/rubocop/server/server_command/stop.rb
permalink #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 |