# File lib/chef/shef.rb, line 191
  def self.editor
    @editor || Chef::Config[:editor] || ENV['EDITOR']
  end