# File lib/chef/knife/core/node_editor.rb, line 34
      def edit_node
        abort "You specified the --no-editor option, nothing to edit" if config[:no_editor]
        assert_editor_set!

        updated_node_data = edit_data(view)
        apply_updates(updated_node_data)
        @updated_node
      end