Class: RuboCop::Daemon::ServerCommand::Stop

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

Instance Method Summary collapse

Methods inherited from Base

inherited, #initialize

Constructor Details

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

Instance Method Details

#runObject

Raises:



7
8
9
# File 'lib/rubocop/daemon/server_command/stop.rb', line 7

def run
  raise ServerStopRequest
end