Method: RuboCop::Server::Cache.token_path

Defined in:
lib/rubocop/server/cache.rb

.token_pathObject

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.


105
106
107
# File 'lib/rubocop/server/cache.rb', line 105

def token_path
  dir.join('token')
end