# File lib/chef/run_list.rb, line 92
def
empty?
@run_list_items
.
length
==
0
?
true
:
false
end