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