Class: Chef::RunList::RunListItem

Inherits:
Object
  • Object
show all
Defined in:
lib/chef/knife/chop/chef_part.rb

Overview

Instance Method Summary collapse

Instance Method Details

#to_rbObject



41
42
43
# File 'lib/chef/knife/chop/chef_part.rb', line 41

def to_rb
  "'#{@type}[#{@name}#{@version ? "@#{@version}" :""}]'"
end