===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
test-kitchen-1.23.2/lib/kitchen/errors.rb-108-    # Creates a new StandardError exception which optionally wraps an original
test-kitchen-1.23.2/lib/kitchen/errors.rb:109:    # exception if given or detected by checking the `$!` global variable.
test-kitchen-1.23.2/lib/kitchen/errors.rb-110-    #
##############################################
test-kitchen-1.23.2/lib/kitchen/errors.rb-112-    # @param original [::StandardError] an original exception which will be
test-kitchen-1.23.2/lib/kitchen/errors.rb:113:    #   wrapped (default: `$ERROR_INFO`)
test-kitchen-1.23.2/lib/kitchen/errors.rb-114-    def initialize(msg, original = $ERROR_INFO)
##############################################
test-kitchen-1.23.2/lib/kitchen/loader/yaml.rb-40-      # @option options [String] :global_config path to the Kitchen global
test-kitchen-1.23.2/lib/kitchen/loader/yaml.rb:41:      #   config YAML file (default: `$HOME/.kitchen/config.yml`)
test-kitchen-1.23.2/lib/kitchen/loader/yaml.rb-42-      # @option options [String] :process_erb whether or not to process YAML
##############################################
test-kitchen-1.23.2/lib/kitchen/logger.rb-53-    # @option options [IO] :stdout a standard out IO object to use
test-kitchen-1.23.2/lib/kitchen/logger.rb:54:    #   (default: `$stdout`)
test-kitchen-1.23.2/lib/kitchen/logger.rb-55-    # @option options [Boolean] :colorize whether to colorize output
test-kitchen-1.23.2/lib/kitchen/logger.rb-56-    #   when Test Kitchen runs.
test-kitchen-1.23.2/lib/kitchen/logger.rb:57:    #   (default: `$stdout.tty?`)
test-kitchen-1.23.2/lib/kitchen/logger.rb-58-    def initialize(options = {})
##############################################
test-kitchen-1.23.2/features/kitchen_list_command.feature-84-    signle quoting on the command line
test-kitchen-1.23.2/features/kitchen_list_command.feature:85:    When I successfully run `kitchen list '^foo.*\-(10|13)04$' --bare`
test-kitchen-1.23.2/features/kitchen_list_command.feature-86-    Then the output should contain exactly:
##############################################
test-kitchen-1.23.2/support/chef_base_install_command.sh-6-  if test -f "$tmp_stderr"; then
test-kitchen-1.23.2/support/chef_base_install_command.sh:7:    output="`cat $tmp_stderr`";
test-kitchen-1.23.2/support/chef_base_install_command.sh-8-    stderr_results="${stderr_results}\nSTDERR from $1:\n\n${output}\n";
##############################################
test-kitchen-1.23.2/support/chef_base_install_command.sh-175-  if test -f "${1}/version-manifest.txt"; then
test-kitchen-1.23.2/support/chef_base_install_command.sh:176:    chef_version="`head -n 1 ${1}/version-manifest.txt | cut -d \" \" -f 2`";
test-kitchen-1.23.2/support/chef_base_install_command.sh-177-  else
test-kitchen-1.23.2/support/chef_base_install_command.sh:178:    chef_version="`${1}/bin/chef-solo -v | cut -d \" \" -f 2`";
test-kitchen-1.23.2/support/chef_base_install_command.sh-179-  fi
##############################################
test-kitchen-1.23.2/support/chef_base_install_command.sh-214-    if test "x${platform}" = "xSunOS" && test "x${platform_version}" = "x5.10"; then
test-kitchen-1.23.2/support/chef_base_install_command.sh:215:      chef_omnibus_url=`echo "$chef_omnibus_url" | sed -e "s/https/http/"`;
test-kitchen-1.23.2/support/chef_base_install_command.sh-216-    fi
##############################################
test-kitchen-1.23.2/.pc/0014-Load-hash_recursive_merge-from-kitchen.patch/lib/kitchen/loader/yaml.rb-40-      # @option options [String] :global_config path to the Kitchen global
test-kitchen-1.23.2/.pc/0014-Load-hash_recursive_merge-from-kitchen.patch/lib/kitchen/loader/yaml.rb:41:      #   config YAML file (default: `$HOME/.kitchen/config.yml`)
test-kitchen-1.23.2/.pc/0014-Load-hash_recursive_merge-from-kitchen.patch/lib/kitchen/loader/yaml.rb-42-      # @option options [String] :process_erb whether or not to process YAML