# File lib/chef/knife/core/node_editor.rb, line 34 def edit_node abort "You specified the --disable_editing option, nothing to edit" if config[:disable_editing] assert_editor_set! updated_node_data = edit_data(view) apply_updates(updated_node_data) @updated_node end