Flowdock
method

list

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: SourcesCommand
list() 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 148
  def list # :nodoc:
    say "*** CURRENT SOURCES ***"
    say

    Gem.sources.each do |src|
      say src
    end
  end
Register or log in to add new notes.