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