Method: Chef::Recipe#to_s

Defined in:
lib/chef/recipe.rb

#to_sObject



116
117
118
# File 'lib/chef/recipe.rb', line 116

def to_s
  "cookbook: #{cookbook_name || "(none)"}, recipe: #{recipe_name || "(none)"} "
end