class Puppet::Util::SkipTags
Public Class Methods
new(stags)
click to toggle source
# File lib/puppet/util/skip_tags.rb 6 def initialize(stags) 7 self.tags = stags unless defined?(@tags) 8 end
# File lib/puppet/util/skip_tags.rb 6 def initialize(stags) 7 self.tags = stags unless defined?(@tags) 8 end