# File lib/chef/run_list.rb, line 101
    def include?(item)
      @run_list_items.include?(parse_entry(item))
    end