===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-classifier-1.3.4/lib/classifier/bayes.rb-101-		if @categories.has_key? category
ruby-classifier-1.3.4/lib/classifier/bayes.rb:102:			args.each { |text| eval("#{$1}train(category, text)") }
ruby-classifier-1.3.4/lib/classifier/bayes.rb-103-		elsif name.to_s =~ /(un)?train_([\w]+)/