===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-byebug-11.1.3/CHANGELOG.md-576-* Use `require` instead of `require_relative` for loading byebug's extension library ([@nobu]).
ruby-byebug-11.1.3/CHANGELOG.md:577:* `trace variable $foo` should be now `trace variable $foo`.
ruby-byebug-11.1.3/CHANGELOG.md-578-
##############################################
ruby-byebug-11.1.3/GUIDE.md-515-conditionally run this line if that file is invoked directly, but skip it if it
ruby-byebug-11.1.3/GUIDE.md:516:is not. _NOTE: `byebug` resets `$0` to try to make things like this work._
ruby-byebug-11.1.3/GUIDE.md-517-
##############################################
ruby-byebug-11.1.3/GUIDE.md-1209-
ruby-byebug-11.1.3/GUIDE.md:1210:Sets `$DEBUG` to `true`. Compatible with Ruby's flag.
ruby-byebug-11.1.3/GUIDE.md-1211-
##############################################
ruby-byebug-11.1.3/GUIDE.md-1275-  current directory, if any, and then checks your home directory. The home
ruby-byebug-11.1.3/GUIDE.md:1276:  directory is the directory named in the `$HOME` or `$HOMEPATH` environment
ruby-byebug-11.1.3/GUIDE.md-1277-  variable. Thus, you can have more than one init file, one generic in your home
##############################################
ruby-byebug-11.1.3/docker/Dockerfile-72-      | sort -u \
ruby-byebug-11.1.3/docker/Dockerfile:73:      | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
ruby-byebug-11.1.3/docker/Dockerfile-74-  )" \
##############################################
ruby-byebug-11.1.3/test/commands/history_test.rb-75-          check_output_includes(/\d+  history$/)
ruby-byebug-11.1.3/test/commands/history_test.rb:76:          check_output_doesnt_include(/\d+  next$/)
ruby-byebug-11.1.3/test/commands/history_test.rb-77-        end