123456789_123456789_123456789_123456789_123456789_

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

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

Constructor Details

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

Instance Method Details

#run

Raises:

[ GitHub ]

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

def run
  raise ServerStopRequest
end