Method: Chef::Recipe#tag

Defined in:
lib/chef/recipe.rb

#tag(*tags) ⇒ Object

This was moved to Chef::Node#tag, redirecting here for compatibility



72
73
74
# File 'lib/chef/recipe.rb', line 72

def tag(*tags)
  node.tag(*tags)
end