Method: Chef::RunList#to_s

Defined in:
lib/chef/run_list.rb

#to_sObject



84
85
86
# File 'lib/chef/run_list.rb', line 84

def to_s
  @run_list_items.join(", ")
end