instance method save

Ruby on Rails 2.3.18

Since v2.2.3 Last seen in v2.3.18

Available in: v2.2.3 v2.3.18

Signature

save()

No documentation comment.

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

Defined in railties/lib/commands/plugin.rb line 360 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Repositories

Type at least 2 characters to search.

↑↓ navigate · open · esc close