# File lib/yell/silencer.rb, line 15
    def initialize( *patterns )
      @patterns = patterns.dup
    end