instance method save

Ruby on Rails 2.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 359
  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 359 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Repositories

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close