method
path_description
v2_6_3 -
Show latest stable
- Class:
Gem::Commands::ContentsCommand
path_description(spec_dirs)public
No documentation available.
# File lib/rubygems/commands/contents_command.rb, line 148
def path_description(spec_dirs) # :nodoc:
if spec_dirs.empty?
"default gem paths"
else
"specified path"
end
end