class Byebug::EditCommand

def editor

def editor
  ENV['EDITOR'] || 'vim'
end