Method: RuboCop::Server::ClientCommand::Base#run

Defined in:
lib/rubocop/server/client_command/base.rb

#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