# File lib/chef/formatters/error_inspectors/cookbook_resolve_error_inspector.rb, line 107
        def expanded_run_list_ul
          @expanded_run_list.map {|i| "* #{i}"}.join("\n")
        end