Method: RuboCop::Server::Cache.project_dir_cache_key
- Defined in:
- lib/rubocop/server/cache.rb
permalink .project_dir_cache_key ⇒ 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.
44 45 46 |
# File 'lib/rubocop/server/cache.rb', line 44 def project_dir_cache_key @project_dir_cache_key ||= project_dir[1..].tr('/', '+') end |