Method: Gem::Commands::OpenCommand#description

Defined in:
lib/rubygems/commands/open_command.rb

#descriptionObject

:nodoc:



30
31
32
33
34
35
36
37
# File 'lib/rubygems/commands/open_command.rb', line 30

def description # :nodoc:
  "      The open command opens gem in editor and changes current path\n      to gem's source directory.\n      Editor command can be specified with -e option, otherwise rubygems\n      will look for editor in $EDITOR, $VISUAL and $GEM_EDITOR variables.\n  EOF\nend\n"