class Chef::RunList::RunListItem

Public Instance Methods

to_rb() click to toggle source
# File lib/chef/knife/chop/chef_part.rb, line 41
def to_rb
  "'#{@type}[#{@name}#{@version ? "@#{@version}" :""}]'"
end