===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-js-routes-1.4.9/Readme.md-59-  * Default: []
ruby-js-routes-1.4.9/Readme.md:60:  * The regexp applies only to the name before the `_path` suffix, eg: you want to match exactly `settings_path`, the regexp should be `/^settings$/`
ruby-js-routes-1.4.9/Readme.md-61-* `include` - Array of regexps to include in routes.
ruby-js-routes-1.4.9/Readme.md-62-  * Default: []
ruby-js-routes-1.4.9/Readme.md:63:  * The regexp applies only to the name before the `_path` suffix, eg: you want to match exactly `settings_path`, the regexp should be `/^settings$/`
ruby-js-routes-1.4.9/Readme.md-64-* `namespace` - global object used to access routes.