Method: Shell.editor
- Defined in:
- lib/chef/shell.rb
.editor ⇒ Object
195 196 197 |
# File 'lib/chef/shell.rb', line 195 def self.editor @editor || Chef::Config[:editor] || ENV['EDITOR'] end |
195 196 197 |
# File 'lib/chef/shell.rb', line 195 def self.editor @editor || Chef::Config[:editor] || ENV['EDITOR'] end |