method
save

Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: Repositories
save()
public
Hide source
# File railties/lib/commands/plugin.rb, line 360 def save File.open(@cache_file, 'w') do |f| each do |repo| f.write(repo.uri) f.write("\n") end end end