class Gem::Commands::ContentsCommand

def path_description spec_dirs # :nodoc:

:nodoc:
def path_description spec_dirs # :nodoc:
  if spec_dirs.empty? then
    "default gem paths"
  else
    "specified path"
  end
end