# File lib/chef/run_list.rb, line 100
    def []=(pos, item)
      @run_list_items[pos] = parse_entry(item)
    end