Class: RuboCop::Server::ClientCommand::Base Private
- Inherits:
-
Object
- Object
- RuboCop::Server::ClientCommand::Base
- 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.
Instance Method Summary collapse
- #run ⇒ Object private
Instance Method Details
#run ⇒ Object
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.
21 22 23 |
# File 'lib/rubocop/server/client_command/base.rb', line 21 def run raise NotImplementedError end |