Method: Chef::Recipe#untag
- Defined in:
- lib/chef/recipe.rb
#untag(*tags) ⇒ Object
This was moved to Chef::Node#untag, redirecting here for compatibility
77 78 79 |
# File 'lib/chef/recipe.rb', line 77 def untag(*) node.untag(*) end |