# File lib/chef/node.rb, line 373
    def run_list(*args)
      args.length > 0 ? @run_list.reset!(args) : @run_list
    end