method

path_description

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