123456789_123456789_123456789_123456789_123456789_

Class: RuboCop::Server::ServerCommand::Stop 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::ServerCommand::Base
Defined in: lib/rubocop/server/server_command/stop.rb

Overview

This class is a server command to stop server process.

Class Method Summary

Base - Inherited

Instance Method Summary

Base - Inherited

Instance Method Details

#run

Raises:

[ GitHub ]

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

def run
  raise ServerStopRequest
end