Flowdock
method

path_description

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: ContentsCommand
path_description(spec_dirs) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.