Flowdock
method

update

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: SourcesCommand
update() public

No documentation

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

Hide source
# File lib/rubygems/commands/sources_command.rb, line 189
  def update # :nodoc:
    Gem.sources.each_source do |src|
      src.load_specs :released
      src.load_specs :latest
    end

    say "source cache successfully updated"
  end
Register or log in to add new notes.