# File lib/chef/run_list.rb, line 84
    def to_s
      @run_list_items.join(", ")
    end