===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-thor-0.20.3/CHANGELOG.md-61-* Fix dispatching of subcommands (concerning :help and *args)
ruby-thor-0.20.3/CHANGELOG.md:62:* Fix warnings when running specs with `$VERBOSE = true`
ruby-thor-0.20.3/CHANGELOG.md-63-* Make subcommand help more consistent
##############################################
ruby-thor-0.20.3/spec/helper.rb-55-      yield
ruby-thor-0.20.3/spec/helper.rb:56:      result = eval("$#{stream}").string
ruby-thor-0.20.3/spec/helper.rb-57-    ensure
ruby-thor-0.20.3/spec/helper.rb:58:      eval("$#{stream} = #{stream.upcase}")
ruby-thor-0.20.3/spec/helper.rb-59-    end