===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vim-rails-4.5~20110829/autoload/rails.vim-1497-    let str = self.ruby_shell_command('-r./config/boot -e "require '."'commands/runner'".'" '.s:rquote(a:args))
vim-rails-4.5~20110829/autoload/rails.vim:1498:    let res = s:sub(system(str),'\n$','')
vim-rails-4.5~20110829/autoload/rails.vim-1499-    if a:count < 0
##############################################
vim-rails-4.5~20110829/autoload/rails.vim-1511-    elseif executable('lsof')
vim-rails-4.5~20110829/autoload/rails.vim:1512:      let pid = system("lsof -i 4tcp@".a:bind.':'.a:port."|grep LISTEN|awk '{print $2}'")
vim-rails-4.5~20110829/autoload/rails.vim-1513-      let pid = s:sub(pid,'\n','')