Method: Chef::RunList::RunListItem#to_s
- Defined in:
- lib/chef/run_list/run_list_item.rb
#to_s ⇒ Object
64 65 66 |
# File 'lib/chef/run_list/run_list_item.rb', line 64 def to_s "#{@type}[#{@name}#{@version ? "@#{@version}" :""}]" end |