Method: Chef::RunList#to_s
- Defined in:
- lib/chef/run_list.rb
#to_s ⇒ Object
84 85 86 |
# File 'lib/chef/run_list.rb', line 84 def to_s @run_list_items.join(", ") end |
84 85 86 |
# File 'lib/chef/run_list.rb', line 84 def to_s @run_list_items.join(", ") end |