Flowdock
method

save

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: Repositories
save() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/commands/plugin.rb, line 320
  def save
    File.open(@cache_file, 'w') do |f|
      each do |repo|
        f.write(repo.uri)
        f.write("\n")
      end
    end
  end
Register or log in to add new notes.