method
gem_names
v2_5_5 -
Show latest stable
- Class:
Gem::Commands::ContentsCommand
gem_names()public
No documentation available.
# 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