Class: RuboCop::Server::ClientCommand::Base Private

Inherits:
Object
  • Object
show all
Defined in:
lib/rubocop/server/client_command/base.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.

Abstract base class for server client command.

Direct Known Subclasses

Exec, Restart, Start, Status, Stop

Instance Method Summary collapse

Instance Method Details

#runObject

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.

Raises:

  • (NotImplementedError)


21
22
23
# File 'lib/rubocop/server/client_command/base.rb', line 21

def run
  raise NotImplementedError
end