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