Method: Puppet::Util::Tagging#tags

Defined in:
lib/puppet/util/tagging.rb

#tagsObject

Return a copy of the tag list, so someone can’t ask for our tags and then modify them.



85
86
87
88
# File 'lib/puppet/util/tagging.rb', line 85

def tags
  @tags ||= new_tags
  @tags.dup
end