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