# File lib/yell/silencer.rb, line 29
    def add( *patterns )
      patterns.each { |pattern| add!(pattern) }

      self
    end