method
gem_names
v2_2_9 -
Show latest stable
- Class:
Gem::Commands::ContentsCommand
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