method
path_description
v2_5_5 -
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? then
"default gem paths"
else
"specified path"
end
end