Flowdock
method

gem_names

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: ContentsCommand
gem_names() public

No documentation

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

Hide source
# File lib/rubygems/commands/contents_command.rb, line 140
  def gem_names # :nodoc:
    if options[:all] then
      Gem::Specification.map(&:name)
    else
      get_all_gem_names
    end
  end
Register or log in to add new notes.