# File lib/chef/node.rb, line 378 def run_list?(item) run_list.detect { |r| r == item } ? true : false end