method
description
ruby latest stable - Class:
Gem::Commands::OpenCommand
description()public
No documentation available.
# File lib/rubygems/commands/open_command.rb, line 32
def description # :nodoc:
The open command opens gem in editor and changes current path to gem's source directory. Editor can be specified with -e option, otherwise rubygems will look for editor in $EDITOR, $VISUAL and $GEM_EDITOR variables.
end