Method: Chef::Node#tags

Defined in:
lib/chef/node.rb

#tagsObject

Lazy initializer for tags attribute



399
400
401
402
# File 'lib/chef/node.rb', line 399

def tags
  normal[:tags] = Array(normal[:tags])
  normal[:tags]
end