# File lib/chef/run_list.rb, line 91
    def empty?
      @run_list_items.length == 0 ? true : false
    end