Method: RuboCop::Server::Cache.lock_path

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

.lock_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.



94
95
96
# File 'lib/rubocop/server/cache.rb', line 94

def lock_path
  dir.join('lock')
end