module RuboCop::Server::ServerCommand::Base::Runner
Common functionality for working with subclasses of this class. @api private
Public Instance Methods
run()
click to toggle source
Calls superclass method
# File lib/rubocop/server/server_command/base.rb, line 21 def run validate_token! Dir.chdir(@cwd) do super end end