Method: Puppet::Util::Tagging#tags
- Defined in:
- lib/puppet/util/tagging.rb
#tags ⇒ Object
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.dup end |