===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-dotenv-2.4.0/README.md-123-
ruby-dotenv-2.4.0/README.md:124:You need to add the output of a command in one of your variables? Simply add it with `$(your_command)`:
ruby-dotenv-2.4.0/README.md-125-
##############################################
ruby-dotenv-2.4.0/README.md-131-
ruby-dotenv-2.4.0/README.md:132:You need to add the value of another variable in one of your variables? You can reference the variable with `${VAR}` or often just `$VAR` in unqoted or double-quoted values.
ruby-dotenv-2.4.0/README.md-133-