123456789_123456789_123456789_123456789_123456789_

Module: RuboCop::Server::ServerCommand::Base::Runner Private

Do not use. This module is for internal use only.
Relationships & Source Files
Defined in: lib/rubocop/server/server_command/base.rb

Overview

Common functionality for working with subclasses of this class.

Instance Method Summary

Instance Method Details

#run

[ GitHub ]

  
# File 'lib/rubocop/server/server_command/base.rb', line 21

def run
  validate_token!
  Dir.chdir(@cwd) do
    super
  end
end