method

get_env_editor

ruby latest stable - Class: Gem::Commands::OpenCommand
get_env_editor()
public

No documentation available.

# File lib/rubygems/commands/open_command.rb, line 45
  def get_env_editor
    ENV['GEM_EDITOR'] ||
      ENV['VISUAL'] ||
      ENV['EDITOR'] ||
      'vi'
  end