Method: RuboCop::Server::Cache.write_version_file

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

.write_version_file(version) ⇒ 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.



140
141
142
# File 'lib/rubocop/server/cache.rb', line 140

def write_version_file(version)
  version_path.write(version)
end