Method: Shell.editor

Defined in:
lib/chef/shell.rb

.editorObject



195
196
197
# File 'lib/chef/shell.rb', line 195

def self.editor
  @editor || Chef::Config[:editor] || ENV['EDITOR']
end