# File lib/cheat.rb, line 202
  def editor
    ENV['VISUAL'] || ENV['EDITOR'] || "vim"
  end