===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
coderay-1.1.3/lib/coderay/helpers/word_list.rb-18-  #  RESERVED_WORDS = %w[
coderay-1.1.3/lib/coderay/helpers/word_list.rb:19:  #    asm break case continue default do else
coderay-1.1.3/lib/coderay/helpers/word_list.rb-20-  #  ]
##############################################
coderay-1.1.3/spec/spec_helper.rb-3-# This file was generated by the `rspec --init` command. Conventionally, all
coderay-1.1.3/spec/spec_helper.rb:4:# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
coderay-1.1.3/spec/spec_helper.rb-5-# The generated `.rspec` file contains `--require spec_helper` which will cause
##############################################
coderay-1.1.3/test/unit/word_list.rb-9-  RESERVED_WORDS = %w[
coderay-1.1.3/test/unit/word_list.rb:10:    asm break case continue default do else
coderay-1.1.3/test/unit/word_list.rb-11-    ...