Method: RuboCop::Server::Cache.version_path
- Defined in:
- lib/rubocop/server/cache.rb
.version_path ⇒ 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.
102 103 104 |
# File 'lib/rubocop/server/cache.rb', line 102 def version_path dir.join('version') end |