method

gem_names

gem_names()
public

No documentation available.

# File lib/rubygems/commands/contents_command.rb, line 139
  def gem_names # :nodoc:
    if options[:all] then
      Gem::Specification.map(&:name)
    else
      get_all_gem_names
    end
  end