===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-console-1.10.1/guides/getting-started/README.md-59-
ruby-console-1.10.1/guides/getting-started/README.md:60:If otherwise unspecified, Ruby's standard `$DEBUG` and `$VERBOSE` global variables will be checked and adjust the log level appropriately.
ruby-console-1.10.1/guides/getting-started/README.md-61-
##############################################
ruby-console-1.10.1/lib/console/logger.rb-32-		
ruby-console-1.10.1/lib/console/logger.rb:33:		# Set the default log level based on `$DEBUG` and `$VERBOSE`.
ruby-console-1.10.1/lib/console/logger.rb-34-		# You can also specify CONSOLE_LEVEL=debug or CONSOLE_LEVEL=info in environment.
##############################################
ruby-console-1.10.1/lib/console/logger.rb-47-		
ruby-console-1.10.1/lib/console/logger.rb:48:		# Controls verbose output using `$VERBOSE`.
ruby-console-1.10.1/lib/console/logger.rb-49-		def self.verbose?(env = ENV)