study_line 0.1.6 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2046) hide show
  1. checksums.yaml +4 -4
  2. data/.env +1 -0
  3. data/lib/study_line/version.rb +1 -1
  4. data/lib/study_line.rb +25 -9
  5. data/study_line.gemspec +16 -28
  6. data/vendor/bundle/ruby/3.2.0/bin/dotenv +29 -0
  7. data/vendor/bundle/ruby/3.2.0/bin/httparty +29 -0
  8. data/vendor/bundle/ruby/3.2.0/cache/ast-2.4.2.gem +0 -0
  9. data/vendor/bundle/ruby/3.2.0/cache/diff-lcs-1.5.0.gem +0 -0
  10. data/vendor/bundle/ruby/3.2.0/cache/dotenv-2.8.1.gem +0 -0
  11. data/vendor/bundle/ruby/3.2.0/cache/httparty-0.21.0.gem +0 -0
  12. data/vendor/bundle/ruby/3.2.0/cache/json-2.7.1.gem +0 -0
  13. data/vendor/bundle/ruby/3.2.0/cache/language_server-protocol-3.17.0.3.gem +0 -0
  14. data/vendor/bundle/ruby/3.2.0/cache/mini_mime-1.1.5.gem +0 -0
  15. data/vendor/bundle/ruby/3.2.0/cache/multi_xml-0.6.0.gem +0 -0
  16. data/vendor/bundle/ruby/3.2.0/cache/parallel-1.24.0.gem +0 -0
  17. data/vendor/bundle/ruby/3.2.0/cache/parser-3.3.0.4.gem +0 -0
  18. data/vendor/bundle/ruby/3.2.0/cache/racc-1.7.3.gem +0 -0
  19. data/vendor/bundle/ruby/3.2.0/cache/rainbow-3.1.1.gem +0 -0
  20. data/vendor/bundle/ruby/3.2.0/cache/rake-13.1.0.gem +0 -0
  21. data/vendor/bundle/ruby/3.2.0/cache/regexp_parser-2.9.0.gem +0 -0
  22. data/vendor/bundle/ruby/3.2.0/cache/rexml-3.2.6.gem +0 -0
  23. data/vendor/bundle/ruby/3.2.0/cache/rspec-3.12.0.gem +0 -0
  24. data/vendor/bundle/ruby/3.2.0/cache/rspec-core-3.12.2.gem +0 -0
  25. data/vendor/bundle/ruby/3.2.0/cache/rspec-expectations-3.12.3.gem +0 -0
  26. data/vendor/bundle/ruby/3.2.0/cache/rspec-mocks-3.12.6.gem +0 -0
  27. data/vendor/bundle/ruby/3.2.0/cache/rspec-support-3.12.1.gem +0 -0
  28. data/vendor/bundle/ruby/3.2.0/cache/rubocop-1.60.0.gem +0 -0
  29. data/vendor/bundle/ruby/3.2.0/cache/rubocop-ast-1.30.0.gem +0 -0
  30. data/vendor/bundle/ruby/3.2.0/cache/ruby-progressbar-1.13.0.gem +0 -0
  31. data/vendor/bundle/ruby/3.2.0/cache/unicode-display_width-2.5.0.gem +0 -0
  32. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/json-2.7.1/gem_make.out +16 -0
  33. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/json-2.7.1/json/ext/generator.bundle +0 -0
  34. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/json-2.7.1/json/ext/parser.bundle +0 -0
  35. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/json-2.7.1/mkmf.log +113 -0
  36. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/racc-1.7.3/gem_make.out +20 -0
  37. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/racc-1.7.3/racc/cparse.bundle +0 -0
  38. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/LICENSE +22 -0
  39. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/README.md +266 -0
  40. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/bin/dotenv +4 -0
  41. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv/cli.rb +57 -0
  42. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv/environment.rb +28 -0
  43. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv/load.rb +2 -0
  44. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv/missing_keys.rb +10 -0
  45. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv/parser.rb +109 -0
  46. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv/substitutions/command.rb +41 -0
  47. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv/substitutions/variable.rb +43 -0
  48. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv/tasks.rb +7 -0
  49. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv/template.rb +26 -0
  50. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv/version.rb +3 -0
  51. data/vendor/bundle/ruby/3.2.0/gems/dotenv-2.8.1/lib/dotenv.rb +86 -0
  52. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.editorconfig +18 -0
  53. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.github/workflows/ci.yml +26 -0
  54. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.gitignore +14 -0
  55. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.rubocop.yml +92 -0
  56. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/.rubocop_todo.yml +124 -0
  57. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/CONTRIBUTING.md +23 -0
  58. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/Changelog.md +557 -0
  59. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/Gemfile +26 -0
  60. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/Guardfile +17 -0
  61. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/MIT-LICENSE +20 -0
  62. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/README.md +79 -0
  63. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/Rakefile +10 -0
  64. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/bin/httparty +123 -0
  65. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/cucumber.yml +1 -0
  66. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/docs/README.md +191 -0
  67. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/README.md +89 -0
  68. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/aaws.rb +36 -0
  69. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/basic.rb +28 -0
  70. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/body_stream.rb +14 -0
  71. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/crack.rb +19 -0
  72. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/custom_parsers.rb +68 -0
  73. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/delicious.rb +37 -0
  74. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/google.rb +16 -0
  75. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/headers_and_user_agents.rb +10 -0
  76. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/idn.rb +10 -0
  77. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/logging.rb +36 -0
  78. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/microsoft_graph.rb +52 -0
  79. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/multipart.rb +22 -0
  80. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/nokogiri_html_parser.rb +19 -0
  81. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/peer_cert.rb +9 -0
  82. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/rescue_json.rb +17 -0
  83. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/rubyurl.rb +14 -0
  84. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/stackexchange.rb +24 -0
  85. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/stream_download.rb +26 -0
  86. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/tripit_sign_in.rb +44 -0
  87. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/twitter.rb +31 -0
  88. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/examples/whoismyrep.rb +10 -0
  89. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/httparty.gemspec +30 -0
  90. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/connection_adapter.rb +256 -0
  91. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/cookie_hash.rb +23 -0
  92. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/decompressor.rb +102 -0
  93. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/exceptions.rb +35 -0
  94. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/hash_conversions.rb +71 -0
  95. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/headers_processor.rb +32 -0
  96. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/logger/apache_formatter.rb +47 -0
  97. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/logger/curl_formatter.rb +93 -0
  98. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/logger/logger.rb +30 -0
  99. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/logger/logstash_formatter.rb +61 -0
  100. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/module_inheritable_attributes.rb +58 -0
  101. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/net_digest_auth.rb +135 -0
  102. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/parser.rb +154 -0
  103. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/request/body.rb +105 -0
  104. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/request/multipart_boundary.rb +13 -0
  105. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/request.rb +418 -0
  106. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/response/headers.rb +35 -0
  107. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/response.rb +156 -0
  108. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/response_fragment.rb +21 -0
  109. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/text_encoder.rb +72 -0
  110. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/utils.rb +13 -0
  111. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty/version.rb +5 -0
  112. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/lib/httparty.rb +686 -0
  113. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/script/release +42 -0
  114. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/website/css/common.css +47 -0
  115. data/vendor/bundle/ruby/3.2.0/gems/httparty-0.21.0/website/index.html +73 -0
  116. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/CHANGES.md +503 -0
  117. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/README.md +425 -0
  118. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/Makefile +205 -0
  119. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/fbuffer/fbuffer.h +187 -0
  120. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/generator/Makefile +271 -0
  121. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/generator/depend +1 -0
  122. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/generator/extconf.rb +4 -0
  123. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/generator/generator.c +1673 -0
  124. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/generator/generator.h +177 -0
  125. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/parser/Makefile +271 -0
  126. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/parser/depend +1 -0
  127. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/parser/extconf.rb +32 -0
  128. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/parser/parser.c +2211 -0
  129. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/parser/parser.h +96 -0
  130. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/ext/parser/parser.rl +971 -0
  131. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/ext/json/extconf.rb +3 -0
  132. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/json.gemspec +68 -0
  133. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/bigdecimal.rb +58 -0
  134. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/complex.rb +51 -0
  135. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/core.rb +12 -0
  136. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/date.rb +54 -0
  137. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/date_time.rb +67 -0
  138. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/exception.rb +49 -0
  139. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/ostruct.rb +51 -0
  140. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/range.rb +54 -0
  141. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/rational.rb +49 -0
  142. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/regexp.rb +48 -0
  143. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/set.rb +48 -0
  144. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/struct.rb +52 -0
  145. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/symbol.rb +48 -0
  146. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/add/time.rb +59 -0
  147. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/common.rb +697 -0
  148. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/ext/generator.bundle +0 -0
  149. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/ext/parser.bundle +0 -0
  150. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/ext.rb +15 -0
  151. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/generic_object.rb +71 -0
  152. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/pure/generator.rb +513 -0
  153. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/pure/parser.rb +337 -0
  154. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/pure.rb +15 -0
  155. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json/version.rb +9 -0
  156. data/vendor/bundle/ruby/3.2.0/gems/json-2.7.1/lib/json.rb +592 -0
  157. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/.github/workflows/ci.yml +51 -0
  158. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/.github/workflows/db.yml +26 -0
  159. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/.gitignore +9 -0
  160. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/.rubocop.yml +5 -0
  161. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/CHANGELOG +65 -0
  162. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/CODE_OF_CONDUCT.md +74 -0
  163. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/Gemfile +9 -0
  164. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/LICENSE.txt +21 -0
  165. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/README.md +114 -0
  166. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/Rakefile +97 -0
  167. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/bench/bench.rb +51 -0
  168. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/bin/console +15 -0
  169. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/bin/db_pull_request +20 -0
  170. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/lib/db/content_type_mime.db +880 -0
  171. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/lib/db/ext_mime.db +1201 -0
  172. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/lib/mini_mime/version.rb +4 -0
  173. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/lib/mini_mime.rb +186 -0
  174. data/vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec +31 -0
  175. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/.yardopts +8 -0
  176. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/CHANGELOG.md +93 -0
  177. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/CONTRIBUTING.md +51 -0
  178. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/LICENSE.md +20 -0
  179. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/README.md +95 -0
  180. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/lib/multi_xml/parsers/libxml.rb +33 -0
  181. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/lib/multi_xml/parsers/libxml2_parser.rb +72 -0
  182. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/lib/multi_xml/parsers/nokogiri.rb +35 -0
  183. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/lib/multi_xml/parsers/oga.rb +73 -0
  184. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/lib/multi_xml/parsers/ox.rb +91 -0
  185. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/lib/multi_xml/parsers/rexml.rb +113 -0
  186. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/lib/multi_xml/version.rb +45 -0
  187. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/lib/multi_xml.rb +305 -0
  188. data/vendor/bundle/ruby/3.2.0/gems/multi_xml-0.6.0/multi_xml.gemspec +19 -0
  189. data/vendor/bundle/ruby/3.2.0/gems/parallel-1.24.0/lib/parallel/version.rb +4 -0
  190. data/vendor/bundle/ruby/3.2.0/gems/parallel-1.24.0/lib/parallel.rb +676 -0
  191. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/all.rb +17 -0
  192. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/builders/default.rb +2338 -0
  193. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/current.rb +137 -0
  194. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/lexer/literal.rb +284 -0
  195. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/lexer-F0.rb +12922 -0
  196. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/lexer-F1.rb +14875 -0
  197. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/macruby.rb +9634 -0
  198. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/messages.rb +125 -0
  199. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby18.rb +9272 -0
  200. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby19.rb +9558 -0
  201. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby20.rb +10229 -0
  202. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby21.rb +10203 -0
  203. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby22.rb +10302 -0
  204. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby23.rb +10322 -0
  205. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby24.rb +10454 -0
  206. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby25.rb +10374 -0
  207. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby26.rb +10352 -0
  208. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby27.rb +11947 -0
  209. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby30.rb +12243 -0
  210. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby31.rb +12716 -0
  211. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby32.rb +12704 -0
  212. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby33.rb +12589 -0
  213. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/ruby34.rb +12589 -0
  214. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/rubymotion.rb +9515 -0
  215. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/runner.rb +298 -0
  216. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/static_environment.rb +99 -0
  217. data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.4/lib/parser/version.rb +5 -0
  218. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/README.ja.rdoc +66 -0
  219. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/README.rdoc +60 -0
  220. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/TODO +5 -0
  221. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/bin/racc +326 -0
  222. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/doc/en/grammar.en.rdoc +226 -0
  223. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/doc/en/grammar2.en.rdoc +219 -0
  224. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/doc/ja/command.ja.html +99 -0
  225. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/doc/ja/grammar.ja.rdoc +348 -0
  226. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/doc/ja/parser.ja.rdoc +125 -0
  227. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse/Makefile +270 -0
  228. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse/cparse.c +840 -0
  229. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse/extconf.rb +8 -0
  230. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/lib/racc/cparse.bundle +0 -0
  231. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/lib/racc/info.rb +18 -0
  232. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/lib/racc/parser-text.rb +648 -0
  233. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/lib/racc/parser.rb +634 -0
  234. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/lib/racc/parserfilegenerator.rb +473 -0
  235. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/Gemfile +15 -0
  236. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/LICENSE +22 -0
  237. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/expression/classes/character_set.rb +23 -0
  238. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/expression/classes/posix_class.rb +11 -0
  239. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/expression/classes/unicode_property.rb +119 -0
  240. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/expression/methods/negative.rb +20 -0
  241. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/expression.rb +37 -0
  242. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/parser.rb +596 -0
  243. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/scanner/properties/long.csv +651 -0
  244. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/scanner/properties/short.csv +249 -0
  245. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/scanner/scanner.rl +828 -0
  246. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/scanner.rb +2514 -0
  247. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/syntax/token/unicode_property.rb +751 -0
  248. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.9.0/lib/regexp_parser/version.rb +5 -0
  249. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/LICENSE.txt +20 -0
  250. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/README.md +252 -0
  251. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/config/default.yml +5672 -0
  252. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/config.rb +328 -0
  253. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/config_loader.rb +258 -0
  254. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/config_obsoletion.rb +111 -0
  255. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/config_validator.rb +270 -0
  256. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/base.rb +492 -0
  257. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/bundler/gem_comment.rb +171 -0
  258. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/exclude_limit.rb +26 -0
  259. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/gemspec/deprecated_attribute_assignment.rb +92 -0
  260. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/internal_affairs/method_name_equal.rb +49 -0
  261. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/internal_affairs/node_first_or_last_argument.rb +53 -0
  262. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +147 -0
  263. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/internal_affairs.rb +32 -0
  264. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/argument_alignment.rb +158 -0
  265. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/end_alignment.rb +208 -0
  266. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/extra_spacing.rb +185 -0
  267. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/first_array_element_indentation.rb +195 -0
  268. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/first_parameter_indentation.rb +101 -0
  269. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +311 -0
  270. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/heredoc_indentation.rb +165 -0
  271. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/line_continuation_leading_space.rb +144 -0
  272. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/redundant_line_break.rb +149 -0
  273. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +211 -0
  274. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/single_line_block_chain.rb +69 -0
  275. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/layout/space_around_operators.rb +290 -0
  276. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/assignment_in_condition.rb +109 -0
  277. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb +68 -0
  278. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +51 -0
  279. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/debugger.rb +125 -0
  280. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/duplicate_methods.rb +268 -0
  281. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/erb_new_arguments.rb +161 -0
  282. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/float_comparison.rb +103 -0
  283. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/hash_compare_by_identity.rb +48 -0
  284. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/it_without_arguments_in_block.rb +56 -0
  285. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/literal_assignment_in_condition.rb +85 -0
  286. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/next_without_accumulator.rb +55 -0
  287. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/non_deterministic_require_order.rb +183 -0
  288. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/number_conversion.rb +201 -0
  289. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/redundant_safe_navigation.rb +150 -0
  290. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/redundant_with_index.rb +80 -0
  291. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/redundant_with_object.rb +79 -0
  292. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/safe_navigation_chain.rb +104 -0
  293. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/self_assignment.rb +116 -0
  294. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/shadowed_argument.rb +177 -0
  295. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/symbol_conversion.rb +184 -0
  296. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/syntax.rb +46 -0
  297. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb +55 -0
  298. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +204 -0
  299. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/useless_access_modifier.rb +295 -0
  300. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/useless_times.rb +114 -0
  301. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/lint/void.rb +236 -0
  302. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/metrics/abc_size.rb +56 -0
  303. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/mixin/check_line_breakable.rb +227 -0
  304. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/mixin/configurable_formatting.rb +41 -0
  305. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/mixin/preceding_following_alignment.rb +181 -0
  306. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/mixin/space_before_punctuation.rb +49 -0
  307. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/naming/block_forwarding.rb +133 -0
  308. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/naming/constant_name.rb +83 -0
  309. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +295 -0
  310. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/registry.rb +315 -0
  311. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/security/open.rb +89 -0
  312. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/access_modifier_declarations.rb +225 -0
  313. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/accessor_grouping.rb +180 -0
  314. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/arguments_forwarding.rb +447 -0
  315. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/array_first_last.rb +64 -0
  316. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/auto_resource_cleanup.rb +55 -0
  317. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/bisected_attr_accessor.rb +125 -0
  318. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/case_like_if.rb +280 -0
  319. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/class_check.rb +55 -0
  320. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/collection_compact.rb +134 -0
  321. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/combinable_loops.rb +123 -0
  322. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/concat_array_literals.rb +95 -0
  323. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/conditional_assignment.rb +663 -0
  324. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/date_time.rb +94 -0
  325. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/each_for_simple_loop.rb +90 -0
  326. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/each_with_object.rb +139 -0
  327. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/empty_literal.rb +138 -0
  328. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/eval_with_location.rb +226 -0
  329. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/exact_regexp_match.rb +69 -0
  330. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/explicit_block_argument.rb +153 -0
  331. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/hash_each_methods.rb +196 -0
  332. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/hash_except.rb +189 -0
  333. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/identical_conditional_branches.rb +254 -0
  334. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/inverse_methods.rb +197 -0
  335. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/invertible_unless_condition.rb +155 -0
  336. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/map_compact_with_conditional_block.rb +137 -0
  337. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/map_to_hash.rb +81 -0
  338. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb +241 -0
  339. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +246 -0
  340. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +123 -0
  341. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/method_def_parentheses.rb +180 -0
  342. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/missing_respond_to_missing.rb +52 -0
  343. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/multiline_ternary_operator.rb +98 -0
  344. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/next.rb +233 -0
  345. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/numeric_literal_prefix.rb +119 -0
  346. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/operator_method_call.rb +73 -0
  347. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/parallel_assignment.rb +300 -0
  348. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/parentheses_around_condition.rb +136 -0
  349. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_argument.rb +104 -0
  350. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_double_splat_hash_braces.rb +133 -0
  351. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_each.rb +119 -0
  352. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_fetch_block.rb +121 -0
  353. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_line_continuation.rb +192 -0
  354. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_parentheses.rb +284 -0
  355. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_return.rb +183 -0
  356. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_self.rb +218 -0
  357. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_sort.rb +209 -0
  358. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_sort_by.rb +63 -0
  359. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/redundant_string_escape.rb +185 -0
  360. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/sample.rb +146 -0
  361. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/select_by_regexp.rb +163 -0
  362. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/self_assignment.rb +101 -0
  363. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/semicolon.rb +172 -0
  364. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/single_argument_dig.rb +69 -0
  365. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/slicing_with_range.rb +117 -0
  366. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/string_chars.rb +42 -0
  367. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/strip.rb +45 -0
  368. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/super_with_args_parentheses.rb +35 -0
  369. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/symbol_proc.rb +246 -0
  370. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cop/style/unpack_first.rb +59 -0
  371. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/cops_documentation_generator.rb +339 -0
  372. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/ext/regexp_node.rb +92 -0
  373. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/formatter/disabled_config_formatter.rb +278 -0
  374. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/formatter/html_formatter.rb +133 -0
  375. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/formatter/json_formatter.rb +79 -0
  376. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/formatter.rb +34 -0
  377. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/lsp/routes.rb +246 -0
  378. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/options.rb +633 -0
  379. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/result_cache.rb +240 -0
  380. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/rspec/shared_contexts.rb +183 -0
  381. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/rspec/support.rb +30 -0
  382. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/runner.rb +498 -0
  383. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/server/cache.rb +155 -0
  384. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop/version.rb +102 -0
  385. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.60.0/lib/rubocop.rb +771 -0
  386. data/vendor/bundle/ruby/3.2.0/specifications/ast-2.4.2.gemspec +2 -2
  387. data/vendor/bundle/ruby/3.2.0/specifications/diff-lcs-1.5.0.gemspec +2 -2
  388. data/vendor/bundle/ruby/3.2.0/specifications/dotenv-2.8.1.gemspec +28 -0
  389. data/vendor/bundle/ruby/3.2.0/specifications/httparty-0.21.0.gemspec +29 -0
  390. data/vendor/bundle/ruby/3.2.0/specifications/json-2.7.1.gemspec +0 -0
  391. data/vendor/bundle/ruby/3.2.0/specifications/language_server-protocol-3.17.0.3.gemspec +2 -2
  392. data/vendor/bundle/ruby/3.2.0/specifications/mini_mime-1.1.5.gemspec +30 -0
  393. data/vendor/bundle/ruby/3.2.0/specifications/multi_xml-0.6.0.gemspec +24 -0
  394. data/vendor/bundle/ruby/3.2.0/specifications/parallel-1.24.0.gemspec +21 -0
  395. data/vendor/bundle/ruby/3.2.0/specifications/parser-3.3.0.4.gemspec +37 -0
  396. data/vendor/bundle/ruby/3.2.0/specifications/racc-1.7.3.gemspec +27 -0
  397. data/vendor/bundle/ruby/3.2.0/specifications/rainbow-3.1.1.gemspec +2 -2
  398. data/vendor/bundle/ruby/3.2.0/specifications/rake-13.1.0.gemspec +2 -2
  399. data/vendor/bundle/ruby/3.2.0/specifications/regexp_parser-2.9.0.gemspec +22 -0
  400. data/vendor/bundle/ruby/3.2.0/specifications/rexml-3.2.6.gemspec +2 -2
  401. data/vendor/bundle/ruby/3.2.0/specifications/rspec-3.12.0.gemspec +2 -2
  402. data/vendor/bundle/ruby/3.2.0/specifications/rspec-core-3.12.2.gemspec +2 -2
  403. data/vendor/bundle/ruby/3.2.0/specifications/rspec-expectations-3.12.3.gemspec +2 -2
  404. data/vendor/bundle/ruby/3.2.0/specifications/rspec-mocks-3.12.6.gemspec +2 -2
  405. data/vendor/bundle/ruby/3.2.0/specifications/rspec-support-3.12.1.gemspec +2 -2
  406. data/vendor/bundle/ruby/3.2.0/specifications/rubocop-1.60.0.gemspec +39 -0
  407. data/vendor/bundle/ruby/3.2.0/specifications/rubocop-ast-1.30.0.gemspec +2 -2
  408. data/vendor/bundle/ruby/3.2.0/specifications/ruby-progressbar-1.13.0.gemspec +2 -2
  409. data/vendor/bundle/ruby/3.2.0/specifications/unicode-display_width-2.5.0.gemspec +2 -2
  410. metadata +1251 -1658
  411. data/.DS_Store +0 -0
  412. data/.gitignore +0 -11
  413. data/Gemfile +0 -13
  414. data/Gemfile.lock +0 -61
  415. data/bin/console +0 -11
  416. data/bin/stl +0 -5
  417. data/lib/.DS_Store +0 -0
  418. data/lib/study_line/.DS_Store +0 -0
  419. data/spec/spec_helper.rb +0 -15
  420. data/spec/study_line_spec.rb +0 -11
  421. data/vendor/bundle/ruby/3.2.0/bin/irb +0 -29
  422. data/vendor/bundle/ruby/3.2.0/bin/rdbg +0 -29
  423. data/vendor/bundle/ruby/3.2.0/bin/ruby-lsp +0 -29
  424. data/vendor/bundle/ruby/3.2.0/bin/ruby-lsp-check +0 -29
  425. data/vendor/bundle/ruby/3.2.0/bin/ruby-lsp-doctor +0 -29
  426. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/debug-1.8.0/debug/debug.bundle +0 -0
  427. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/debug-1.8.0/gem_make.out +0 -19
  428. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/prism-0.15.1/gem_make.out +0 -51
  429. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/prism-0.15.1/mkmf.log +0 -74
  430. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/prism-0.15.1/prism/prism.bundle +0 -0
  431. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/psych-5.1.1.1/gem.build_complete +0 -0
  432. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/psych-5.1.1.1/gem_make.out +0 -30
  433. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/psych-5.1.1.1/mkmf.log +0 -96
  434. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/psych-5.1.1.1/psych.bundle +0 -0
  435. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/racc-1.7.1/gem.build_complete +0 -0
  436. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/racc-1.7.1/gem_make.out +0 -20
  437. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/racc-1.7.1/mkmf.log +0 -57
  438. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/racc-1.7.1/racc/cparse.bundle +0 -0
  439. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/stringio-3.0.8/gem.build_complete +0 -0
  440. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/stringio-3.0.8/gem_make.out +0 -18
  441. data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/stringio-3.0.8/stringio.bundle +0 -0
  442. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/CONTRIBUTING.md +0 -573
  443. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/Gemfile +0 -9
  444. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/LICENSE.txt +0 -22
  445. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/README.md +0 -939
  446. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/Rakefile +0 -57
  447. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/TODO.md +0 -23
  448. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/debug.gemspec +0 -32
  449. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/exe/rdbg +0 -53
  450. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/ext/debug/Makefile +0 -270
  451. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/ext/debug/debug.c +0 -214
  452. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/ext/debug/debug_version.h +0 -1
  453. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/ext/debug/extconf.rb +0 -26
  454. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/ext/debug/iseq_collector.c +0 -91
  455. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/abbrev_command.rb +0 -77
  456. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/breakpoint.rb +0 -556
  457. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/client.rb +0 -262
  458. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/color.rb +0 -123
  459. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/config.rb +0 -564
  460. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/console.rb +0 -234
  461. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/dap_custom/traceInspector.rb +0 -336
  462. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/debug.bundle +0 -0
  463. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/frame_info.rb +0 -188
  464. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/local.rb +0 -115
  465. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/open.rb +0 -13
  466. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/open_nonstop.rb +0 -15
  467. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/prelude.rb +0 -50
  468. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/server.rb +0 -523
  469. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/server_cdp.rb +0 -1349
  470. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/server_dap.rb +0 -1106
  471. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/session.rb +0 -2634
  472. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/source_repository.rb +0 -150
  473. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/start.rb +0 -5
  474. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/thread_client.rb +0 -1454
  475. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/tracer.rb +0 -241
  476. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug/version.rb +0 -5
  477. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/lib/debug.rb +0 -9
  478. data/vendor/bundle/ruby/3.2.0/gems/debug-1.8.0/misc/README.md.erb +0 -610
  479. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/.document +0 -4
  480. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/Gemfile +0 -19
  481. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/LICENSE.txt +0 -22
  482. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/README.md +0 -281
  483. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/Rakefile +0 -44
  484. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/bin/console +0 -6
  485. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/bin/setup +0 -6
  486. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/doc/irb/irb-tools.rd.ja +0 -184
  487. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/doc/irb/irb.rd.ja +0 -425
  488. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/exe/irb +0 -9
  489. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/irb.gemspec +0 -46
  490. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/backtrace.rb +0 -21
  491. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/break.rb +0 -21
  492. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/catch.rb +0 -21
  493. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/chws.rb +0 -36
  494. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/continue.rb +0 -17
  495. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/debug.rb +0 -80
  496. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/delete.rb +0 -17
  497. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/edit.rb +0 -60
  498. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/finish.rb +0 -17
  499. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/help.rb +0 -23
  500. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/info.rb +0 -21
  501. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/irb_info.rb +0 -33
  502. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/load.rb +0 -76
  503. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/ls.rb +0 -139
  504. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/measure.rb +0 -48
  505. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/next.rb +0 -17
  506. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/nop.rb +0 -53
  507. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/pushws.rb +0 -45
  508. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/show_cmds.rb +0 -53
  509. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/show_doc.rb +0 -48
  510. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/show_source.rb +0 -61
  511. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/step.rb +0 -17
  512. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/subirb.rb +0 -109
  513. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/cmd/whereami.rb +0 -25
  514. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/color.rb +0 -262
  515. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/color_printer.rb +0 -55
  516. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/completion.rb +0 -434
  517. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/context.rb +0 -586
  518. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/debug/ui.rb +0 -103
  519. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/debug.rb +0 -112
  520. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/easter-egg.rb +0 -138
  521. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/ext/change-ws.rb +0 -39
  522. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/ext/eval_history.rb +0 -149
  523. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/ext/loader.rb +0 -127
  524. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/ext/multi-irb.rb +0 -258
  525. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/ext/tracer.rb +0 -78
  526. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/ext/use-loader.rb +0 -69
  527. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/ext/workspaces.rb +0 -60
  528. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/extend-command.rb +0 -354
  529. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/frame.rb +0 -80
  530. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/help.rb +0 -28
  531. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/history.rb +0 -76
  532. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/init.rb +0 -436
  533. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/input-method.rb +0 -463
  534. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/inspector.rb +0 -130
  535. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/lc/error.rb +0 -62
  536. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/lc/help-message +0 -51
  537. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/lc/ja/error.rb +0 -63
  538. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/lc/ja/help-message +0 -45
  539. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/locale.rb +0 -153
  540. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/nesting_parser.rb +0 -227
  541. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/notifier.rb +0 -230
  542. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/output-method.rb +0 -86
  543. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/pager.rb +0 -86
  544. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/ruby-lex.rb +0 -474
  545. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/ruby_logo.aa +0 -37
  546. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/source_finder.rb +0 -64
  547. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/statement.rb +0 -80
  548. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/version.rb +0 -11
  549. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/workspace.rb +0 -173
  550. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/ws-for-case-2.rb +0 -9
  551. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb/xmp.rb +0 -164
  552. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/lib/irb.rb +0 -1093
  553. data/vendor/bundle/ruby/3.2.0/gems/irb-1.8.3/man/irb.1 +0 -250
  554. data/vendor/bundle/ruby/3.2.0/gems/parallel-1.23.0/lib/parallel/version.rb +0 -4
  555. data/vendor/bundle/ruby/3.2.0/gems/parallel-1.23.0/lib/parallel.rb +0 -652
  556. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/all.rb +0 -16
  557. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/builders/default.rb +0 -2321
  558. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/current.rb +0 -128
  559. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/lexer/literal.rb +0 -269
  560. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/lexer-F0.rb +0 -12870
  561. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/lexer-F1.rb +0 -14814
  562. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/macruby.rb +0 -9634
  563. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/messages.rb +0 -120
  564. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby18.rb +0 -9272
  565. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby19.rb +0 -9558
  566. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby20.rb +0 -10229
  567. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby21.rb +0 -10203
  568. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby22.rb +0 -10302
  569. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby23.rb +0 -10322
  570. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby24.rb +0 -10454
  571. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby25.rb +0 -10374
  572. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby26.rb +0 -10352
  573. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby27.rb +0 -11947
  574. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby30.rb +0 -12243
  575. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby31.rb +0 -12716
  576. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby32.rb +0 -12704
  577. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/ruby33.rb +0 -12704
  578. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/rubymotion.rb +0 -9515
  579. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/runner.rb +0 -293
  580. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/static_environment.rb +0 -87
  581. data/vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/lib/parser/version.rb +0 -5
  582. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/CHANGELOG.md +0 -215
  583. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/CODE_OF_CONDUCT.md +0 -76
  584. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/CONTRIBUTING.md +0 -62
  585. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/LICENSE.md +0 -7
  586. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/Makefile +0 -84
  587. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/README.md +0 -92
  588. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/librubyparser.a +0 -0
  589. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/diagnostic.o +0 -0
  590. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/enc/pm_big5.o +0 -0
  591. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/enc/pm_euc_jp.o +0 -0
  592. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/enc/pm_gbk.o +0 -0
  593. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/enc/pm_shift_jis.o +0 -0
  594. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/enc/pm_tables.o +0 -0
  595. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/enc/pm_unicode.o +0 -0
  596. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/enc/pm_windows_31j.o +0 -0
  597. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/node.o +0 -0
  598. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/pack.o +0 -0
  599. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/prettyprint.o +0 -0
  600. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/prism.o +0 -0
  601. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/regexp.o +0 -0
  602. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/serialize.o +0 -0
  603. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/token_type.o +0 -0
  604. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_buffer.o +0 -0
  605. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_char.o +0 -0
  606. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_constant_pool.o +0 -0
  607. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_list.o +0 -0
  608. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_memchr.o +0 -0
  609. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_newline_list.o +0 -0
  610. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_state_stack.o +0 -0
  611. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_string.o +0 -0
  612. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_string_list.o +0 -0
  613. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_strncasecmp.o +0 -0
  614. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/build/static/util/pm_strpbrk.o +0 -0
  615. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/config.yml +0 -2542
  616. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/build_system.md +0 -74
  617. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/building.md +0 -22
  618. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/configuration.md +0 -60
  619. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/design.md +0 -53
  620. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/encoding.md +0 -117
  621. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/fuzzing.md +0 -88
  622. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/heredocs.md +0 -36
  623. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/mapping.md +0 -117
  624. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/prism.png +0 -0
  625. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/ripper.md +0 -36
  626. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/ruby_api.md +0 -25
  627. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/serialization.md +0 -191
  628. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/docs/testing.md +0 -55
  629. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/ext/prism/Makefile +0 -273
  630. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/ext/prism/api_node.c +0 -4878
  631. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/ext/prism/api_pack.c +0 -256
  632. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/ext/prism/extconf.rb +0 -136
  633. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/ext/prism/extension.c +0 -613
  634. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/ext/prism/extension.h +0 -18
  635. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/ast.h +0 -1984
  636. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/defines.h +0 -45
  637. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/diagnostic.h +0 -232
  638. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/enc/pm_encoding.h +0 -95
  639. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/node.h +0 -49
  640. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/pack.h +0 -141
  641. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/parser.h +0 -444
  642. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/regexp.h +0 -19
  643. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/util/pm_buffer.h +0 -54
  644. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/util/pm_char.h +0 -91
  645. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/util/pm_constant_pool.h +0 -97
  646. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/util/pm_list.h +0 -67
  647. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/util/pm_memchr.h +0 -14
  648. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/util/pm_newline_list.h +0 -61
  649. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/util/pm_state_stack.h +0 -24
  650. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/util/pm_string.h +0 -62
  651. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/util/pm_string_list.h +0 -25
  652. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/util/pm_strpbrk.h +0 -29
  653. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism/version.h +0 -4
  654. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/include/prism.h +0 -81
  655. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/compiler.rb +0 -474
  656. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/debug.rb +0 -161
  657. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/desugar_compiler.rb +0 -206
  658. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/dispatcher.rb +0 -2093
  659. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/dsl.rb +0 -765
  660. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/ffi.rb +0 -251
  661. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/lex_compat.rb +0 -872
  662. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/mutation_compiler.rb +0 -733
  663. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/node.rb +0 -16410
  664. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/node_ext.rb +0 -99
  665. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/node_inspector.rb +0 -68
  666. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/pack.rb +0 -185
  667. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/parse_result/comments.rb +0 -172
  668. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/parse_result/newlines.rb +0 -60
  669. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/parse_result.rb +0 -293
  670. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/pattern.rb +0 -239
  671. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/prism.bundle +0 -0
  672. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/ripper_compat.rb +0 -174
  673. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/serialize.rb +0 -670
  674. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism/visitor.rb +0 -479
  675. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/lib/prism.rb +0 -64
  676. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/prism.gemspec +0 -112
  677. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/diagnostic.c +0 -288
  678. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/enc/pm_big5.c +0 -52
  679. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/enc/pm_euc_jp.c +0 -58
  680. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/enc/pm_gbk.c +0 -61
  681. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/enc/pm_shift_jis.c +0 -56
  682. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/enc/pm_tables.c +0 -507
  683. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/enc/pm_unicode.c +0 -2324
  684. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/enc/pm_windows_31j.c +0 -56
  685. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/node.c +0 -2700
  686. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/pack.c +0 -493
  687. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/prettyprint.c +0 -2193
  688. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/prism.c +0 -15704
  689. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/regexp.c +0 -580
  690. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/serialize.c +0 -1960
  691. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/token_type.c +0 -349
  692. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_buffer.c +0 -105
  693. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_char.c +0 -272
  694. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_constant_pool.c +0 -266
  695. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_list.c +0 -41
  696. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_memchr.c +0 -33
  697. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_newline_list.c +0 -134
  698. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_state_stack.c +0 -19
  699. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_string.c +0 -200
  700. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_string_list.c +0 -29
  701. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_strncasecmp.c +0 -17
  702. data/vendor/bundle/ruby/3.2.0/gems/prism-0.15.1/src/util/pm_strpbrk.c +0 -66
  703. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/CONTRIBUTING.md +0 -24
  704. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/LICENSE +0 -21
  705. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/README.md +0 -73
  706. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/Makefile +0 -292
  707. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/depend +0 -17
  708. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/extconf.rb +0 -53
  709. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/psych.c +0 -37
  710. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/psych.h +0 -17
  711. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/psych_emitter.c +0 -555
  712. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/psych_emitter.h +0 -8
  713. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/psych_parser.c +0 -565
  714. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/psych_parser.h +0 -6
  715. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/psych_to_ruby.c +0 -39
  716. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/psych_to_ruby.h +0 -8
  717. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/psych_yaml_tree.c +0 -12
  718. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/psych_yaml_tree.h +0 -8
  719. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/class_loader.rb +0 -104
  720. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/coder.rb +0 -95
  721. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/core_ext.rb +0 -19
  722. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/exception.rb +0 -28
  723. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/handler.rb +0 -255
  724. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/handlers/document_stream.rb +0 -23
  725. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/handlers/recorder.rb +0 -40
  726. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/json/ruby_events.rb +0 -20
  727. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/json/stream.rb +0 -17
  728. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/json/tree_builder.rb +0 -13
  729. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/json/yaml_events.rb +0 -30
  730. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/nodes/alias.rb +0 -21
  731. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/nodes/document.rb +0 -63
  732. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/nodes/mapping.rb +0 -59
  733. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/nodes/node.rb +0 -75
  734. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/nodes/scalar.rb +0 -70
  735. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/nodes/sequence.rb +0 -84
  736. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/nodes/stream.rb +0 -40
  737. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/nodes.rb +0 -78
  738. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/omap.rb +0 -5
  739. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/parser.rb +0 -65
  740. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/scalar_scanner.rb +0 -142
  741. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/set.rb +0 -5
  742. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/stream.rb +0 -38
  743. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/streaming.rb +0 -28
  744. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/syntax_error.rb +0 -22
  745. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/tree_builder.rb +0 -137
  746. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/versions.rb +0 -10
  747. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/visitors/depth_first.rb +0 -27
  748. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/visitors/emitter.rb +0 -52
  749. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/visitors/json_tree.rb +0 -25
  750. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/visitors/to_ruby.rb +0 -436
  751. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/visitors/visitor.rb +0 -34
  752. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/visitors/yaml_tree.rb +0 -587
  753. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/visitors.rb +0 -7
  754. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych/y.rb +0 -10
  755. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych.bundle +0 -0
  756. data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych.rb +0 -745
  757. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/README.ja.rdoc +0 -94
  758. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/README.rdoc +0 -79
  759. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/TODO +0 -5
  760. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/bin/racc +0 -320
  761. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/doc/en/NEWS.en.rdoc +0 -282
  762. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/doc/en/grammar.en.rdoc +0 -226
  763. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/doc/en/grammar2.en.rdoc +0 -219
  764. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/doc/ja/NEWS.ja.rdoc +0 -307
  765. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/doc/ja/command.ja.html +0 -94
  766. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/doc/ja/grammar.ja.rdoc +0 -348
  767. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/doc/ja/parser.ja.rdoc +0 -125
  768. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/ext/racc/MANIFEST +0 -4
  769. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/ext/racc/cparse/Makefile +0 -270
  770. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/ext/racc/cparse/cparse.c +0 -861
  771. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/ext/racc/cparse/extconf.rb +0 -9
  772. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/lib/racc/cparse.bundle +0 -0
  773. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/lib/racc/info.rb +0 -17
  774. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/lib/racc/parser-text.rb +0 -658
  775. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/lib/racc/parser.rb +0 -632
  776. data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.1/lib/racc/parserfilegenerator.rb +0 -470
  777. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/Gemfile +0 -15
  778. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/LICENSE +0 -22
  779. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/expression/classes/character_set.rb +0 -26
  780. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/expression/classes/posix_class.rb +0 -15
  781. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/expression/classes/unicode_property.rb +0 -122
  782. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/expression.rb +0 -36
  783. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/parser.rb +0 -595
  784. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/scanner/properties/long.csv +0 -633
  785. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/scanner/properties/short.csv +0 -248
  786. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/scanner/scanner.rl +0 -827
  787. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/scanner.rb +0 -2513
  788. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/syntax/token/unicode_property.rb +0 -733
  789. data/vendor/bundle/ruby/3.2.0/gems/regexp_parser-2.8.2/lib/regexp_parser/version.rb +0 -5
  790. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/BSDL +0 -22
  791. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/README.md +0 -87
  792. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/ansi.rb +0 -363
  793. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/config.rb +0 -401
  794. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/general_io.rb +0 -116
  795. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/history.rb +0 -76
  796. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/key_actor/base.rb +0 -19
  797. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/key_actor/emacs.rb +0 -517
  798. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/key_actor/vi_command.rb +0 -518
  799. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/key_actor/vi_insert.rb +0 -517
  800. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/key_actor.rb +0 -7
  801. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/key_stroke.rb +0 -148
  802. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/kill_ring.rb +0 -125
  803. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/line_editor.rb +0 -3300
  804. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/terminfo.rb +0 -160
  805. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/unicode/east_asian_width.rb +0 -1196
  806. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/unicode.rb +0 -642
  807. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/version.rb +0 -3
  808. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline/windows.rb +0 -501
  809. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/lib/reline.rb +0 -609
  810. data/vendor/bundle/ruby/3.2.0/gems/reline-0.3.9/license_of_rb-readline +0 -25
  811. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/LICENSE.txt +0 -20
  812. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/README.md +0 -252
  813. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/config/default.yml +0 -5629
  814. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/config.rb +0 -330
  815. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/config_loader.rb +0 -259
  816. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/config_obsoletion.rb +0 -108
  817. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/config_validator.rb +0 -272
  818. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/base.rb +0 -486
  819. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/bundler/gem_comment.rb +0 -171
  820. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/exclude_limit.rb +0 -26
  821. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/gemspec/deprecated_attribute_assignment.rb +0 -92
  822. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/internal_affairs/method_name_equal.rb +0 -50
  823. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +0 -147
  824. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/internal_affairs.rb +0 -31
  825. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/argument_alignment.rb +0 -158
  826. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/end_alignment.rb +0 -204
  827. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/extra_spacing.rb +0 -191
  828. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/first_array_element_indentation.rb +0 -180
  829. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/first_parameter_indentation.rb +0 -101
  830. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +0 -311
  831. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/heredoc_indentation.rb +0 -165
  832. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/line_continuation_leading_space.rb +0 -144
  833. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/redundant_line_break.rb +0 -148
  834. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +0 -211
  835. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/single_line_block_chain.rb +0 -64
  836. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/layout/space_around_operators.rb +0 -260
  837. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/assignment_in_condition.rb +0 -109
  838. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb +0 -68
  839. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +0 -51
  840. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/debugger.rb +0 -124
  841. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/duplicate_methods.rb +0 -268
  842. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/erb_new_arguments.rb +0 -161
  843. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/float_comparison.rb +0 -93
  844. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/hash_compare_by_identity.rb +0 -47
  845. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/next_without_accumulator.rb +0 -70
  846. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/non_deterministic_require_order.rb +0 -185
  847. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/number_conversion.rb +0 -196
  848. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/redundant_safe_navigation.rb +0 -107
  849. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/redundant_with_index.rb +0 -80
  850. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/redundant_with_object.rb +0 -79
  851. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/safe_navigation_chain.rb +0 -105
  852. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/self_assignment.rb +0 -78
  853. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/shadowed_argument.rb +0 -176
  854. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/symbol_conversion.rb +0 -179
  855. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/syntax.rb +0 -43
  856. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb +0 -55
  857. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +0 -204
  858. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/useless_access_modifier.rb +0 -295
  859. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/useless_times.rb +0 -114
  860. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/lint/void.rb +0 -223
  861. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/metrics/abc_size.rb +0 -56
  862. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/mixin/check_line_breakable.rb +0 -227
  863. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/mixin/configurable_formatting.rb +0 -40
  864. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/mixin/preceding_following_alignment.rb +0 -181
  865. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/mixin/space_before_punctuation.rb +0 -49
  866. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/naming/block_forwarding.rb +0 -125
  867. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/naming/constant_name.rb +0 -84
  868. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +0 -295
  869. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/registry.rb +0 -315
  870. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/security/open.rb +0 -89
  871. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/access_modifier_declarations.rb +0 -225
  872. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/accessor_grouping.rb +0 -180
  873. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/arguments_forwarding.rb +0 -372
  874. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/auto_resource_cleanup.rb +0 -48
  875. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/bisected_attr_accessor.rb +0 -125
  876. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/case_like_if.rb +0 -280
  877. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/class_check.rb +0 -54
  878. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/collection_compact.rb +0 -133
  879. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/combinable_loops.rb +0 -117
  880. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/concat_array_literals.rb +0 -94
  881. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/conditional_assignment.rb +0 -663
  882. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/date_time.rb +0 -93
  883. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/each_for_simple_loop.rb +0 -90
  884. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/each_with_object.rb +0 -139
  885. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/empty_literal.rb +0 -138
  886. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/eval_with_location.rb +0 -237
  887. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/exact_regexp_match.rb +0 -68
  888. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/explicit_block_argument.rb +0 -153
  889. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/hash_each_methods.rb +0 -123
  890. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/hash_except.rb +0 -188
  891. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/identical_conditional_branches.rb +0 -251
  892. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/inverse_methods.rb +0 -196
  893. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/invertible_unless_condition.rb +0 -118
  894. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/map_compact_with_conditional_block.rb +0 -136
  895. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/map_to_hash.rb +0 -71
  896. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb +0 -232
  897. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +0 -248
  898. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +0 -103
  899. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/method_def_parentheses.rb +0 -180
  900. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/missing_respond_to_missing.rb +0 -52
  901. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/multiline_ternary_operator.rb +0 -100
  902. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/next.rb +0 -233
  903. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/numeric_literal_prefix.rb +0 -119
  904. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/operator_method_call.rb +0 -73
  905. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/parallel_assignment.rb +0 -300
  906. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/parentheses_around_condition.rb +0 -128
  907. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_argument.rb +0 -103
  908. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_double_splat_hash_braces.rb +0 -133
  909. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_each.rb +0 -116
  910. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_fetch_block.rb +0 -121
  911. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_line_continuation.rb +0 -183
  912. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_parentheses.rb +0 -268
  913. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_return.rb +0 -183
  914. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_self.rb +0 -203
  915. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_sort.rb +0 -208
  916. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_sort_by.rb +0 -63
  917. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/redundant_string_escape.rb +0 -185
  918. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/sample.rb +0 -145
  919. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/select_by_regexp.rb +0 -162
  920. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/self_assignment.rb +0 -101
  921. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/semicolon.rb +0 -164
  922. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/single_argument_dig.rb +0 -66
  923. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/slicing_with_range.rb +0 -51
  924. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/string_chars.rb +0 -41
  925. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/strip.rb +0 -42
  926. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/symbol_proc.rb +0 -210
  927. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cop/style/unpack_first.rb +0 -62
  928. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/cops_documentation_generator.rb +0 -329
  929. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/ext/regexp_node.rb +0 -87
  930. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter/disabled_config_formatter.rb +0 -267
  931. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter/html_formatter.rb +0 -134
  932. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter/json_formatter.rb +0 -80
  933. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/formatter.rb +0 -34
  934. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/lsp/routes.rb +0 -246
  935. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/options.rb +0 -641
  936. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/result_cache.rb +0 -241
  937. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/rspec/shared_contexts.rb +0 -177
  938. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/rspec/support.rb +0 -29
  939. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/runner.rb +0 -498
  940. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/server/cache.rb +0 -156
  941. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop/version.rb +0 -102
  942. data/vendor/bundle/ruby/3.2.0/gems/rubocop-1.57.2/lib/rubocop.rb +0 -767
  943. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/LICENSE.txt +0 -22
  944. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/README.md +0 -78
  945. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/VERSION +0 -1
  946. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/exe/ruby-lsp +0 -111
  947. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/exe/ruby-lsp-check +0 -63
  948. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/exe/ruby-lsp-doctor +0 -15
  949. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/core_ext/uri.rb +0 -40
  950. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/rubocop/cop/ruby_lsp/use_language_server_aliases.rb +0 -62
  951. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/rubocop/cop/ruby_lsp/use_register_with_handler_method.rb +0 -125
  952. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby-lsp.rb +0 -6
  953. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/lib/ruby_indexer/configuration.rb +0 -221
  954. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/lib/ruby_indexer/entry.rb +0 -205
  955. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/lib/ruby_indexer/index.rb +0 -256
  956. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/lib/ruby_indexer/indexable_path.rb +0 -29
  957. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/lib/ruby_indexer/prefix_tree.rb +0 -153
  958. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/lib/ruby_indexer/visitor.rb +0 -267
  959. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/ruby_indexer.rb +0 -23
  960. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/test/classes_and_modules_test.rb +0 -276
  961. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/test/configuration_test.rb +0 -122
  962. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/test/constant_test.rb +0 -391
  963. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/test/index_test.rb +0 -197
  964. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/test/method_test.rb +0 -73
  965. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/test/prefix_tree_test.rb +0 -150
  966. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_indexer/test/test_case.rb +0 -46
  967. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/addon.rb +0 -151
  968. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/check_docs.rb +0 -130
  969. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/document.rb +0 -232
  970. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/executor.rb +0 -765
  971. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/internal.rb +0 -29
  972. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/listener.rb +0 -83
  973. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/parameter_scope.rb +0 -33
  974. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/base_request.rb +0 -24
  975. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/code_action_resolve.rb +0 -148
  976. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/code_actions.rb +0 -79
  977. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/code_lens.rb +0 -246
  978. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/completion.rb +0 -241
  979. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/definition.rb +0 -170
  980. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/diagnostics.rb +0 -69
  981. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/document_highlight.rb +0 -566
  982. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/document_link.rb +0 -176
  983. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/document_symbol.rb +0 -235
  984. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/folding_ranges.rb +0 -286
  985. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/formatting.rb +0 -102
  986. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/hover.rb +0 -117
  987. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/inlay_hints.rb +0 -58
  988. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/on_type_formatting.rb +0 -176
  989. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/selection_ranges.rb +0 -51
  990. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/semantic_highlighting.rb +0 -420
  991. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/show_syntax_tree.rb +0 -75
  992. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/annotation.rb +0 -47
  993. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/common.rb +0 -104
  994. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/dependency_detector.rb +0 -88
  995. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/formatter_runner.rb +0 -18
  996. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/rubocop_diagnostic.rb +0 -108
  997. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/rubocop_diagnostics_runner.rb +0 -34
  998. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/rubocop_formatting_runner.rb +0 -35
  999. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/rubocop_runner.rb +0 -132
  1000. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/selection_range.rb +0 -21
  1001. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/semantic_token_encoder.rb +0 -73
  1002. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/sorbet.rb +0 -55
  1003. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/source_uri.rb +0 -85
  1004. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/support/syntax_tree_formatting_runner.rb +0 -50
  1005. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests/workspace_symbol.rb +0 -89
  1006. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/requests.rb +0 -59
  1007. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/server.rb +0 -169
  1008. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/setup_bundler.rb +0 -229
  1009. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/store.rb +0 -79
  1010. data/vendor/bundle/ruby/3.2.0/gems/ruby-lsp-0.12.1/lib/ruby_lsp/utils.rb +0 -72
  1011. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/sorbet-runtime.rb +0 -122
  1012. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/_types.rb +0 -370
  1013. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/abstract_utils.rb +0 -50
  1014. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/boolean.rb +0 -8
  1015. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/compatibility_patches.rb +0 -95
  1016. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/configuration.rb +0 -591
  1017. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/enum.rb +0 -382
  1018. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/generic.rb +0 -24
  1019. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/helpers.rb +0 -65
  1020. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/interface_wrapper.rb +0 -162
  1021. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/non_forcing_constants.rb +0 -65
  1022. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/abstract/data.rb +0 -36
  1023. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/abstract/declare.rb +0 -54
  1024. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/abstract/hooks.rb +0 -42
  1025. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/abstract/validate.rb +0 -128
  1026. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/casts.rb +0 -44
  1027. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/class_utils.rb +0 -134
  1028. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/compiler.rb +0 -24
  1029. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/decl_state.rb +0 -30
  1030. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/final.rb +0 -50
  1031. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/methods/_methods.rb +0 -606
  1032. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/methods/call_validation.rb +0 -316
  1033. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/methods/call_validation_2_6.rb +0 -1211
  1034. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/methods/call_validation_2_7.rb +0 -1211
  1035. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/methods/decl_builder.rb +0 -247
  1036. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/methods/modes.rb +0 -28
  1037. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/methods/signature.rb +0 -250
  1038. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/methods/signature_validation.rb +0 -287
  1039. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/mixins/mixins.rb +0 -27
  1040. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/retry.rb +0 -10
  1041. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/runtime_levels.rb +0 -81
  1042. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/sealed.rb +0 -91
  1043. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/types/not_typed.rb +0 -25
  1044. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/types/simple_pair_union.rb +0 -55
  1045. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/types/string_holder.rb +0 -26
  1046. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/types/type_alias.rb +0 -31
  1047. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/private/types/void.rb +0 -40
  1048. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/_props.rb +0 -169
  1049. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/constructor.rb +0 -40
  1050. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/custom_type.rb +0 -108
  1051. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/decorator.rb +0 -674
  1052. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/errors.rb +0 -8
  1053. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/generated_code_validation.rb +0 -277
  1054. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/has_lazily_specialized_methods.rb +0 -140
  1055. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/optional.rb +0 -89
  1056. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/plugin.rb +0 -37
  1057. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/pretty_printable.rb +0 -69
  1058. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/private/apply_default.rb +0 -170
  1059. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/private/deserializer_generator.rb +0 -160
  1060. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/private/parser.rb +0 -32
  1061. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/private/serde_transform.rb +0 -186
  1062. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/private/serializer_generator.rb +0 -76
  1063. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/private/setter_factory.rb +0 -197
  1064. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/serializable.rb +0 -382
  1065. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/type_validation.rb +0 -114
  1066. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/utils.rb +0 -59
  1067. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/props/weak_constructor.rb +0 -67
  1068. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/sig.rb +0 -30
  1069. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/struct.rb +0 -51
  1070. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/anything.rb +0 -31
  1071. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/attached_class.rb +0 -37
  1072. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/base.rb +0 -186
  1073. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/class_of.rb +0 -51
  1074. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/enum.rb +0 -40
  1075. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/fixed_array.rb +0 -99
  1076. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/fixed_hash.rb +0 -96
  1077. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/intersection.rb +0 -42
  1078. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/noreturn.rb +0 -28
  1079. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/proc.rb +0 -51
  1080. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/self_type.rb +0 -35
  1081. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/simple.rb +0 -117
  1082. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/t_enum.rb +0 -38
  1083. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/type_member.rb +0 -7
  1084. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/type_parameter.rb +0 -42
  1085. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/type_template.rb +0 -7
  1086. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/type_variable.rb +0 -34
  1087. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/typed_array.rb +0 -68
  1088. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/typed_class.rb +0 -85
  1089. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/typed_enumerable.rb +0 -183
  1090. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/typed_enumerator.rb +0 -41
  1091. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/typed_enumerator_chain.rb +0 -41
  1092. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/typed_enumerator_lazy.rb +0 -41
  1093. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/typed_hash.rb +0 -48
  1094. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/typed_range.rb +0 -31
  1095. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/typed_set.rb +0 -53
  1096. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/union.rb +0 -127
  1097. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/types/untyped.rb +0 -29
  1098. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11104/lib/types/utils.rb +0 -217
  1099. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/sorbet-runtime.rb +0 -122
  1100. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/_types.rb +0 -370
  1101. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/abstract_utils.rb +0 -50
  1102. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/boolean.rb +0 -8
  1103. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/compatibility_patches.rb +0 -95
  1104. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/configuration.rb +0 -591
  1105. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/enum.rb +0 -382
  1106. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/generic.rb +0 -24
  1107. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/helpers.rb +0 -65
  1108. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/interface_wrapper.rb +0 -162
  1109. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/non_forcing_constants.rb +0 -65
  1110. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/abstract/data.rb +0 -36
  1111. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/abstract/declare.rb +0 -54
  1112. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/abstract/hooks.rb +0 -42
  1113. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/abstract/validate.rb +0 -128
  1114. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/casts.rb +0 -44
  1115. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/class_utils.rb +0 -134
  1116. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/compiler.rb +0 -24
  1117. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/decl_state.rb +0 -30
  1118. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/final.rb +0 -50
  1119. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/methods/_methods.rb +0 -606
  1120. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/methods/call_validation.rb +0 -316
  1121. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/methods/call_validation_2_6.rb +0 -1211
  1122. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/methods/call_validation_2_7.rb +0 -1211
  1123. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/methods/decl_builder.rb +0 -247
  1124. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/methods/modes.rb +0 -28
  1125. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/methods/signature.rb +0 -250
  1126. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/methods/signature_validation.rb +0 -287
  1127. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/mixins/mixins.rb +0 -27
  1128. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/retry.rb +0 -10
  1129. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/runtime_levels.rb +0 -81
  1130. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/sealed.rb +0 -91
  1131. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/types/not_typed.rb +0 -25
  1132. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/types/simple_pair_union.rb +0 -55
  1133. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/types/string_holder.rb +0 -26
  1134. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/types/type_alias.rb +0 -31
  1135. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/private/types/void.rb +0 -40
  1136. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/_props.rb +0 -169
  1137. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/constructor.rb +0 -40
  1138. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/custom_type.rb +0 -108
  1139. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/decorator.rb +0 -674
  1140. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/errors.rb +0 -8
  1141. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/generated_code_validation.rb +0 -277
  1142. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/has_lazily_specialized_methods.rb +0 -140
  1143. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/optional.rb +0 -89
  1144. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/plugin.rb +0 -37
  1145. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/pretty_printable.rb +0 -69
  1146. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/private/apply_default.rb +0 -170
  1147. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/private/deserializer_generator.rb +0 -160
  1148. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/private/parser.rb +0 -32
  1149. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/private/serde_transform.rb +0 -186
  1150. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/private/serializer_generator.rb +0 -76
  1151. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/private/setter_factory.rb +0 -197
  1152. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/serializable.rb +0 -382
  1153. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/type_validation.rb +0 -114
  1154. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/utils.rb +0 -59
  1155. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/props/weak_constructor.rb +0 -67
  1156. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/sig.rb +0 -30
  1157. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/struct.rb +0 -51
  1158. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/anything.rb +0 -31
  1159. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/attached_class.rb +0 -37
  1160. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/base.rb +0 -186
  1161. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/class_of.rb +0 -51
  1162. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/enum.rb +0 -40
  1163. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/fixed_array.rb +0 -99
  1164. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/fixed_hash.rb +0 -96
  1165. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/intersection.rb +0 -42
  1166. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/noreturn.rb +0 -28
  1167. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/proc.rb +0 -51
  1168. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/self_type.rb +0 -35
  1169. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/simple.rb +0 -117
  1170. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/t_enum.rb +0 -38
  1171. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/type_member.rb +0 -7
  1172. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/type_parameter.rb +0 -42
  1173. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/type_template.rb +0 -7
  1174. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/type_variable.rb +0 -34
  1175. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/typed_array.rb +0 -68
  1176. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/typed_class.rb +0 -85
  1177. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/typed_enumerable.rb +0 -183
  1178. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/typed_enumerator.rb +0 -41
  1179. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/typed_enumerator_chain.rb +0 -41
  1180. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/typed_enumerator_lazy.rb +0 -41
  1181. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/typed_hash.rb +0 -48
  1182. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/typed_range.rb +0 -31
  1183. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/typed_set.rb +0 -53
  1184. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/union.rb +0 -127
  1185. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/types/untyped.rb +0 -29
  1186. data/vendor/bundle/ruby/3.2.0/gems/sorbet-runtime-0.5.11108/lib/types/utils.rb +0 -217
  1187. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.8/README.md +0 -45
  1188. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.8/ext/stringio/Makefile +0 -270
  1189. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.8/ext/stringio/extconf.rb +0 -3
  1190. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.8/ext/stringio/stringio.c +0 -1938
  1191. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.8/lib/stringio.bundle +0 -0
  1192. data/vendor/bundle/ruby/3.2.0/specifications/debug-1.8.0.gemspec +0 -32
  1193. data/vendor/bundle/ruby/3.2.0/specifications/irb-1.8.3.gemspec +0 -30
  1194. data/vendor/bundle/ruby/3.2.0/specifications/parallel-1.23.0.gemspec +0 -21
  1195. data/vendor/bundle/ruby/3.2.0/specifications/parser-3.2.2.4.gemspec +0 -37
  1196. data/vendor/bundle/ruby/3.2.0/specifications/prism-0.15.1.gemspec +0 -24
  1197. data/vendor/bundle/ruby/3.2.0/specifications/psych-5.1.1.1.gemspec +0 -31
  1198. data/vendor/bundle/ruby/3.2.0/specifications/racc-1.7.1.gemspec +0 -27
  1199. data/vendor/bundle/ruby/3.2.0/specifications/regexp_parser-2.8.2.gemspec +0 -22
  1200. data/vendor/bundle/ruby/3.2.0/specifications/reline-0.3.9.gemspec +0 -25
  1201. data/vendor/bundle/ruby/3.2.0/specifications/rubocop-1.57.2.gemspec +0 -39
  1202. data/vendor/bundle/ruby/3.2.0/specifications/ruby-lsp-0.12.1.gemspec +0 -31
  1203. data/vendor/bundle/ruby/3.2.0/specifications/sorbet-runtime-0.5.11104.gemspec +0 -34
  1204. data/vendor/bundle/ruby/3.2.0/specifications/sorbet-runtime-0.5.11108.gemspec +0 -34
  1205. data/vendor/bundle/ruby/3.2.0/specifications/stringio-3.0.8.gemspec +0 -24
  1206. /data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/{debug-1.8.0 → json-2.7.1}/gem.build_complete +0 -0
  1207. /data/vendor/bundle/ruby/3.2.0/extensions/arm64-darwin-22/3.2.0/{prism-0.15.1 → racc-1.7.3}/gem.build_complete +0 -0
  1208. /data/vendor/bundle/ruby/3.2.0/gems/{reline-0.3.9/COPYING → json-2.7.1/LICENSE} +0 -0
  1209. /data/{bin → vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/bin}/setup +0 -0
  1210. /data/vendor/bundle/ruby/3.2.0/gems/{parallel-1.23.0 → parallel-1.24.0}/MIT-LICENSE.txt +0 -0
  1211. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/LICENSE.txt +0 -0
  1212. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/bin/ruby-parse +0 -0
  1213. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/bin/ruby-rewrite +0 -0
  1214. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/gauntlet_parser.rb +0 -0
  1215. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/ast/node.rb +0 -0
  1216. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/ast/processor.rb +0 -0
  1217. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/base.rb +0 -0
  1218. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/clobbering_error.rb +0 -0
  1219. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/color.rb +0 -0
  1220. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/context.rb +0 -0
  1221. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/current_arg_stack.rb +0 -0
  1222. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/deprecation.rb +0 -0
  1223. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/diagnostic/engine.rb +0 -0
  1224. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/diagnostic.rb +0 -0
  1225. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/lexer/dedenter.rb +0 -0
  1226. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/lexer/explanation.rb +0 -0
  1227. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/lexer/stack_state.rb +0 -0
  1228. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/lexer-strings.rb +0 -0
  1229. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/max_numparam_stack.rb +0 -0
  1230. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/meta.rb +0 -0
  1231. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/rewriter.rb +0 -0
  1232. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/ruby28.rb +0 -0
  1233. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/runner/ruby_parse.rb +0 -0
  1234. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/runner/ruby_rewrite.rb +0 -0
  1235. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/buffer.rb +0 -0
  1236. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/comment/associator.rb +0 -0
  1237. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/comment.rb +0 -0
  1238. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/collection.rb +0 -0
  1239. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/condition.rb +0 -0
  1240. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/constant.rb +0 -0
  1241. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/definition.rb +0 -0
  1242. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/for.rb +0 -0
  1243. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/heredoc.rb +0 -0
  1244. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/index.rb +0 -0
  1245. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/keyword.rb +0 -0
  1246. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/method_definition.rb +0 -0
  1247. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/objc_kwarg.rb +0 -0
  1248. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/operator.rb +0 -0
  1249. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/rescue_body.rb +0 -0
  1250. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/send.rb +0 -0
  1251. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/ternary.rb +0 -0
  1252. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map/variable.rb +0 -0
  1253. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/map.rb +0 -0
  1254. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/range.rb +0 -0
  1255. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/rewriter/action.rb +0 -0
  1256. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/rewriter.rb +0 -0
  1257. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/tree_rewriter/action.rb +0 -0
  1258. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/source/tree_rewriter.rb +0 -0
  1259. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/syntax_error.rb +0 -0
  1260. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/tree_rewriter.rb +0 -0
  1261. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser/variables_stack.rb +0 -0
  1262. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/lib/parser.rb +0 -0
  1263. /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.2.2.4 → parser-3.3.0.4}/parser.gemspec +0 -0
  1264. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/COPYING +0 -0
  1265. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/ChangeLog +0 -0
  1266. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/doc/ja/debug.ja.rdoc +0 -0
  1267. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/doc/ja/index.ja.html +0 -0
  1268. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/doc/ja/usage.ja.html +0 -0
  1269. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/compat.rb +0 -0
  1270. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/debugflags.rb +0 -0
  1271. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/exception.rb +0 -0
  1272. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/grammar.rb +0 -0
  1273. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/grammarfileparser.rb +0 -0
  1274. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/iset.rb +0 -0
  1275. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/logfilegenerator.rb +0 -0
  1276. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/sourcetext.rb +0 -0
  1277. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/state.rb +0 -0
  1278. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/statetransitiontable.rb +0 -0
  1279. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc/static.rb +0 -0
  1280. /data/vendor/bundle/ruby/3.2.0/gems/{racc-1.7.1 → racc-1.7.3}/lib/racc.rb +0 -0
  1281. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/Rakefile +0 -0
  1282. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/error.rb +0 -0
  1283. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/base.rb +0 -0
  1284. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/alternation.rb +0 -0
  1285. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/anchor.rb +0 -0
  1286. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/backreference.rb +0 -0
  1287. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/character_set/intersection.rb +0 -0
  1288. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/character_set/range.rb +0 -0
  1289. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/character_type.rb +0 -0
  1290. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/conditional.rb +0 -0
  1291. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/escape_sequence.rb +0 -0
  1292. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/free_space.rb +0 -0
  1293. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/group.rb +0 -0
  1294. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/keep.rb +0 -0
  1295. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/literal.rb +0 -0
  1296. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/classes/root.rb +0 -0
  1297. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/methods/construct.rb +0 -0
  1298. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/methods/human_name.rb +0 -0
  1299. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/methods/match.rb +0 -0
  1300. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/methods/match_length.rb +0 -0
  1301. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/methods/options.rb +0 -0
  1302. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/methods/parts.rb +0 -0
  1303. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/methods/printing.rb +0 -0
  1304. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/methods/strfregexp.rb +0 -0
  1305. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/methods/tests.rb +0 -0
  1306. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/methods/traverse.rb +0 -0
  1307. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/quantifier.rb +0 -0
  1308. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/sequence.rb +0 -0
  1309. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/sequence_operation.rb +0 -0
  1310. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/shared.rb +0 -0
  1311. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/expression/subexpression.rb +0 -0
  1312. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/lexer.rb +0 -0
  1313. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/scanner/char_type.rl +0 -0
  1314. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/scanner/errors/premature_end_error.rb +0 -0
  1315. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/scanner/errors/scanner_error.rb +0 -0
  1316. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/scanner/errors/validation_error.rb +0 -0
  1317. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/scanner/property.rl +0 -0
  1318. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/any.rb +0 -0
  1319. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/base.rb +0 -0
  1320. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/anchor.rb +0 -0
  1321. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/assertion.rb +0 -0
  1322. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/backreference.rb +0 -0
  1323. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/character_set.rb +0 -0
  1324. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/character_type.rb +0 -0
  1325. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/conditional.rb +0 -0
  1326. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/escape.rb +0 -0
  1327. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/group.rb +0 -0
  1328. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/keep.rb +0 -0
  1329. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/meta.rb +0 -0
  1330. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/posix_class.rb +0 -0
  1331. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/quantifier.rb +0 -0
  1332. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token/virtual.rb +0 -0
  1333. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/token.rb +0 -0
  1334. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/version_lookup.rb +0 -0
  1335. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/1.8.6.rb +0 -0
  1336. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/1.9.1.rb +0 -0
  1337. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/1.9.3.rb +0 -0
  1338. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/2.0.0.rb +0 -0
  1339. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/2.2.0.rb +0 -0
  1340. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/2.3.0.rb +0 -0
  1341. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/2.4.0.rb +0 -0
  1342. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/2.4.1.rb +0 -0
  1343. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/2.5.0.rb +0 -0
  1344. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/2.6.0.rb +0 -0
  1345. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/2.6.2.rb +0 -0
  1346. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/2.6.3.rb +0 -0
  1347. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/3.1.0.rb +0 -0
  1348. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions/3.2.0.rb +0 -0
  1349. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax/versions.rb +0 -0
  1350. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/syntax.rb +0 -0
  1351. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser/token.rb +0 -0
  1352. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/lib/regexp_parser.rb +0 -0
  1353. /data/vendor/bundle/ruby/3.2.0/gems/{regexp_parser-2.8.2 → regexp_parser-2.9.0}/regexp_parser.gemspec +0 -0
  1354. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/assets/logo.png +0 -0
  1355. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/assets/output.html.erb +0 -0
  1356. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/config/obsoletion.yml +0 -0
  1357. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/exe/rubocop +0 -0
  1358. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/arguments_env.rb +0 -0
  1359. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/arguments_file.rb +0 -0
  1360. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/ast_aliases.rb +0 -0
  1361. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cache_config.rb +0 -0
  1362. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cached_data.rb +0 -0
  1363. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/command/auto_generate_config.rb +0 -0
  1364. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/command/base.rb +0 -0
  1365. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/command/execute_runner.rb +0 -0
  1366. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/command/init_dotfile.rb +0 -0
  1367. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/command/lsp.rb +0 -0
  1368. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/command/show_cops.rb +0 -0
  1369. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/command/show_docs_url.rb +0 -0
  1370. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/command/suggest_extensions.rb +0 -0
  1371. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/command/version.rb +0 -0
  1372. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/command.rb +0 -0
  1373. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli/environment.rb +0 -0
  1374. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cli.rb +0 -0
  1375. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/comment_config.rb +0 -0
  1376. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_finder.rb +0 -0
  1377. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_loader_resolver.rb +0 -0
  1378. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_obsoletion/changed_enforced_styles.rb +0 -0
  1379. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_obsoletion/changed_parameter.rb +0 -0
  1380. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_obsoletion/cop_rule.rb +0 -0
  1381. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_obsoletion/extracted_cop.rb +0 -0
  1382. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_obsoletion/parameter_rule.rb +0 -0
  1383. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_obsoletion/removed_cop.rb +0 -0
  1384. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_obsoletion/renamed_cop.rb +0 -0
  1385. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_obsoletion/rule.rb +0 -0
  1386. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_obsoletion/split_cop.rb +0 -0
  1387. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_regeneration.rb +0 -0
  1388. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/config_store.rb +0 -0
  1389. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/autocorrect_logic.rb +0 -0
  1390. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/badge.rb +0 -0
  1391. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/bundler/duplicated_gem.rb +0 -0
  1392. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/bundler/duplicated_group.rb +0 -0
  1393. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/bundler/gem_filename.rb +0 -0
  1394. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/bundler/gem_version.rb +0 -0
  1395. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/bundler/insecure_protocol_source.rb +0 -0
  1396. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/bundler/ordered_gems.rb +0 -0
  1397. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/commissioner.rb +0 -0
  1398. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/cop.rb +0 -0
  1399. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/corrector.rb +0 -0
  1400. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/alignment_corrector.rb +0 -0
  1401. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/condition_corrector.rb +0 -0
  1402. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/each_to_for_corrector.rb +0 -0
  1403. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/empty_line_corrector.rb +0 -0
  1404. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/for_to_each_corrector.rb +0 -0
  1405. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/if_then_corrector.rb +0 -0
  1406. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +0 -0
  1407. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/line_break_corrector.rb +0 -0
  1408. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +0 -0
  1409. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +0 -0
  1410. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/parentheses_corrector.rb +0 -0
  1411. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/percent_literal_corrector.rb +0 -0
  1412. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/punctuation_corrector.rb +0 -0
  1413. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/require_library_corrector.rb +0 -0
  1414. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/space_corrector.rb +0 -0
  1415. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/string_literal_corrector.rb +0 -0
  1416. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/correctors/unused_arg_corrector.rb +0 -0
  1417. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/documentation.rb +0 -0
  1418. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/force.rb +0 -0
  1419. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/gemspec/dependency_version.rb +0 -0
  1420. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/gemspec/development_dependencies.rb +0 -0
  1421. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/gemspec/duplicated_assignment.rb +0 -0
  1422. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/gemspec/ordered_dependencies.rb +0 -0
  1423. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/gemspec/require_mfa.rb +0 -0
  1424. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/gemspec/required_ruby_version.rb +0 -0
  1425. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +0 -0
  1426. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/generator/configuration_injector.rb +0 -0
  1427. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/generator/require_file_injector.rb +0 -0
  1428. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/generator.rb +0 -0
  1429. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/ignored_node.rb +0 -0
  1430. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/cop_description.rb +0 -0
  1431. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/create_empty_file.rb +0 -0
  1432. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/empty_line_between_expect_offense_and_correction.rb +0 -0
  1433. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/example_description.rb +0 -0
  1434. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/example_heredoc_delimiter.rb +0 -0
  1435. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/inherit_deprecated_cop_class.rb +0 -0
  1436. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/lambda_or_proc.rb +0 -0
  1437. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/location_expression.rb +0 -0
  1438. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/location_line_equality_comparison.rb +0 -0
  1439. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/method_name_end_with.rb +0 -0
  1440. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/node_destructuring.rb +0 -0
  1441. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +0 -0
  1442. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/numblock_handler.rb +0 -0
  1443. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +0 -0
  1444. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/processed_source_buffer_name.rb +0 -0
  1445. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/redundant_context_config_parameter.rb +0 -0
  1446. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/redundant_described_class_as_subject.rb +0 -0
  1447. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/redundant_let_rubocop_config_new.rb +0 -0
  1448. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +0 -0
  1449. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +0 -0
  1450. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/redundant_method_dispatch_node.rb +0 -0
  1451. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/redundant_source_range.rb +0 -0
  1452. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/single_line_comparison.rb +0 -0
  1453. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/style_detected_api_use.rb +0 -0
  1454. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/undefined_config.rb +0 -0
  1455. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +0 -0
  1456. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/internal_affairs/useless_restrict_on_send.rb +0 -0
  1457. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/access_modifier_indentation.rb +0 -0
  1458. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/array_alignment.rb +0 -0
  1459. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/assignment_indentation.rb +0 -0
  1460. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/begin_end_alignment.rb +0 -0
  1461. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/block_alignment.rb +0 -0
  1462. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/block_end_newline.rb +0 -0
  1463. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/case_indentation.rb +0 -0
  1464. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/class_structure.rb +0 -0
  1465. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +0 -0
  1466. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +0 -0
  1467. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/comment_indentation.rb +0 -0
  1468. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/condition_position.rb +0 -0
  1469. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/def_end_alignment.rb +0 -0
  1470. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/dot_position.rb +0 -0
  1471. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/else_alignment.rb +0 -0
  1472. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_comment.rb +0 -0
  1473. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +0 -0
  1474. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +0 -0
  1475. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb +0 -0
  1476. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_line_between_defs.rb +0 -0
  1477. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_lines.rb +0 -0
  1478. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +0 -0
  1479. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +0 -0
  1480. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb +0 -0
  1481. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +0 -0
  1482. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +0 -0
  1483. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +0 -0
  1484. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +0 -0
  1485. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +0 -0
  1486. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +0 -0
  1487. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/end_of_line.rb +0 -0
  1488. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/first_argument_indentation.rb +0 -0
  1489. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/first_array_element_line_break.rb +0 -0
  1490. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/first_hash_element_indentation.rb +0 -0
  1491. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/first_hash_element_line_break.rb +0 -0
  1492. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/first_method_argument_line_break.rb +0 -0
  1493. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +0 -0
  1494. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/hash_alignment.rb +0 -0
  1495. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/indentation_consistency.rb +0 -0
  1496. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/indentation_style.rb +0 -0
  1497. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/indentation_width.rb +0 -0
  1498. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/initial_indentation.rb +0 -0
  1499. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/leading_comment_space.rb +0 -0
  1500. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/leading_empty_lines.rb +0 -0
  1501. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/line_continuation_spacing.rb +0 -0
  1502. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/line_end_string_concatenation_indentation.rb +0 -0
  1503. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/line_length.rb +0 -0
  1504. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +0 -0
  1505. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +0 -0
  1506. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_assignment_layout.rb +0 -0
  1507. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_block_layout.rb +0 -0
  1508. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +0 -0
  1509. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +0 -0
  1510. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +0 -0
  1511. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +0 -0
  1512. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +0 -0
  1513. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +0 -0
  1514. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_method_parameter_line_breaks.rb +0 -0
  1515. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/multiline_operation_indentation.rb +0 -0
  1516. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/parameter_alignment.rb +0 -0
  1517. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_after_colon.rb +0 -0
  1518. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_after_comma.rb +0 -0
  1519. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_after_method_name.rb +0 -0
  1520. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_after_not.rb +0 -0
  1521. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_after_semicolon.rb +0 -0
  1522. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_around_block_parameters.rb +0 -0
  1523. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +0 -0
  1524. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_around_keyword.rb +0 -0
  1525. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_around_method_call_operator.rb +0 -0
  1526. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_before_block_braces.rb +0 -0
  1527. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_before_brackets.rb +0 -0
  1528. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_before_comma.rb +0 -0
  1529. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_before_comment.rb +0 -0
  1530. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_before_first_arg.rb +0 -0
  1531. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_before_semicolon.rb +0 -0
  1532. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_in_lambda_literal.rb +0 -0
  1533. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +0 -0
  1534. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +0 -0
  1535. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_inside_block_braces.rb +0 -0
  1536. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +0 -0
  1537. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_inside_parens.rb +0 -0
  1538. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +0 -0
  1539. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_inside_range_literal.rb +0 -0
  1540. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +0 -0
  1541. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +0 -0
  1542. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/trailing_empty_lines.rb +0 -0
  1543. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/layout/trailing_whitespace.rb +0 -0
  1544. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/legacy/corrections_proxy.rb +0 -0
  1545. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/legacy/corrector.rb +0 -0
  1546. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/ambiguous_assignment.rb +0 -0
  1547. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/ambiguous_block_association.rb +0 -0
  1548. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/ambiguous_operator.rb +0 -0
  1549. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/ambiguous_operator_precedence.rb +0 -0
  1550. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/ambiguous_range.rb +0 -0
  1551. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +0 -0
  1552. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/big_decimal_new.rb +0 -0
  1553. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/boolean_symbol.rb +0 -0
  1554. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/circular_argument_reference.rb +0 -0
  1555. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/constant_definition_in_block.rb +0 -0
  1556. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/constant_resolution.rb +0 -0
  1557. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/deprecated_class_methods.rb +0 -0
  1558. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/deprecated_constants.rb +0 -0
  1559. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +0 -0
  1560. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +0 -0
  1561. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/duplicate_branch.rb +0 -0
  1562. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/duplicate_case_condition.rb +0 -0
  1563. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/duplicate_elsif_condition.rb +0 -0
  1564. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/duplicate_hash_key.rb +0 -0
  1565. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/duplicate_magic_comment.rb +0 -0
  1566. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/duplicate_match_pattern.rb +0 -0
  1567. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +0 -0
  1568. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/duplicate_require.rb +0 -0
  1569. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/duplicate_rescue_exception.rb +0 -0
  1570. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/each_with_object_argument.rb +0 -0
  1571. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/else_layout.rb +0 -0
  1572. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/empty_block.rb +0 -0
  1573. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/empty_class.rb +0 -0
  1574. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/empty_conditional_body.rb +0 -0
  1575. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/empty_ensure.rb +0 -0
  1576. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/empty_expression.rb +0 -0
  1577. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/empty_file.rb +0 -0
  1578. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/empty_in_pattern.rb +0 -0
  1579. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/empty_interpolation.rb +0 -0
  1580. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/empty_when.rb +0 -0
  1581. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/ensure_return.rb +0 -0
  1582. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/flip_flop.rb +0 -0
  1583. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/float_out_of_range.rb +0 -0
  1584. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/format_parameter_mismatch.rb +0 -0
  1585. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/heredoc_method_call_position.rb +0 -0
  1586. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/identity_comparison.rb +0 -0
  1587. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/implicit_string_concatenation.rb +0 -0
  1588. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/incompatible_io_select_with_fiber_scheduler.rb +0 -0
  1589. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/ineffective_access_modifier.rb +0 -0
  1590. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/inherit_exception.rb +0 -0
  1591. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/interpolation_check.rb +0 -0
  1592. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/lambda_without_literal_block.rb +0 -0
  1593. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/literal_as_condition.rb +0 -0
  1594. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/literal_in_interpolation.rb +0 -0
  1595. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/loop.rb +0 -0
  1596. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +0 -0
  1597. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/missing_super.rb +0 -0
  1598. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/mixed_case_range.rb +0 -0
  1599. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/mixed_regexp_capture_types.rb +0 -0
  1600. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/multiple_comparison.rb +0 -0
  1601. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/nested_method_definition.rb +0 -0
  1602. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/nested_percent_literal.rb +0 -0
  1603. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +0 -0
  1604. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/non_atomic_file_operation.rb +0 -0
  1605. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +0 -0
  1606. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/numbered_parameter_assignment.rb +0 -0
  1607. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/or_assignment_to_constant.rb +0 -0
  1608. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/ordered_magic_comments.rb +0 -0
  1609. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/out_of_range_regexp_ref.rb +0 -0
  1610. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +0 -0
  1611. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/percent_string_array.rb +0 -0
  1612. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/percent_symbol_array.rb +0 -0
  1613. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/raise_exception.rb +0 -0
  1614. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/rand_one.rb +0 -0
  1615. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +0 -0
  1616. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +0 -0
  1617. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/redundant_dir_glob_sort.rb +0 -0
  1618. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/redundant_regexp_quantifiers.rb +0 -0
  1619. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/redundant_require_statement.rb +0 -0
  1620. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/redundant_splat_expansion.rb +0 -0
  1621. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/redundant_string_coercion.rb +0 -0
  1622. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/refinement_import_methods.rb +0 -0
  1623. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/regexp_as_condition.rb +0 -0
  1624. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/require_parentheses.rb +0 -0
  1625. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/require_range_parentheses.rb +0 -0
  1626. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/require_relative_self_path.rb +0 -0
  1627. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/rescue_exception.rb +0 -0
  1628. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/rescue_type.rb +0 -0
  1629. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/return_in_void_context.rb +0 -0
  1630. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/safe_navigation_consistency.rb +0 -0
  1631. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +0 -0
  1632. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/script_permission.rb +0 -0
  1633. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/send_with_mixin_argument.rb +0 -0
  1634. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/shadowed_exception.rb +0 -0
  1635. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +0 -0
  1636. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/struct_new_override.rb +0 -0
  1637. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/suppressed_exception.rb +0 -0
  1638. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/to_enum_arguments.rb +0 -0
  1639. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/to_json.rb +0 -0
  1640. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/top_level_return_with_argument.rb +0 -0
  1641. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/triple_quotes.rb +0 -0
  1642. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +0 -0
  1643. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/unexpected_block_arity.rb +0 -0
  1644. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/unified_integer.rb +0 -0
  1645. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/unreachable_code.rb +0 -0
  1646. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/unreachable_loop.rb +0 -0
  1647. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/unused_block_argument.rb +0 -0
  1648. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/unused_method_argument.rb +0 -0
  1649. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/uri_escape_unescape.rb +0 -0
  1650. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/uri_regexp.rb +0 -0
  1651. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/useless_assignment.rb +0 -0
  1652. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/useless_else_without_rescue.rb +0 -0
  1653. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/useless_method_definition.rb +0 -0
  1654. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/useless_rescue.rb +0 -0
  1655. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/useless_ruby2_keywords.rb +0 -0
  1656. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/lint/useless_setter_call.rb +0 -0
  1657. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/message_annotator.rb +0 -0
  1658. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/block_length.rb +0 -0
  1659. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/block_nesting.rb +0 -0
  1660. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/class_length.rb +0 -0
  1661. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/collection_literal_length.rb +0 -0
  1662. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +0 -0
  1663. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/method_length.rb +0 -0
  1664. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/module_length.rb +0 -0
  1665. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/parameter_lists.rb +0 -0
  1666. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/perceived_complexity.rb +0 -0
  1667. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +0 -0
  1668. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/utils/code_length_calculator.rb +0 -0
  1669. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/utils/iterating_block.rb +0 -0
  1670. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/utils/repeated_attribute_discount.rb +0 -0
  1671. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/metrics/utils/repeated_csend_discount.rb +0 -0
  1672. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/migration/department_name.rb +0 -0
  1673. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/alignment.rb +0 -0
  1674. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/allowed_identifiers.rb +0 -0
  1675. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/allowed_methods.rb +0 -0
  1676. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/allowed_pattern.rb +0 -0
  1677. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/allowed_receivers.rb +0 -0
  1678. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/annotation_comment.rb +0 -0
  1679. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/array_min_size.rb +0 -0
  1680. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/array_syntax.rb +0 -0
  1681. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/auto_corrector.rb +0 -0
  1682. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/check_assignment.rb +0 -0
  1683. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/code_length.rb +0 -0
  1684. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/comments_help.rb +0 -0
  1685. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/configurable_enforced_style.rb +0 -0
  1686. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/configurable_max.rb +0 -0
  1687. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/configurable_naming.rb +0 -0
  1688. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/configurable_numbering.rb +0 -0
  1689. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/def_node.rb +0 -0
  1690. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/documentation_comment.rb +0 -0
  1691. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/duplication.rb +0 -0
  1692. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/empty_lines_around_body.rb +0 -0
  1693. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/empty_parameter.rb +0 -0
  1694. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/end_keyword_alignment.rb +0 -0
  1695. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/enforce_superclass.rb +0 -0
  1696. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/first_element_line_break.rb +0 -0
  1697. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/frozen_string_literal.rb +0 -0
  1698. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/gem_declaration.rb +0 -0
  1699. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/gemspec_help.rb +0 -0
  1700. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/hash_alignment_styles.rb +0 -0
  1701. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/hash_shorthand_syntax.rb +0 -0
  1702. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/hash_transform_method.rb +0 -0
  1703. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/heredoc.rb +0 -0
  1704. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/integer_node.rb +0 -0
  1705. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/interpolation.rb +0 -0
  1706. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/line_length_help.rb +0 -0
  1707. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/match_range.rb +0 -0
  1708. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/method_complexity.rb +0 -0
  1709. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/method_preference.rb +0 -0
  1710. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/min_body_length.rb +0 -0
  1711. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/min_branches_count.rb +0 -0
  1712. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/multiline_element_indentation.rb +0 -0
  1713. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +0 -0
  1714. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +0 -0
  1715. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +0 -0
  1716. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/negative_conditional.rb +0 -0
  1717. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/nil_methods.rb +0 -0
  1718. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/on_normal_if_unless.rb +0 -0
  1719. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/ordered_gem_node.rb +0 -0
  1720. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/parentheses.rb +0 -0
  1721. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/percent_array.rb +0 -0
  1722. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/percent_literal.rb +0 -0
  1723. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/preferred_delimiters.rb +0 -0
  1724. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/range_help.rb +0 -0
  1725. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/rational_literal.rb +0 -0
  1726. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/require_library.rb +0 -0
  1727. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/rescue_node.rb +0 -0
  1728. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/safe_assignment.rb +0 -0
  1729. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/space_after_punctuation.rb +0 -0
  1730. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/statement_modifier.rb +0 -0
  1731. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/string_help.rb +0 -0
  1732. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/string_literals_help.rb +0 -0
  1733. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/surrounding_space.rb +0 -0
  1734. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/symbol_help.rb +0 -0
  1735. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/target_ruby_version.rb +0 -0
  1736. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/trailing_body.rb +0 -0
  1737. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/trailing_comma.rb +0 -0
  1738. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/uncommunicative_name.rb +0 -0
  1739. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/unused_argument.rb +0 -0
  1740. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/mixin/visibility_help.rb +0 -0
  1741. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/accessor_method_name.rb +0 -0
  1742. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/ascii_identifiers.rb +0 -0
  1743. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +0 -0
  1744. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/block_parameter_name.rb +0 -0
  1745. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/class_and_module_camel_case.rb +0 -0
  1746. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/file_name.rb +0 -0
  1747. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +0 -0
  1748. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +0 -0
  1749. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/inclusive_language.rb +0 -0
  1750. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/method_name.rb +0 -0
  1751. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/method_parameter_name.rb +0 -0
  1752. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/predicate_name.rb +0 -0
  1753. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +0 -0
  1754. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/variable_name.rb +0 -0
  1755. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/naming/variable_number.rb +0 -0
  1756. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/offense.rb +0 -0
  1757. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/security/compound_hash.rb +0 -0
  1758. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/security/eval.rb +0 -0
  1759. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/security/io_methods.rb +0 -0
  1760. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/security/json_load.rb +0 -0
  1761. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/security/marshal_load.rb +0 -0
  1762. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/security/yaml_load.rb +0 -0
  1763. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/severity.rb +0 -0
  1764. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/alias.rb +0 -0
  1765. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/and_or.rb +0 -0
  1766. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/array_coercion.rb +0 -0
  1767. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/array_intersect.rb +0 -0
  1768. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/array_join.rb +0 -0
  1769. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/ascii_comments.rb +0 -0
  1770. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/attr.rb +0 -0
  1771. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/bare_percent_literals.rb +0 -0
  1772. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/begin_block.rb +0 -0
  1773. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/bisected_attr_accessor/macro.rb +0 -0
  1774. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/block_comments.rb +0 -0
  1775. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/block_delimiters.rb +0 -0
  1776. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/case_equality.rb +0 -0
  1777. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/character_literal.rb +0 -0
  1778. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/class_and_module_children.rb +0 -0
  1779. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/class_equality_comparison.rb +0 -0
  1780. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/class_methods.rb +0 -0
  1781. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/class_methods_definitions.rb +0 -0
  1782. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/class_vars.rb +0 -0
  1783. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/collection_methods.rb +0 -0
  1784. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/colon_method_call.rb +0 -0
  1785. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/colon_method_definition.rb +0 -0
  1786. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/command_literal.rb +0 -0
  1787. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/comment_annotation.rb +0 -0
  1788. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/commented_keyword.rb +0 -0
  1789. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/comparable_clamp.rb +0 -0
  1790. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/constant_visibility.rb +0 -0
  1791. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/copyright.rb +0 -0
  1792. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/data_inheritance.rb +0 -0
  1793. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/def_with_parentheses.rb +0 -0
  1794. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/dir.rb +0 -0
  1795. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/dir_empty.rb +0 -0
  1796. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb +0 -0
  1797. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/document_dynamic_eval_definition.rb +0 -0
  1798. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/documentation.rb +0 -0
  1799. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/documentation_method.rb +0 -0
  1800. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/double_cop_disable_directive.rb +0 -0
  1801. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/double_negation.rb +0 -0
  1802. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/empty_block_parameter.rb +0 -0
  1803. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/empty_case_condition.rb +0 -0
  1804. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/empty_else.rb +0 -0
  1805. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/empty_heredoc.rb +0 -0
  1806. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/empty_lambda_parameter.rb +0 -0
  1807. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/empty_method.rb +0 -0
  1808. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/encoding.rb +0 -0
  1809. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/end_block.rb +0 -0
  1810. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/endless_method.rb +0 -0
  1811. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/env_home.rb +0 -0
  1812. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/even_odd.rb +0 -0
  1813. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/expand_path_arguments.rb +0 -0
  1814. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/exponential_notation.rb +0 -0
  1815. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/fetch_env_var.rb +0 -0
  1816. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/file_empty.rb +0 -0
  1817. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/file_read.rb +0 -0
  1818. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/file_write.rb +0 -0
  1819. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/float_division.rb +0 -0
  1820. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/for.rb +0 -0
  1821. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/format_string.rb +0 -0
  1822. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/format_string_token.rb +0 -0
  1823. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/frozen_string_literal_comment.rb +0 -0
  1824. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/global_std_stream.rb +0 -0
  1825. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/global_vars.rb +0 -0
  1826. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/guard_clause.rb +0 -0
  1827. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/hash_as_last_array_item.rb +0 -0
  1828. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/hash_conversion.rb +0 -0
  1829. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/hash_like_case.rb +0 -0
  1830. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/hash_syntax.rb +0 -0
  1831. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/hash_transform_keys.rb +0 -0
  1832. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/hash_transform_values.rb +0 -0
  1833. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/if_inside_else.rb +0 -0
  1834. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/if_unless_modifier.rb +0 -0
  1835. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +0 -0
  1836. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +0 -0
  1837. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/if_with_semicolon.rb +0 -0
  1838. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/implicit_runtime_error.rb +0 -0
  1839. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/in_pattern_then.rb +0 -0
  1840. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/infinite_loop.rb +0 -0
  1841. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/inline_comment.rb +0 -0
  1842. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/ip_addresses.rb +0 -0
  1843. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/keyword_parameters_order.rb +0 -0
  1844. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/lambda.rb +0 -0
  1845. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/lambda_call.rb +0 -0
  1846. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/line_end_concatenation.rb +0 -0
  1847. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/magic_comment_format.rb +0 -0
  1848. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/map_to_set.rb +0 -0
  1849. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +0 -0
  1850. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/method_called_on_do_end_block.rb +0 -0
  1851. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/min_max.rb +0 -0
  1852. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/min_max_comparison.rb +0 -0
  1853. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/missing_else.rb +0 -0
  1854. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/mixin_grouping.rb +0 -0
  1855. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/mixin_usage.rb +0 -0
  1856. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/module_function.rb +0 -0
  1857. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/multiline_block_chain.rb +0 -0
  1858. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/multiline_if_modifier.rb +0 -0
  1859. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/multiline_if_then.rb +0 -0
  1860. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/multiline_in_pattern_then.rb +0 -0
  1861. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/multiline_memoization.rb +0 -0
  1862. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/multiline_method_signature.rb +0 -0
  1863. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/multiline_when_then.rb +0 -0
  1864. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/multiple_comparison.rb +0 -0
  1865. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/mutable_constant.rb +0 -0
  1866. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/negated_if.rb +0 -0
  1867. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/negated_if_else_condition.rb +0 -0
  1868. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/negated_unless.rb +0 -0
  1869. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/negated_while.rb +0 -0
  1870. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/nested_file_dirname.rb +0 -0
  1871. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/nested_modifier.rb +0 -0
  1872. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/nested_parenthesized_calls.rb +0 -0
  1873. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/nested_ternary_operator.rb +0 -0
  1874. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/nil_comparison.rb +0 -0
  1875. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/nil_lambda.rb +0 -0
  1876. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/non_nil_check.rb +0 -0
  1877. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/not.rb +0 -0
  1878. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/numbered_parameters.rb +0 -0
  1879. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/numbered_parameters_limit.rb +0 -0
  1880. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/numeric_literals.rb +0 -0
  1881. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/numeric_predicate.rb +0 -0
  1882. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/object_then.rb +0 -0
  1883. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/one_line_conditional.rb +0 -0
  1884. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/open_struct_use.rb +0 -0
  1885. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/option_hash.rb +0 -0
  1886. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/optional_arguments.rb +0 -0
  1887. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/optional_boolean_parameter.rb +0 -0
  1888. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/or_assignment.rb +0 -0
  1889. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/percent_literal_delimiters.rb +0 -0
  1890. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/percent_q_literals.rb +0 -0
  1891. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/perl_backrefs.rb +0 -0
  1892. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/preferred_hash_methods.rb +0 -0
  1893. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/proc.rb +0 -0
  1894. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/quoted_symbols.rb +0 -0
  1895. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/raise_args.rb +0 -0
  1896. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/random_with_offset.rb +0 -0
  1897. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_array_constructor.rb +0 -0
  1898. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_assignment.rb +0 -0
  1899. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_begin.rb +0 -0
  1900. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_capital_w.rb +0 -0
  1901. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_condition.rb +0 -0
  1902. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_conditional.rb +0 -0
  1903. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_constant_base.rb +0 -0
  1904. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_current_directory_in_path.rb +0 -0
  1905. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_exception.rb +0 -0
  1906. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_file_extension_in_require.rb +0 -0
  1907. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_filter_chain.rb +0 -0
  1908. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_freeze.rb +0 -0
  1909. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_heredoc_delimiter_quotes.rb +0 -0
  1910. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_initialize.rb +0 -0
  1911. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_interpolation.rb +0 -0
  1912. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_percent_q.rb +0 -0
  1913. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_regexp_argument.rb +0 -0
  1914. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_regexp_character_class.rb +0 -0
  1915. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_regexp_constructor.rb +0 -0
  1916. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_regexp_escape.rb +0 -0
  1917. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_self_assignment.rb +0 -0
  1918. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/redundant_self_assignment_branch.rb +0 -0
  1919. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/regexp_literal.rb +0 -0
  1920. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/require_order.rb +0 -0
  1921. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/rescue_modifier.rb +0 -0
  1922. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/rescue_standard_error.rb +0 -0
  1923. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/return_nil.rb +0 -0
  1924. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/return_nil_in_predicate_method_definition.rb +0 -0
  1925. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/safe_navigation.rb +0 -0
  1926. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/send.rb +0 -0
  1927. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/signal_exception.rb +0 -0
  1928. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/single_line_block_params.rb +0 -0
  1929. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/single_line_do_end_block.rb +0 -0
  1930. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/single_line_methods.rb +0 -0
  1931. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/sole_nested_conditional.rb +0 -0
  1932. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/special_global_vars.rb +0 -0
  1933. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +0 -0
  1934. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/static_class.rb +0 -0
  1935. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/stderr_puts.rb +0 -0
  1936. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/string_concatenation.rb +0 -0
  1937. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/string_hash_keys.rb +0 -0
  1938. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/string_literals.rb +0 -0
  1939. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/string_literals_in_interpolation.rb +0 -0
  1940. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/string_methods.rb +0 -0
  1941. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/struct_inheritance.rb +0 -0
  1942. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/swap_values.rb +0 -0
  1943. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/symbol_array.rb +0 -0
  1944. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/symbol_literal.rb +0 -0
  1945. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/ternary_parentheses.rb +0 -0
  1946. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/top_level_method_definition.rb +0 -0
  1947. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/trailing_body_on_class.rb +0 -0
  1948. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +0 -0
  1949. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/trailing_body_on_module.rb +0 -0
  1950. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +0 -0
  1951. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +0 -0
  1952. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/trailing_comma_in_block_args.rb +0 -0
  1953. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +0 -0
  1954. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/trailing_method_end_statement.rb +0 -0
  1955. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/trailing_underscore_variable.rb +0 -0
  1956. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/trivial_accessors.rb +0 -0
  1957. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/unless_else.rb +0 -0
  1958. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/unless_logical_operators.rb +0 -0
  1959. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/variable_interpolation.rb +0 -0
  1960. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/when_then.rb +0 -0
  1961. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/while_until_do.rb +0 -0
  1962. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/while_until_modifier.rb +0 -0
  1963. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/word_array.rb +0 -0
  1964. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/yaml_file_read.rb +0 -0
  1965. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/yoda_condition.rb +0 -0
  1966. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/yoda_expression.rb +0 -0
  1967. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/style/zero_length_predicate.rb +0 -0
  1968. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/team.rb +0 -0
  1969. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/util.rb +0 -0
  1970. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/utils/format_string.rb +0 -0
  1971. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/utils/regexp_ranges.rb +0 -0
  1972. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/variable_force/assignment.rb +0 -0
  1973. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/variable_force/branch.rb +0 -0
  1974. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/variable_force/branchable.rb +0 -0
  1975. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/variable_force/reference.rb +0 -0
  1976. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/variable_force/scope.rb +0 -0
  1977. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/variable_force/variable.rb +0 -0
  1978. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/variable_force/variable_table.rb +0 -0
  1979. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/cop/variable_force.rb +0 -0
  1980. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/core_ext/string.rb +0 -0
  1981. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/directive_comment.rb +0 -0
  1982. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/error.rb +0 -0
  1983. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/ext/comment.rb +0 -0
  1984. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/ext/processed_source.rb +0 -0
  1985. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/ext/range.rb +0 -0
  1986. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/ext/regexp_parser.rb +0 -0
  1987. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/feature_loader.rb +0 -0
  1988. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/file_finder.rb +0 -0
  1989. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/file_patterns.rb +0 -0
  1990. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/auto_gen_config_formatter.rb +0 -0
  1991. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/base_formatter.rb +0 -0
  1992. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/clang_style_formatter.rb +0 -0
  1993. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/colorizable.rb +0 -0
  1994. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/emacs_style_formatter.rb +0 -0
  1995. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/file_list_formatter.rb +0 -0
  1996. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/formatter_set.rb +0 -0
  1997. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/fuubar_style_formatter.rb +0 -0
  1998. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2/lib/rubocop/formatter/git_hub_actions_formatter.rb → rubocop-1.60.0/lib/rubocop/formatter/github_actions_formatter.rb} +0 -0
  1999. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/junit_formatter.rb +0 -0
  2000. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/markdown_formatter.rb +0 -0
  2001. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/offense_count_formatter.rb +0 -0
  2002. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/pacman_formatter.rb +0 -0
  2003. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/progress_formatter.rb +0 -0
  2004. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/quiet_formatter.rb +0 -0
  2005. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/simple_text_formatter.rb +0 -0
  2006. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/tap_formatter.rb +0 -0
  2007. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/text_util.rb +0 -0
  2008. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/formatter/worst_offenders_formatter.rb +0 -0
  2009. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/lockfile.rb +0 -0
  2010. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/lsp/logger.rb +0 -0
  2011. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/lsp/runtime.rb +0 -0
  2012. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/lsp/server.rb +0 -0
  2013. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/lsp/severity.rb +0 -0
  2014. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/magic_comment.rb +0 -0
  2015. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/name_similarity.rb +0 -0
  2016. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/path_util.rb +0 -0
  2017. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/platform.rb +0 -0
  2018. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/rake_task.rb +0 -0
  2019. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/remote_config.rb +0 -0
  2020. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/rspec/cop_helper.rb +0 -0
  2021. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/rspec/expect_offense.rb +0 -0
  2022. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/rspec/host_environment_simulation_helper.rb +0 -0
  2023. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/rspec/parallel_formatter.rb +0 -0
  2024. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/cli.rb +0 -0
  2025. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/client_command/base.rb +0 -0
  2026. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/client_command/exec.rb +0 -0
  2027. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/client_command/restart.rb +0 -0
  2028. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/client_command/start.rb +0 -0
  2029. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/client_command/status.rb +0 -0
  2030. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/client_command/stop.rb +0 -0
  2031. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/client_command.rb +0 -0
  2032. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/core.rb +0 -0
  2033. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/errors.rb +0 -0
  2034. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/helper.rb +0 -0
  2035. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/server_command/base.rb +0 -0
  2036. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/server_command/exec.rb +0 -0
  2037. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/server_command/stop.rb +0 -0
  2038. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/server_command.rb +0 -0
  2039. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server/socket_reader.rb +0 -0
  2040. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/server.rb +0 -0
  2041. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/string_interpreter.rb +0 -0
  2042. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/target_finder.rb +0 -0
  2043. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/target_ruby.rb +0 -0
  2044. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/util.rb +0 -0
  2045. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/warning.rb +0 -0
  2046. /data/vendor/bundle/ruby/3.2.0/gems/{rubocop-1.57.2 → rubocop-1.60.0}/lib/rubocop/yaml_duplication_checker.rb +0 -0
@@ -0,0 +1,2514 @@
1
+ # -*- warn-indent:false; -*-
2
+ #
3
+ # THIS IS A GENERATED FILE, DO NOT EDIT DIRECTLY
4
+ #
5
+ # This file was generated from scanner.rl
6
+ # by running `bundle exec rake ragel:rb`
7
+
8
+
9
+ require 'regexp_parser/scanner/errors/scanner_error'
10
+ require 'regexp_parser/scanner/errors/premature_end_error'
11
+ require 'regexp_parser/scanner/errors/validation_error'
12
+
13
+ class Regexp::Scanner
14
+ # Scans the given regular expression text, or Regexp object and collects the
15
+ # emitted token into an array that gets returned at the end. If a block is
16
+ # given, it gets called for each emitted token.
17
+ #
18
+ # This method may raise errors if a syntax error is encountered.
19
+ # --------------------------------------------------------------------------
20
+ def self.scan(input_object, options: nil, collect_tokens: true, &block)
21
+ new.scan(input_object, options: options, collect_tokens: collect_tokens, &block)
22
+ end
23
+
24
+ def scan(input_object, options: nil, collect_tokens: true, &block)
25
+ self.collect_tokens = collect_tokens
26
+ self.literal_run = nil
27
+ stack = []
28
+
29
+ input = input_object.is_a?(Regexp) ? input_object.source : input_object
30
+ self.free_spacing = free_spacing?(input_object, options)
31
+ self.spacing_stack = [{:free_spacing => free_spacing, :depth => 0}]
32
+
33
+ data = input.unpack("c*")
34
+ eof = data.length
35
+
36
+ self.tokens = []
37
+ self.block = block
38
+
39
+ self.set_depth = 0
40
+ self.group_depth = 0
41
+ self.conditional_stack = []
42
+ self.char_pos = 0
43
+
44
+ class << self
45
+ attr_accessor :_re_scanner_trans_keys
46
+ private :_re_scanner_trans_keys, :_re_scanner_trans_keys=
47
+ end
48
+ self._re_scanner_trans_keys = [
49
+ 0,0,-128,-65,-128,-65,
50
+ -128,-65,41,41,39,
51
+ 57,39,39,33,62,
52
+ 62,62,39,60,39,57,
53
+ 39,39,48,57,39,
54
+ 57,48,57,39,57,
55
+ 33,62,62,62,48,57,
56
+ 43,62,48,57,48,
57
+ 62,39,60,39,57,
58
+ 39,39,48,57,39,57,
59
+ 48,57,39,57,33,
60
+ 62,62,62,48,57,
61
+ 43,62,48,57,48,62,
62
+ 48,57,48,125,44,
63
+ 125,123,123,9,122,
64
+ 9,125,9,122,-128,-65,
65
+ -128,-65,38,38,58,
66
+ 93,58,93,-128,-65,
67
+ -128,-65,45,45,92,92,
68
+ 92,92,45,45,92,
69
+ 92,92,92,48,123,
70
+ 48,102,48,102,48,102,
71
+ 48,102,9,125,9,
72
+ 125,9,125,9,125,
73
+ 9,125,9,125,48,123,
74
+ 39,39,41,41,41,
75
+ 57,62,62,-128,127,
76
+ -62,-12,1,127,1,127,
77
+ 9,32,33,126,10,
78
+ 10,63,63,33,126,
79
+ 33,126,62,62,43,63,
80
+ 43,63,43,63,65,
81
+ 122,44,57,68,119,
82
+ 80,112,-62,125,-128,-65,
83
+ -128,-65,-128,-65,38,
84
+ 38,38,93,58,58,
85
+ 48,120,48,55,48,55,
86
+ -62,125,-128,-65,-128,
87
+ -65,-128,-65,48,55,
88
+ 48,55,48,57,77,77,
89
+ 45,45,0,0,67,
90
+ 99,45,45,0,0,
91
+ 92,92,48,102,39,60,
92
+ 39,57,48,57,41,
93
+ 57,33,62,0
94
+ ]
95
+
96
+ class << self
97
+ attr_accessor :_re_scanner_key_spans
98
+ private :_re_scanner_key_spans, :_re_scanner_key_spans=
99
+ end
100
+ self._re_scanner_key_spans = [
101
+ 0,64,64,64,1,19,1,30,
102
+ 1,22,19,1,10,19,10,19,
103
+ 30,1,10,20,10,15,22,19,
104
+ 1,10,19,10,19,30,1,10,
105
+ 20,10,15,10,78,82,1,114,
106
+ 117,114,64,64,1,36,36,64,
107
+ 64,1,1,1,1,1,1,76,
108
+ 55,55,55,55,117,117,117,117,
109
+ 117,117,76,1,1,17,1,256,
110
+ 51,127,127,24,94,1,1,94,
111
+ 94,1,21,21,21,58,14,52,
112
+ 33,188,64,64,64,1,56,1,
113
+ 73,8,8,188,64,64,64,8,
114
+ 8,10,1,1,0,33,1,0,
115
+ 1,55,22,19,10,17,30
116
+ ]
117
+
118
+ class << self
119
+ attr_accessor :_re_scanner_index_offsets
120
+ private :_re_scanner_index_offsets, :_re_scanner_index_offsets=
121
+ end
122
+ self._re_scanner_index_offsets = [
123
+ 0,0,65,130,195,197,217,219,
124
+ 250,252,275,295,297,308,328,339,
125
+ 359,390,392,403,424,435,451,474,
126
+ 494,496,507,527,538,558,589,591,
127
+ 602,623,634,650,661,740,823,825,
128
+ 940,1058,1173,1238,1303,1305,1342,1379,
129
+ 1444,1509,1511,1513,1515,1517,1519,1521,
130
+ 1598,1654,1710,1766,1822,1940,2058,2176,
131
+ 2294,2412,2530,2607,2609,2611,2629,2631,
132
+ 2888,2940,3068,3196,3221,3316,3318,3320,
133
+ 3415,3510,3512,3534,3556,3578,3637,3652,
134
+ 3705,3739,3928,3993,4058,4123,4125,4182,
135
+ 4184,4258,4267,4276,4465,4530,4595,4660,
136
+ 4669,4678,4689,4691,4693,4694,4728,4730,
137
+ 4731,4733,4789,4812,4832,4843,4861
138
+ ]
139
+
140
+ class << self
141
+ attr_accessor :_re_scanner_indicies
142
+ private :_re_scanner_indicies, :_re_scanner_indicies=
143
+ end
144
+ self._re_scanner_indicies = [
145
+ 1,1,1,1,1,1,1,1,
146
+ 1,1,1,1,1,1,1,1,
147
+ 1,1,1,1,1,1,1,1,
148
+ 1,1,1,1,1,1,1,1,
149
+ 1,1,1,1,1,1,1,1,
150
+ 1,1,1,1,1,1,1,1,
151
+ 1,1,1,1,1,1,1,1,
152
+ 1,1,1,1,1,1,1,1,
153
+ 0,2,2,2,2,2,2,2,
154
+ 2,2,2,2,2,2,2,2,
155
+ 2,2,2,2,2,2,2,2,
156
+ 2,2,2,2,2,2,2,2,
157
+ 2,2,2,2,2,2,2,2,
158
+ 2,2,2,2,2,2,2,2,
159
+ 2,2,2,2,2,2,2,2,
160
+ 2,2,2,2,2,2,2,2,
161
+ 2,0,3,3,3,3,3,3,
162
+ 3,3,3,3,3,3,3,3,
163
+ 3,3,3,3,3,3,3,3,
164
+ 3,3,3,3,3,3,3,3,
165
+ 3,3,3,3,3,3,3,3,
166
+ 3,3,3,3,3,3,3,3,
167
+ 3,3,3,3,3,3,3,3,
168
+ 3,3,3,3,3,3,3,3,
169
+ 3,3,0,6,5,8,7,7,
170
+ 7,7,7,4,7,7,4,4,
171
+ 4,4,4,4,4,4,4,4,
172
+ 7,8,7,10,9,9,9,9,
173
+ 9,9,9,9,9,9,9,4,
174
+ 9,9,4,4,4,4,4,4,
175
+ 4,4,4,4,9,9,9,11,
176
+ 8,9,8,9,13,12,12,12,
177
+ 12,12,12,12,12,12,12,12,
178
+ 12,12,12,12,12,12,12,12,
179
+ 12,14,12,16,15,15,15,15,
180
+ 15,17,15,15,18,18,18,18,
181
+ 18,18,18,18,18,18,15,16,
182
+ 15,18,18,18,18,18,18,18,
183
+ 18,18,18,12,16,12,12,12,
184
+ 19,12,19,12,12,18,18,18,
185
+ 18,18,18,18,18,18,18,12,
186
+ 20,20,20,20,20,20,20,20,
187
+ 20,20,12,16,12,12,12,12,
188
+ 12,12,12,12,20,20,20,20,
189
+ 20,20,20,20,20,20,12,12,
190
+ 21,21,21,21,21,21,21,21,
191
+ 21,21,21,22,21,21,23,23,
192
+ 23,23,23,23,23,23,23,23,
193
+ 21,21,21,21,16,21,16,21,
194
+ 23,23,23,23,23,23,23,23,
195
+ 23,23,12,24,12,24,12,12,
196
+ 23,23,23,23,23,23,23,23,
197
+ 23,23,12,12,12,12,16,12,
198
+ 25,25,25,25,25,25,25,25,
199
+ 25,25,12,25,25,25,25,25,
200
+ 25,25,25,25,25,12,12,12,
201
+ 12,16,12,26,12,12,12,12,
202
+ 12,12,12,12,12,12,12,12,
203
+ 12,12,12,12,12,12,12,12,
204
+ 27,12,29,28,28,28,28,28,
205
+ 30,28,28,31,31,31,31,31,
206
+ 31,31,31,31,31,28,29,28,
207
+ 31,31,31,31,31,31,31,31,
208
+ 31,31,12,29,12,12,12,32,
209
+ 12,32,12,12,31,31,31,31,
210
+ 31,31,31,31,31,31,12,33,
211
+ 33,33,33,33,33,33,33,33,
212
+ 33,12,29,12,12,12,12,12,
213
+ 12,12,12,33,33,33,33,33,
214
+ 33,33,33,33,33,12,12,34,
215
+ 34,34,34,34,34,34,34,34,
216
+ 34,34,35,34,34,36,36,36,
217
+ 36,36,36,36,36,36,36,34,
218
+ 34,34,34,29,34,29,34,36,
219
+ 36,36,36,36,36,36,36,36,
220
+ 36,12,37,12,37,12,12,36,
221
+ 36,36,36,36,36,36,36,36,
222
+ 36,12,12,12,12,29,12,38,
223
+ 38,38,38,38,38,38,38,38,
224
+ 38,12,38,38,38,38,38,38,
225
+ 38,38,38,38,12,12,12,12,
226
+ 29,12,40,40,40,40,40,40,
227
+ 40,40,40,40,39,40,40,40,
228
+ 40,40,40,40,40,40,40,39,
229
+ 39,39,39,39,39,39,39,39,
230
+ 39,39,39,39,39,39,39,39,
231
+ 39,39,39,39,39,39,39,39,
232
+ 39,39,39,39,39,39,39,39,
233
+ 39,39,39,39,39,39,39,39,
234
+ 39,39,39,39,39,39,39,39,
235
+ 39,39,39,39,39,39,39,39,
236
+ 39,39,39,39,39,39,39,39,
237
+ 39,39,41,39,40,39,39,39,
238
+ 42,42,42,42,42,42,42,42,
239
+ 42,42,39,39,39,39,39,39,
240
+ 39,39,39,39,39,39,39,39,
241
+ 39,39,39,39,39,39,39,39,
242
+ 39,39,39,39,39,39,39,39,
243
+ 39,39,39,39,39,39,39,39,
244
+ 39,39,39,39,39,39,39,39,
245
+ 39,39,39,39,39,39,39,39,
246
+ 39,39,39,39,39,39,39,39,
247
+ 39,39,39,39,39,41,39,43,
248
+ 44,45,45,45,45,45,44,44,
249
+ 44,44,44,44,44,44,44,44,
250
+ 44,44,44,44,44,44,44,44,
251
+ 45,44,44,44,44,44,44,44,
252
+ 44,44,44,44,44,45,45,44,
253
+ 45,45,45,45,45,45,45,45,
254
+ 45,45,44,44,44,45,44,44,
255
+ 44,45,45,45,45,45,45,45,
256
+ 45,45,45,45,45,45,45,45,
257
+ 45,45,45,45,45,45,45,45,
258
+ 45,45,45,44,44,44,46,45,
259
+ 44,45,45,45,45,45,45,45,
260
+ 45,45,45,45,45,45,45,45,
261
+ 45,45,45,45,45,45,45,45,
262
+ 45,45,45,44,45,45,45,45,
263
+ 45,44,44,44,44,44,44,44,
264
+ 44,44,44,44,44,44,44,44,
265
+ 44,44,44,45,44,44,44,44,
266
+ 44,44,44,44,44,44,44,44,
267
+ 45,45,44,45,45,45,45,45,
268
+ 45,45,45,45,45,44,44,44,
269
+ 45,44,44,44,45,45,45,45,
270
+ 45,45,45,45,45,45,45,45,
271
+ 45,45,45,45,45,45,45,45,
272
+ 45,45,45,45,45,45,44,44,
273
+ 44,44,45,44,45,45,45,45,
274
+ 45,45,45,45,45,45,45,45,
275
+ 45,45,45,45,45,45,45,45,
276
+ 45,45,45,45,45,45,44,44,
277
+ 47,44,45,45,45,45,45,44,
278
+ 44,44,44,44,44,44,44,44,
279
+ 44,44,44,44,44,44,44,44,
280
+ 44,45,44,44,44,44,44,44,
281
+ 44,44,44,44,44,44,45,45,
282
+ 44,45,45,45,45,45,45,45,
283
+ 45,45,45,44,44,44,45,44,
284
+ 44,44,45,45,45,45,45,45,
285
+ 45,45,45,45,45,45,45,45,
286
+ 45,45,45,45,45,45,45,45,
287
+ 45,45,45,45,44,44,44,44,
288
+ 45,44,45,45,45,45,45,45,
289
+ 45,45,45,45,45,45,45,45,
290
+ 45,45,45,45,45,45,45,45,
291
+ 45,45,45,45,44,49,49,49,
292
+ 49,49,49,49,49,49,49,49,
293
+ 49,49,49,49,49,49,49,49,
294
+ 49,49,49,49,49,49,49,49,
295
+ 49,49,49,49,49,49,49,49,
296
+ 49,49,49,49,49,49,49,49,
297
+ 49,49,49,49,49,49,49,49,
298
+ 49,49,49,49,49,49,49,49,
299
+ 49,49,49,49,49,48,50,50,
300
+ 50,50,50,50,50,50,50,50,
301
+ 50,50,50,50,50,50,50,50,
302
+ 50,50,50,50,50,50,50,50,
303
+ 50,50,50,50,50,50,50,50,
304
+ 50,50,50,50,50,50,50,50,
305
+ 50,50,50,50,50,50,50,50,
306
+ 50,50,50,50,50,50,50,50,
307
+ 50,50,50,50,50,50,48,52,
308
+ 51,55,54,54,54,54,54,54,
309
+ 54,54,54,54,54,54,54,54,
310
+ 54,54,54,54,54,54,54,54,
311
+ 54,54,54,54,54,54,54,54,
312
+ 54,54,56,54,56,54,55,54,
313
+ 54,54,54,54,54,54,54,54,
314
+ 54,54,54,54,54,54,54,54,
315
+ 54,54,54,54,54,54,54,54,
316
+ 54,54,54,54,54,54,54,56,
317
+ 54,57,54,59,59,59,59,59,
318
+ 59,59,59,59,59,59,59,59,
319
+ 59,59,59,59,59,59,59,59,
320
+ 59,59,59,59,59,59,59,59,
321
+ 59,59,59,59,59,59,59,59,
322
+ 59,59,59,59,59,59,59,59,
323
+ 59,59,59,59,59,59,59,59,
324
+ 59,59,59,59,59,59,59,59,
325
+ 59,59,59,58,60,60,60,60,
326
+ 60,60,60,60,60,60,60,60,
327
+ 60,60,60,60,60,60,60,60,
328
+ 60,60,60,60,60,60,60,60,
329
+ 60,60,60,60,60,60,60,60,
330
+ 60,60,60,60,60,60,60,60,
331
+ 60,60,60,60,60,60,60,60,
332
+ 60,60,60,60,60,60,60,60,
333
+ 60,60,60,60,58,61,44,63,
334
+ 62,65,62,66,44,68,67,70,
335
+ 67,71,71,71,71,71,71,71,
336
+ 71,71,71,44,44,44,44,44,
337
+ 44,44,71,71,71,71,71,71,
338
+ 44,44,44,44,44,44,44,44,
339
+ 44,44,44,44,44,44,44,44,
340
+ 44,44,44,44,44,44,44,44,
341
+ 44,44,71,71,71,71,71,71,
342
+ 44,44,44,44,44,44,44,44,
343
+ 44,44,44,44,44,44,44,44,
344
+ 44,44,44,44,72,44,73,73,
345
+ 73,73,73,73,73,73,73,73,
346
+ 44,44,44,44,44,44,44,73,
347
+ 73,73,73,73,73,44,44,44,
348
+ 44,44,44,44,44,44,44,44,
349
+ 44,44,44,44,44,44,44,44,
350
+ 44,44,44,44,44,44,44,73,
351
+ 73,73,73,73,73,44,74,74,
352
+ 74,74,74,74,74,74,74,74,
353
+ 44,44,44,44,44,44,44,74,
354
+ 74,74,74,74,74,44,44,44,
355
+ 44,44,44,44,44,44,44,44,
356
+ 44,44,44,44,44,44,44,44,
357
+ 44,44,44,44,44,44,44,74,
358
+ 74,74,74,74,74,44,75,75,
359
+ 75,75,75,75,75,75,75,75,
360
+ 44,44,44,44,44,44,44,75,
361
+ 75,75,75,75,75,44,44,44,
362
+ 44,44,44,44,44,44,44,44,
363
+ 44,44,44,44,44,44,44,44,
364
+ 44,44,44,44,44,44,44,75,
365
+ 75,75,75,75,75,44,76,76,
366
+ 76,76,76,76,76,76,76,76,
367
+ 44,44,44,44,44,44,44,76,
368
+ 76,76,76,76,76,44,44,44,
369
+ 44,44,44,44,44,44,44,44,
370
+ 44,44,44,44,44,44,44,44,
371
+ 44,44,44,44,44,44,44,76,
372
+ 76,76,76,76,76,44,72,72,
373
+ 72,72,72,44,44,44,44,44,
374
+ 44,44,44,44,44,44,44,44,
375
+ 44,44,44,44,44,72,44,44,
376
+ 44,44,44,44,44,44,44,44,
377
+ 44,44,44,44,44,77,77,77,
378
+ 77,77,77,77,77,77,77,44,
379
+ 44,44,44,44,44,44,77,77,
380
+ 77,77,77,77,44,44,44,44,
381
+ 44,44,44,44,44,44,44,44,
382
+ 44,44,44,44,44,44,44,44,
383
+ 44,44,44,44,44,44,77,77,
384
+ 77,77,77,77,44,44,44,44,
385
+ 44,44,44,44,44,44,44,44,
386
+ 44,44,44,44,44,44,44,44,
387
+ 44,44,75,44,72,72,72,72,
388
+ 72,44,44,44,44,44,44,44,
389
+ 44,44,44,44,44,44,44,44,
390
+ 44,44,44,72,44,44,44,44,
391
+ 44,44,44,44,44,44,44,44,
392
+ 44,44,44,78,78,78,78,78,
393
+ 78,78,78,78,78,44,44,44,
394
+ 44,44,44,44,78,78,78,78,
395
+ 78,78,44,44,44,44,44,44,
396
+ 44,44,44,44,44,44,44,44,
397
+ 44,44,44,44,44,44,44,44,
398
+ 44,44,44,44,78,78,78,78,
399
+ 78,78,44,44,44,44,44,44,
400
+ 44,44,44,44,44,44,44,44,
401
+ 44,44,44,44,44,44,44,44,
402
+ 75,44,72,72,72,72,72,44,
403
+ 44,44,44,44,44,44,44,44,
404
+ 44,44,44,44,44,44,44,44,
405
+ 44,72,44,44,44,44,44,44,
406
+ 44,44,44,44,44,44,44,44,
407
+ 44,79,79,79,79,79,79,79,
408
+ 79,79,79,44,44,44,44,44,
409
+ 44,44,79,79,79,79,79,79,
410
+ 44,44,44,44,44,44,44,44,
411
+ 44,44,44,44,44,44,44,44,
412
+ 44,44,44,44,44,44,44,44,
413
+ 44,44,79,79,79,79,79,79,
414
+ 44,44,44,44,44,44,44,44,
415
+ 44,44,44,44,44,44,44,44,
416
+ 44,44,44,44,44,44,75,44,
417
+ 72,72,72,72,72,44,44,44,
418
+ 44,44,44,44,44,44,44,44,
419
+ 44,44,44,44,44,44,44,72,
420
+ 44,44,44,44,44,44,44,44,
421
+ 44,44,44,44,44,44,44,80,
422
+ 80,80,80,80,80,80,80,80,
423
+ 80,44,44,44,44,44,44,44,
424
+ 80,80,80,80,80,80,44,44,
425
+ 44,44,44,44,44,44,44,44,
426
+ 44,44,44,44,44,44,44,44,
427
+ 44,44,44,44,44,44,44,44,
428
+ 80,80,80,80,80,80,44,44,
429
+ 44,44,44,44,44,44,44,44,
430
+ 44,44,44,44,44,44,44,44,
431
+ 44,44,44,44,75,44,72,72,
432
+ 72,72,72,44,44,44,44,44,
433
+ 44,44,44,44,44,44,44,44,
434
+ 44,44,44,44,44,72,44,44,
435
+ 44,44,44,44,44,44,44,44,
436
+ 44,44,44,44,44,81,81,81,
437
+ 81,81,81,81,81,81,81,44,
438
+ 44,44,44,44,44,44,81,81,
439
+ 81,81,81,81,44,44,44,44,
440
+ 44,44,44,44,44,44,44,44,
441
+ 44,44,44,44,44,44,44,44,
442
+ 44,44,44,44,44,44,81,81,
443
+ 81,81,81,81,44,44,44,44,
444
+ 44,44,44,44,44,44,44,44,
445
+ 44,44,44,44,44,44,44,44,
446
+ 44,44,75,44,72,72,72,72,
447
+ 72,44,44,44,44,44,44,44,
448
+ 44,44,44,44,44,44,44,44,
449
+ 44,44,44,72,44,44,44,44,
450
+ 44,44,44,44,44,44,44,44,
451
+ 44,44,44,44,44,44,44,44,
452
+ 44,44,44,44,44,44,44,44,
453
+ 44,44,44,44,44,44,44,44,
454
+ 44,44,44,44,44,44,44,44,
455
+ 44,44,44,44,44,44,44,44,
456
+ 44,44,44,44,44,44,44,44,
457
+ 44,44,44,44,44,44,44,44,
458
+ 44,44,44,44,44,44,44,44,
459
+ 44,44,44,44,44,44,44,44,
460
+ 44,44,44,44,44,44,44,44,
461
+ 75,44,83,83,83,83,83,83,
462
+ 83,83,83,83,82,82,82,82,
463
+ 82,82,82,83,83,83,83,83,
464
+ 83,82,82,82,82,82,82,82,
465
+ 82,82,82,82,82,82,82,82,
466
+ 82,82,82,82,82,82,82,82,
467
+ 82,82,82,83,83,83,83,83,
468
+ 83,82,82,82,82,82,82,82,
469
+ 82,82,82,82,82,82,82,82,
470
+ 82,82,82,82,82,44,82,86,
471
+ 85,87,84,87,84,84,84,84,
472
+ 84,84,88,88,88,88,88,88,
473
+ 88,88,88,88,84,86,89,44,
474
+ 44,44,44,44,44,44,44,44,
475
+ 44,44,44,44,44,44,44,44,
476
+ 44,44,44,44,44,44,44,44,
477
+ 44,44,44,44,44,44,44,44,
478
+ 44,44,44,44,44,44,44,44,
479
+ 44,44,44,44,44,44,44,44,
480
+ 44,44,44,44,44,44,44,44,
481
+ 44,44,44,44,44,44,44,44,
482
+ 44,2,2,2,2,2,2,2,
483
+ 2,2,2,2,2,2,2,2,
484
+ 2,2,2,2,2,2,2,2,
485
+ 2,2,2,2,2,2,2,3,
486
+ 3,3,3,3,3,3,3,3,
487
+ 3,3,3,3,3,3,3,90,
488
+ 90,90,90,90,44,44,44,44,
489
+ 44,44,44,44,44,44,44,44,
490
+ 91,91,91,91,91,91,91,91,
491
+ 92,92,92,92,92,91,91,91,
492
+ 91,91,91,91,91,91,91,91,
493
+ 91,91,91,91,91,91,91,93,
494
+ 94,94,95,96,94,94,94,97,
495
+ 98,99,100,94,94,101,94,94,
496
+ 94,94,94,94,94,94,94,94,
497
+ 94,94,94,94,94,94,102,94,
498
+ 94,94,94,94,94,94,94,94,
499
+ 94,94,94,94,94,94,94,94,
500
+ 94,94,94,94,94,94,94,94,
501
+ 94,94,103,104,105,106,94,94,
502
+ 94,94,94,94,94,94,94,94,
503
+ 94,94,94,94,94,94,94,94,
504
+ 94,94,94,94,94,94,94,94,
505
+ 94,94,107,108,105,94,91,94,
506
+ 2,2,2,2,2,2,2,2,
507
+ 2,2,2,2,2,2,2,2,
508
+ 2,2,2,2,2,2,2,2,
509
+ 2,2,2,2,2,2,3,3,
510
+ 3,3,3,3,3,3,3,3,
511
+ 3,3,3,3,3,3,90,90,
512
+ 90,90,90,109,91,91,91,91,
513
+ 91,91,91,91,91,91,91,91,
514
+ 91,91,91,91,91,91,91,91,
515
+ 91,91,91,91,91,91,91,91,
516
+ 91,91,91,109,109,109,109,109,
517
+ 109,109,109,109,109,109,109,109,
518
+ 109,109,109,109,109,109,109,109,
519
+ 109,109,109,109,109,109,109,109,
520
+ 109,109,109,109,109,109,109,109,
521
+ 109,109,109,109,109,109,109,109,
522
+ 109,109,109,109,109,109,109,109,
523
+ 109,109,109,109,109,109,109,109,
524
+ 109,109,109,109,109,109,109,109,
525
+ 109,109,109,109,109,109,109,109,
526
+ 109,109,109,109,109,109,109,109,
527
+ 109,109,109,109,109,109,109,109,
528
+ 109,109,91,109,91,91,91,91,
529
+ 91,91,91,91,92,92,92,92,
530
+ 92,91,91,91,91,91,91,91,
531
+ 91,91,91,91,91,91,91,91,
532
+ 91,91,91,93,110,110,110,110,
533
+ 110,110,110,110,110,110,110,110,
534
+ 110,110,110,110,110,110,110,110,
535
+ 110,110,110,110,110,110,110,110,
536
+ 110,110,110,110,110,110,110,110,
537
+ 110,110,110,110,110,110,110,110,
538
+ 110,110,110,110,110,110,110,110,
539
+ 110,110,110,110,110,110,110,110,
540
+ 110,110,110,110,110,110,110,110,
541
+ 110,110,110,110,110,110,110,110,
542
+ 110,110,110,110,110,110,110,110,
543
+ 110,110,110,110,110,110,110,110,
544
+ 110,110,91,110,93,93,93,93,
545
+ 93,110,110,110,110,110,110,110,
546
+ 110,110,110,110,110,110,110,110,
547
+ 110,110,110,93,110,94,94,109,
548
+ 109,94,94,94,109,109,109,109,
549
+ 94,94,109,94,94,94,94,94,
550
+ 94,94,94,94,94,94,94,94,
551
+ 94,94,94,109,94,94,94,94,
552
+ 94,94,94,94,94,94,94,94,
553
+ 94,94,94,94,94,94,94,94,
554
+ 94,94,94,94,94,94,94,109,
555
+ 109,109,109,94,94,94,94,94,
556
+ 94,94,94,94,94,94,94,94,
557
+ 94,94,94,94,94,94,94,94,
558
+ 94,94,94,94,94,94,94,109,
559
+ 109,109,94,109,112,95,114,113,
560
+ 10,116,5,116,116,116,117,118,
561
+ 115,116,116,116,116,116,116,116,
562
+ 116,116,116,116,116,116,116,116,
563
+ 116,8,116,119,10,8,116,116,
564
+ 116,116,116,116,116,116,116,116,
565
+ 116,116,116,116,116,116,116,116,
566
+ 116,116,116,116,116,116,116,116,
567
+ 116,116,116,116,116,116,116,116,
568
+ 116,116,116,116,116,116,116,116,
569
+ 116,116,116,116,116,116,116,116,
570
+ 116,116,116,116,116,116,116,116,
571
+ 116,116,116,116,116,8,116,115,
572
+ 116,115,116,116,116,115,115,115,
573
+ 116,116,116,116,116,116,116,116,
574
+ 116,116,116,116,116,116,116,116,
575
+ 120,116,115,115,115,116,116,116,
576
+ 116,116,116,116,116,116,116,116,
577
+ 116,116,116,116,116,116,116,116,
578
+ 116,116,116,116,116,116,116,116,
579
+ 116,116,116,116,116,116,116,116,
580
+ 116,116,116,116,116,116,116,116,
581
+ 116,116,116,116,116,116,116,116,
582
+ 116,116,116,116,116,116,116,116,
583
+ 116,116,116,116,115,116,8,9,
584
+ 123,122,122,122,122,122,122,122,
585
+ 122,122,122,122,122,122,122,122,
586
+ 122,122,122,122,123,122,125,124,
587
+ 124,124,124,124,124,124,124,124,
588
+ 124,124,124,124,124,124,124,124,
589
+ 124,124,125,124,127,126,126,126,
590
+ 126,126,126,126,126,126,126,126,
591
+ 126,126,126,126,126,126,126,126,
592
+ 127,126,129,129,128,128,128,128,
593
+ 129,128,128,128,130,128,128,128,
594
+ 128,128,128,128,128,128,128,128,
595
+ 128,128,128,129,128,128,128,128,
596
+ 128,128,128,129,128,128,128,128,
597
+ 131,128,128,128,132,128,128,128,
598
+ 128,128,128,128,128,128,128,128,
599
+ 128,128,128,129,128,134,133,133,
600
+ 133,42,42,42,42,42,42,42,
601
+ 42,42,42,133,135,44,44,44,
602
+ 135,44,44,44,44,44,44,44,
603
+ 44,44,135,135,44,44,44,135,
604
+ 135,44,44,44,44,44,44,44,
605
+ 44,44,44,44,135,44,44,44,
606
+ 135,44,44,44,44,44,44,44,
607
+ 44,44,44,135,44,44,44,135,
608
+ 44,136,44,44,44,44,44,44,
609
+ 44,44,44,44,44,44,44,44,
610
+ 44,44,44,44,44,44,44,44,
611
+ 44,44,44,44,44,44,44,44,
612
+ 44,136,44,137,137,137,137,137,
613
+ 137,137,137,137,137,137,137,137,
614
+ 137,137,137,137,137,137,137,137,
615
+ 137,137,137,137,137,137,137,137,
616
+ 137,138,138,138,138,138,138,138,
617
+ 138,138,138,138,138,138,138,138,
618
+ 138,139,139,139,139,139,49,49,
619
+ 49,49,49,49,49,49,49,49,
620
+ 49,49,49,49,49,49,49,49,
621
+ 49,49,49,49,49,49,49,49,
622
+ 49,49,49,49,49,49,49,49,
623
+ 49,49,49,49,49,49,49,49,
624
+ 49,49,49,49,49,140,49,141,
625
+ 49,140,140,140,140,49,142,140,
626
+ 49,49,49,49,49,49,49,49,
627
+ 49,49,49,49,49,49,49,49,
628
+ 140,49,49,49,49,49,49,49,
629
+ 49,49,49,49,49,49,49,49,
630
+ 49,49,49,49,49,49,49,49,
631
+ 49,49,49,49,143,144,145,146,
632
+ 49,49,49,49,49,49,49,49,
633
+ 49,49,49,49,49,49,49,49,
634
+ 49,49,49,49,49,49,49,49,
635
+ 49,49,49,49,140,140,140,49,
636
+ 49,49,49,49,49,49,49,49,
637
+ 49,49,49,49,49,49,49,49,
638
+ 49,49,49,49,49,49,49,49,
639
+ 49,49,49,49,49,49,49,49,
640
+ 49,49,49,49,49,49,49,49,
641
+ 49,49,49,49,49,49,49,49,
642
+ 49,49,49,49,49,49,49,49,
643
+ 49,49,49,49,49,49,49,49,
644
+ 147,50,50,50,50,50,50,50,
645
+ 50,50,50,50,50,50,50,50,
646
+ 50,50,50,50,50,50,50,50,
647
+ 50,50,50,50,50,50,50,50,
648
+ 50,50,50,50,50,50,50,50,
649
+ 50,50,50,50,50,50,50,50,
650
+ 50,50,50,50,50,50,50,50,
651
+ 50,50,50,50,50,50,50,50,
652
+ 50,147,148,148,148,148,148,148,
653
+ 148,148,148,148,148,148,148,148,
654
+ 148,148,148,148,148,148,148,148,
655
+ 148,148,148,148,148,148,148,148,
656
+ 148,148,148,148,148,148,148,148,
657
+ 148,148,148,148,148,148,148,148,
658
+ 148,148,148,148,148,148,148,148,
659
+ 148,148,148,148,148,148,148,148,
660
+ 148,148,147,149,147,151,150,150,
661
+ 150,150,150,150,150,150,150,150,
662
+ 150,150,150,150,150,150,150,150,
663
+ 150,150,150,150,150,150,150,150,
664
+ 150,150,150,150,150,150,150,150,
665
+ 150,150,150,150,150,150,150,150,
666
+ 150,150,150,150,150,150,150,150,
667
+ 150,150,150,150,152,150,54,154,
668
+ 156,156,156,156,156,156,156,156,
669
+ 155,155,155,155,155,155,155,155,
670
+ 155,155,155,157,157,155,155,155,
671
+ 157,155,155,155,155,157,155,155,
672
+ 157,155,155,157,155,155,155,157,
673
+ 155,155,155,157,157,157,155,155,
674
+ 155,157,157,157,157,157,157,155,
675
+ 157,155,155,155,155,155,157,155,
676
+ 157,155,157,157,157,157,157,157,
677
+ 157,155,159,159,159,159,159,159,
678
+ 159,159,158,160,160,160,160,160,
679
+ 160,160,160,158,161,161,161,161,
680
+ 161,161,161,161,161,161,161,161,
681
+ 161,161,161,161,161,161,161,161,
682
+ 161,161,161,161,161,161,161,161,
683
+ 161,161,162,162,162,162,162,162,
684
+ 162,162,162,162,162,162,162,162,
685
+ 162,162,163,163,163,163,163,59,
686
+ 59,59,59,59,59,59,59,59,
687
+ 59,59,59,59,59,59,59,59,
688
+ 59,59,59,59,59,59,59,59,
689
+ 59,59,59,59,59,59,59,59,
690
+ 59,59,59,59,59,59,59,59,
691
+ 59,59,59,59,59,59,164,59,
692
+ 59,59,164,164,164,164,59,59,
693
+ 164,59,165,166,166,166,166,166,
694
+ 166,166,167,167,59,59,59,59,
695
+ 59,164,59,44,44,168,169,59,
696
+ 59,44,169,59,59,44,59,170,
697
+ 59,59,171,59,169,169,59,59,
698
+ 59,169,169,59,44,164,164,164,
699
+ 164,59,59,172,172,61,169,172,
700
+ 172,59,169,59,59,59,59,59,
701
+ 172,59,171,59,172,169,172,173,
702
+ 172,169,174,59,44,164,164,164,
703
+ 59,59,59,59,59,59,59,59,
704
+ 59,59,59,59,59,59,59,59,
705
+ 59,59,59,59,59,59,59,59,
706
+ 59,59,59,59,59,59,59,59,
707
+ 59,59,59,59,59,59,59,59,
708
+ 59,59,59,59,59,59,59,59,
709
+ 59,59,59,59,59,59,59,59,
710
+ 59,59,59,59,59,59,59,59,
711
+ 59,175,60,60,60,60,60,60,
712
+ 60,60,60,60,60,60,60,60,
713
+ 60,60,60,60,60,60,60,60,
714
+ 60,60,60,60,60,60,60,60,
715
+ 60,60,60,60,60,60,60,60,
716
+ 60,60,60,60,60,60,60,60,
717
+ 60,60,60,60,60,60,60,60,
718
+ 60,60,60,60,60,60,60,60,
719
+ 60,60,175,176,176,176,176,176,
720
+ 176,176,176,176,176,176,176,176,
721
+ 176,176,176,176,176,176,176,176,
722
+ 176,176,176,176,176,176,176,176,
723
+ 176,176,176,176,176,176,176,176,
724
+ 176,176,176,176,176,176,176,176,
725
+ 176,176,176,176,176,176,176,176,
726
+ 176,176,176,176,176,176,176,176,
727
+ 176,176,176,175,178,178,178,178,
728
+ 178,178,178,178,177,180,180,180,
729
+ 180,180,180,180,180,179,182,182,
730
+ 182,182,182,182,182,182,182,182,
731
+ 181,184,62,186,185,62,188,67,
732
+ 67,67,67,67,67,67,67,67,
733
+ 67,67,67,67,67,67,67,67,
734
+ 67,67,67,67,67,67,67,67,
735
+ 67,67,67,67,67,67,189,67,
736
+ 191,190,67,70,67,193,193,193,
737
+ 193,193,193,193,193,193,193,192,
738
+ 192,192,192,192,192,192,193,193,
739
+ 193,193,193,193,192,192,192,192,
740
+ 192,192,192,192,192,192,192,192,
741
+ 192,192,192,192,192,192,192,192,
742
+ 192,192,192,192,192,192,193,193,
743
+ 193,193,193,193,192,195,194,194,
744
+ 194,194,194,196,194,194,197,197,
745
+ 197,197,197,197,197,197,197,197,
746
+ 194,194,198,194,86,85,85,85,
747
+ 85,85,199,85,85,199,199,199,
748
+ 199,199,199,199,199,199,199,85,
749
+ 88,88,88,88,88,88,88,88,
750
+ 88,88,199,87,199,199,199,199,
751
+ 199,199,88,88,88,88,88,88,
752
+ 88,88,88,88,199,199,89,89,
753
+ 89,89,89,89,89,89,89,89,
754
+ 89,199,89,89,199,199,199,199,
755
+ 199,199,199,199,199,199,89,89,
756
+ 89,89,86,89,0
757
+ ]
758
+
759
+ class << self
760
+ attr_accessor :_re_scanner_trans_targs
761
+ private :_re_scanner_trans_targs, :_re_scanner_trans_targs=
762
+ end
763
+ self._re_scanner_trans_targs = [
764
+ 71,72,1,2,71,4,71,6,
765
+ 71,8,71,81,71,10,16,11,
766
+ 71,12,13,14,15,17,18,19,
767
+ 20,21,23,29,24,71,25,26,
768
+ 27,28,30,31,32,33,34,71,
769
+ 36,71,37,39,0,40,41,88,
770
+ 89,89,42,89,89,89,45,46,
771
+ 89,89,99,99,47,50,99,106,
772
+ 99,108,53,99,109,99,111,56,
773
+ 59,57,58,99,60,61,62,63,
774
+ 64,65,99,113,114,67,68,114,
775
+ 69,70,3,73,74,75,76,77,
776
+ 71,78,71,82,83,71,84,71,
777
+ 85,71,71,86,71,71,71,71,
778
+ 71,71,79,71,80,5,71,7,
779
+ 71,71,71,71,71,71,71,71,
780
+ 71,71,71,9,22,71,35,87,
781
+ 38,90,91,92,89,93,94,95,
782
+ 89,89,89,89,43,89,89,44,
783
+ 89,89,89,96,97,96,96,98,
784
+ 96,100,101,102,99,103,103,105,
785
+ 49,99,52,99,99,55,66,99,
786
+ 48,99,104,99,99,99,99,99,
787
+ 107,99,51,99,110,112,99,54,
788
+ 99,99,114,115,116,117,118,114
789
+ ]
790
+
791
+ class << self
792
+ attr_accessor :_re_scanner_trans_actions
793
+ private :_re_scanner_trans_actions, :_re_scanner_trans_actions=
794
+ end
795
+ self._re_scanner_trans_actions = [
796
+ 1,2,0,0,3,0,4,0,
797
+ 5,0,6,7,8,0,0,0,
798
+ 9,0,0,0,0,0,0,0,
799
+ 0,0,0,0,0,10,0,0,
800
+ 0,0,0,0,0,0,0,11,
801
+ 0,12,0,0,0,0,0,14,
802
+ 15,16,0,17,18,19,0,0,
803
+ 20,21,22,23,0,0,25,0,
804
+ 26,0,0,27,0,28,0,0,
805
+ 0,0,0,29,0,0,0,0,
806
+ 0,0,30,0,31,0,0,32,
807
+ 0,0,0,0,0,0,0,0,
808
+ 35,36,37,0,0,38,0,39,
809
+ 40,41,42,40,43,44,45,46,
810
+ 47,48,49,50,0,0,51,0,
811
+ 52,53,54,55,56,57,58,59,
812
+ 60,61,62,0,0,63,0,65,
813
+ 0,0,40,40,66,0,40,67,
814
+ 68,69,70,71,0,72,73,0,
815
+ 74,75,76,77,0,78,79,0,
816
+ 80,0,40,40,81,82,83,0,
817
+ 0,84,0,85,86,0,0,87,
818
+ 0,88,0,89,90,91,92,93,
819
+ 40,94,0,95,40,0,96,0,
820
+ 97,98,99,40,40,40,40,100
821
+ ]
822
+
823
+ class << self
824
+ attr_accessor :_re_scanner_to_state_actions
825
+ private :_re_scanner_to_state_actions, :_re_scanner_to_state_actions=
826
+ end
827
+ self._re_scanner_to_state_actions = [
828
+ 0,0,0,0,0,0,0,0,
829
+ 0,0,0,0,0,0,0,0,
830
+ 0,0,0,0,0,0,0,0,
831
+ 0,0,0,0,0,0,0,0,
832
+ 0,0,0,0,0,0,0,0,
833
+ 0,0,0,0,0,0,0,0,
834
+ 0,0,0,0,0,0,0,0,
835
+ 0,0,0,0,0,0,0,0,
836
+ 0,0,0,0,0,0,0,33,
837
+ 0,0,0,0,0,0,0,0,
838
+ 0,0,0,0,0,0,0,64,
839
+ 64,64,0,0,0,0,0,0,
840
+ 64,0,0,64,0,0,0,0,
841
+ 0,0,0,0,0,0,0,0,
842
+ 0,0,64,0,0,0,0
843
+ ]
844
+
845
+ class << self
846
+ attr_accessor :_re_scanner_from_state_actions
847
+ private :_re_scanner_from_state_actions, :_re_scanner_from_state_actions=
848
+ end
849
+ self._re_scanner_from_state_actions = [
850
+ 0,0,0,0,0,0,0,0,
851
+ 0,0,0,0,0,0,0,0,
852
+ 0,0,0,0,0,0,0,0,
853
+ 0,0,0,0,0,0,0,0,
854
+ 0,0,0,0,0,0,0,0,
855
+ 0,0,0,0,0,0,0,0,
856
+ 0,0,0,0,0,0,0,0,
857
+ 0,0,0,0,0,0,0,0,
858
+ 0,0,0,0,0,0,0,34,
859
+ 0,0,0,0,0,0,0,0,
860
+ 0,0,0,0,0,0,0,34,
861
+ 34,34,0,0,0,0,0,0,
862
+ 34,0,0,34,0,0,0,0,
863
+ 0,0,0,0,0,0,0,0,
864
+ 0,0,34,0,0,0,0
865
+ ]
866
+
867
+ class << self
868
+ attr_accessor :_re_scanner_eof_actions
869
+ private :_re_scanner_eof_actions, :_re_scanner_eof_actions=
870
+ end
871
+ self._re_scanner_eof_actions = [
872
+ 0,0,0,0,0,0,0,0,
873
+ 0,0,0,0,0,0,0,0,
874
+ 0,0,0,0,0,0,0,0,
875
+ 0,0,0,0,0,0,0,0,
876
+ 0,0,0,0,0,0,13,13,
877
+ 13,13,0,0,0,0,0,0,
878
+ 0,24,24,0,24,24,0,24,
879
+ 24,24,24,24,24,24,24,24,
880
+ 24,24,24,0,0,0,0,0,
881
+ 0,0,0,0,0,0,0,0,
882
+ 0,0,0,0,0,0,0,0,
883
+ 0,24,0,0,0,0,0,0,
884
+ 0,0,0,24,0,0,0,0,
885
+ 0,0,0,0,0,0,0,0,
886
+ 0,0,0,0,0,0,0
887
+ ]
888
+
889
+ class << self
890
+ attr_accessor :_re_scanner_eof_trans
891
+ private :_re_scanner_eof_trans, :_re_scanner_eof_trans=
892
+ end
893
+ self._re_scanner_eof_trans = [
894
+ 0,1,1,1,5,5,5,5,
895
+ 1,13,13,13,13,13,13,13,
896
+ 13,13,13,13,13,13,13,13,
897
+ 13,13,13,13,13,13,13,13,
898
+ 13,13,13,40,40,40,0,0,
899
+ 0,0,49,49,52,54,54,59,
900
+ 59,0,0,65,0,0,70,0,
901
+ 0,0,0,0,0,0,0,0,
902
+ 0,0,0,85,85,85,85,0,
903
+ 110,110,111,111,110,112,114,116,
904
+ 116,122,123,125,127,129,134,0,
905
+ 0,0,148,148,148,148,151,154,
906
+ 0,159,159,0,176,176,176,178,
907
+ 180,182,184,184,184,188,188,188,
908
+ 188,193,0,200,200,200,200
909
+ ]
910
+
911
+ class << self
912
+ attr_accessor :re_scanner_start
913
+ end
914
+ self.re_scanner_start = 71;
915
+ class << self
916
+ attr_accessor :re_scanner_first_final
917
+ end
918
+ self.re_scanner_first_final = 71;
919
+ class << self
920
+ attr_accessor :re_scanner_error
921
+ end
922
+ self.re_scanner_error = 0;
923
+
924
+ class << self
925
+ attr_accessor :re_scanner_en_char_type
926
+ end
927
+ self.re_scanner_en_char_type = 87;
928
+ class << self
929
+ attr_accessor :re_scanner_en_unicode_property
930
+ end
931
+ self.re_scanner_en_unicode_property = 88;
932
+ class << self
933
+ attr_accessor :re_scanner_en_character_set
934
+ end
935
+ self.re_scanner_en_character_set = 89;
936
+ class << self
937
+ attr_accessor :re_scanner_en_set_escape_sequence
938
+ end
939
+ self.re_scanner_en_set_escape_sequence = 96;
940
+ class << self
941
+ attr_accessor :re_scanner_en_escape_sequence
942
+ end
943
+ self.re_scanner_en_escape_sequence = 99;
944
+ class << self
945
+ attr_accessor :re_scanner_en_conditional_expression
946
+ end
947
+ self.re_scanner_en_conditional_expression = 114;
948
+ class << self
949
+ attr_accessor :re_scanner_en_main
950
+ end
951
+ self.re_scanner_en_main = 71;
952
+
953
+ begin
954
+ p ||= 0
955
+ pe ||= data.length
956
+ cs = re_scanner_start
957
+ top = 0
958
+ ts = nil
959
+ te = nil
960
+ act = 0
961
+ end
962
+
963
+ begin
964
+ testEof = false
965
+ _slen, _trans, _keys, _inds, _acts, _nacts = nil
966
+ _goto_level = 0
967
+ _resume = 10
968
+ _eof_trans = 15
969
+ _again = 20
970
+ _test_eof = 30
971
+ _out = 40
972
+ while true
973
+ if _goto_level <= 0
974
+ if p == pe
975
+ _goto_level = _test_eof
976
+ next
977
+ end
978
+ if cs == 0
979
+ _goto_level = _out
980
+ next
981
+ end
982
+ end
983
+ if _goto_level <= _resume
984
+ case _re_scanner_from_state_actions[cs]
985
+ when 34 then
986
+ begin
987
+ ts = p
988
+ end
989
+ end
990
+ _keys = cs << 1
991
+ _inds = _re_scanner_index_offsets[cs]
992
+ _slen = _re_scanner_key_spans[cs]
993
+ _wide = data[p].ord
994
+ _trans = if ( _slen > 0 &&
995
+ _re_scanner_trans_keys[_keys] <= _wide &&
996
+ _wide <= _re_scanner_trans_keys[_keys + 1]
997
+ ) then
998
+ _re_scanner_indicies[ _inds + _wide - _re_scanner_trans_keys[_keys] ]
999
+ else
1000
+ _re_scanner_indicies[ _inds + _slen ]
1001
+ end
1002
+ end
1003
+ if _goto_level <= _eof_trans
1004
+ cs = _re_scanner_trans_targs[_trans]
1005
+ if _re_scanner_trans_actions[_trans] != 0
1006
+ case _re_scanner_trans_actions[_trans]
1007
+ when 36 then
1008
+ begin
1009
+ self.group_depth = group_depth + 1 end
1010
+ when 40 then
1011
+ begin
1012
+ te = p+1
1013
+ end
1014
+ when 65 then
1015
+ begin
1016
+ te = p+1
1017
+ begin
1018
+ case text = copy(data, ts-1,te)
1019
+ when '\d'; emit(:type, :digit, text)
1020
+ when '\D'; emit(:type, :nondigit, text)
1021
+ when '\h'; emit(:type, :hex, text)
1022
+ when '\H'; emit(:type, :nonhex, text)
1023
+ when '\s'; emit(:type, :space, text)
1024
+ when '\S'; emit(:type, :nonspace, text)
1025
+ when '\w'; emit(:type, :word, text)
1026
+ when '\W'; emit(:type, :nonword, text)
1027
+ when '\R'; emit(:type, :linebreak, text)
1028
+ when '\X'; emit(:type, :xgrapheme, text)
1029
+ end
1030
+ begin
1031
+ top -= 1
1032
+ cs = stack[top]
1033
+ _goto_level = _again
1034
+ next
1035
+ end
1036
+
1037
+ end
1038
+ end
1039
+ when 14 then
1040
+ begin
1041
+ te = p+1
1042
+ begin
1043
+ text = copy(data, ts-1,te)
1044
+ type = (text[1] == 'P') ^ (text[3] == '^') ? :nonproperty : :property
1045
+
1046
+ name = text[3..-2].gsub(/[\^\s_\-]/, '').downcase
1047
+
1048
+ token = self.class.short_prop_map[name] || self.class.long_prop_map[name]
1049
+ raise ValidationError.for(:property, name) unless token
1050
+
1051
+ self.emit(type, token.to_sym, text)
1052
+
1053
+ begin
1054
+ top -= 1
1055
+ cs = stack[top]
1056
+ _goto_level = _again
1057
+ next
1058
+ end
1059
+
1060
+ end
1061
+ end
1062
+ when 18 then
1063
+ begin
1064
+ te = p+1
1065
+ begin # special case, emits two tokens
1066
+ emit(:literal, :literal, '-')
1067
+ emit(:set, :intersection, '&&')
1068
+ end
1069
+ end
1070
+ when 70 then
1071
+ begin
1072
+ te = p+1
1073
+ begin
1074
+ if prev_token[1] == :open
1075
+ emit(:set, :negate, '^')
1076
+ else
1077
+ emit(:literal, :literal, '^')
1078
+ end
1079
+ end
1080
+ end
1081
+ when 72 then
1082
+ begin
1083
+ te = p+1
1084
+ begin
1085
+ emit(:set, :intersection, '&&')
1086
+ end
1087
+ end
1088
+ when 68 then
1089
+ begin
1090
+ te = p+1
1091
+ begin
1092
+ begin
1093
+ stack[top] = cs
1094
+ top+= 1
1095
+ cs = 96
1096
+ _goto_level = _again
1097
+ next
1098
+ end
1099
+
1100
+ end
1101
+ end
1102
+ when 66 then
1103
+ begin
1104
+ te = p+1
1105
+ begin
1106
+ emit(:literal, :literal, copy(data, ts, te))
1107
+ end
1108
+ end
1109
+ when 16 then
1110
+ begin
1111
+ te = p+1
1112
+ begin
1113
+ text = copy(data, ts, te)
1114
+ emit(:literal, :literal, text)
1115
+ end
1116
+ end
1117
+ when 73 then
1118
+ begin
1119
+ te = p
1120
+ p = p - 1; begin
1121
+ # ranges cant start with the opening bracket, a subset, or
1122
+ # intersection/negation/range operators
1123
+ if prev_token[0] == :set
1124
+ emit(:literal, :literal, '-')
1125
+ else
1126
+ emit(:set, :range, '-')
1127
+ end
1128
+ end
1129
+ end
1130
+ when 76 then
1131
+ begin
1132
+ te = p
1133
+ p = p - 1; begin
1134
+ emit(:set, :open, '[')
1135
+ begin
1136
+ stack[top] = cs
1137
+ top+= 1
1138
+ cs = 89
1139
+ _goto_level = _again
1140
+ next
1141
+ end
1142
+
1143
+ end
1144
+ end
1145
+ when 71 then
1146
+ begin
1147
+ te = p
1148
+ p = p - 1; begin
1149
+ text = copy(data, ts, te)
1150
+ emit(:literal, :literal, text)
1151
+ end
1152
+ end
1153
+ when 17 then
1154
+ begin
1155
+ begin p = ((te))-1; end
1156
+ begin
1157
+ # ranges cant start with the opening bracket, a subset, or
1158
+ # intersection/negation/range operators
1159
+ if prev_token[0] == :set
1160
+ emit(:literal, :literal, '-')
1161
+ else
1162
+ emit(:set, :range, '-')
1163
+ end
1164
+ end
1165
+ end
1166
+ when 20 then
1167
+ begin
1168
+ begin p = ((te))-1; end
1169
+ begin
1170
+ emit(:set, :open, '[')
1171
+ begin
1172
+ stack[top] = cs
1173
+ top+= 1
1174
+ cs = 89
1175
+ _goto_level = _again
1176
+ next
1177
+ end
1178
+
1179
+ end
1180
+ end
1181
+ when 15 then
1182
+ begin
1183
+ begin p = ((te))-1; end
1184
+ begin
1185
+ text = copy(data, ts, te)
1186
+ emit(:literal, :literal, text)
1187
+ end
1188
+ end
1189
+ when 80 then
1190
+ begin
1191
+ te = p+1
1192
+ begin
1193
+ emit(:escape, :octal, copy(data, ts-1,te))
1194
+ begin
1195
+ top -= 1
1196
+ cs = stack[top]
1197
+ _goto_level = _again
1198
+ next
1199
+ end
1200
+
1201
+ end
1202
+ end
1203
+ when 78 then
1204
+ begin
1205
+ te = p+1
1206
+ begin
1207
+ p = p - 1;
1208
+ cs = 89;
1209
+ begin
1210
+ stack[top] = cs
1211
+ top+= 1
1212
+ cs = 99
1213
+ _goto_level = _again
1214
+ next
1215
+ end
1216
+
1217
+ end
1218
+ end
1219
+ when 77 then
1220
+ begin
1221
+ te = p+1
1222
+ begin
1223
+ emit(:escape, :literal, copy(data, ts-1,te))
1224
+ begin
1225
+ top -= 1
1226
+ cs = stack[top]
1227
+ _goto_level = _again
1228
+ next
1229
+ end
1230
+
1231
+ end
1232
+ end
1233
+ when 79 then
1234
+ begin
1235
+ te = p
1236
+ p = p - 1; begin
1237
+ emit(:escape, :octal, copy(data, ts-1,te))
1238
+ begin
1239
+ top -= 1
1240
+ cs = stack[top]
1241
+ _goto_level = _again
1242
+ next
1243
+ end
1244
+
1245
+ end
1246
+ end
1247
+ when 90 then
1248
+ begin
1249
+ te = p+1
1250
+ begin
1251
+ emit(:escape, :octal, copy(data, ts-1,te))
1252
+ begin
1253
+ top -= 1
1254
+ cs = stack[top]
1255
+ _goto_level = _again
1256
+ next
1257
+ end
1258
+
1259
+ end
1260
+ end
1261
+ when 92 then
1262
+ begin
1263
+ te = p+1
1264
+ begin # special case, emits two tokens
1265
+ text = copy(data, ts-1,te)
1266
+ emit(:escape, :literal, text[0,2])
1267
+ emit(:literal, :literal, text[2])
1268
+ begin
1269
+ top -= 1
1270
+ cs = stack[top]
1271
+ _goto_level = _again
1272
+ next
1273
+ end
1274
+
1275
+ end
1276
+ end
1277
+ when 81 then
1278
+ begin
1279
+ te = p+1
1280
+ begin
1281
+ case text = copy(data, ts-1,te)
1282
+ when '\.'; emit(:escape, :dot, text)
1283
+ when '\|'; emit(:escape, :alternation, text)
1284
+ when '\^'; emit(:escape, :bol, text)
1285
+ when '\$'; emit(:escape, :eol, text)
1286
+ when '\?'; emit(:escape, :zero_or_one, text)
1287
+ when '\*'; emit(:escape, :zero_or_more, text)
1288
+ when '\+'; emit(:escape, :one_or_more, text)
1289
+ when '\('; emit(:escape, :group_open, text)
1290
+ when '\)'; emit(:escape, :group_close, text)
1291
+ when '\{'; emit(:escape, :interval_open, text)
1292
+ when '\}'; emit(:escape, :interval_close, text)
1293
+ when '\['; emit(:escape, :set_open, text)
1294
+ when '\]'; emit(:escape, :set_close, text)
1295
+ when "\\\\";
1296
+ emit(:escape, :backslash, text)
1297
+ end
1298
+ begin
1299
+ top -= 1
1300
+ cs = stack[top]
1301
+ _goto_level = _again
1302
+ next
1303
+ end
1304
+
1305
+ end
1306
+ end
1307
+ when 86 then
1308
+ begin
1309
+ te = p+1
1310
+ begin
1311
+ # \b is emitted as backspace only when inside a character set, otherwise
1312
+ # it is a word boundary anchor. A syntax might "normalize" it if needed.
1313
+ case text = copy(data, ts-1,te)
1314
+ when '\a'; emit(:escape, :bell, text)
1315
+ when '\b'; emit(:escape, :backspace, text)
1316
+ when '\e'; emit(:escape, :escape, text)
1317
+ when '\f'; emit(:escape, :form_feed, text)
1318
+ when '\n'; emit(:escape, :newline, text)
1319
+ when '\r'; emit(:escape, :carriage, text)
1320
+ when '\t'; emit(:escape, :tab, text)
1321
+ when '\v'; emit(:escape, :vertical_tab, text)
1322
+ end
1323
+ begin
1324
+ top -= 1
1325
+ cs = stack[top]
1326
+ _goto_level = _again
1327
+ next
1328
+ end
1329
+
1330
+ end
1331
+ end
1332
+ when 29 then
1333
+ begin
1334
+ te = p+1
1335
+ begin
1336
+ text = copy(data, ts-1,te)
1337
+ if text[2] == '{'
1338
+ emit(:escape, :codepoint_list, text)
1339
+ else
1340
+ emit(:escape, :codepoint, text)
1341
+ end
1342
+ begin
1343
+ top -= 1
1344
+ cs = stack[top]
1345
+ _goto_level = _again
1346
+ next
1347
+ end
1348
+
1349
+ end
1350
+ end
1351
+ when 98 then
1352
+ begin
1353
+ te = p+1
1354
+ begin
1355
+ emit(:escape, :hex, copy(data, ts-1,te))
1356
+ begin
1357
+ top -= 1
1358
+ cs = stack[top]
1359
+ _goto_level = _again
1360
+ next
1361
+ end
1362
+
1363
+ end
1364
+ end
1365
+ when 25 then
1366
+ begin
1367
+ te = p+1
1368
+ begin
1369
+ emit_meta_control_sequence(data, ts, te, :control)
1370
+ begin
1371
+ top -= 1
1372
+ cs = stack[top]
1373
+ _goto_level = _again
1374
+ next
1375
+ end
1376
+
1377
+ end
1378
+ end
1379
+ when 27 then
1380
+ begin
1381
+ te = p+1
1382
+ begin
1383
+ emit_meta_control_sequence(data, ts, te, :meta_sequence)
1384
+ begin
1385
+ top -= 1
1386
+ cs = stack[top]
1387
+ _goto_level = _again
1388
+ next
1389
+ end
1390
+
1391
+ end
1392
+ end
1393
+ when 84 then
1394
+ begin
1395
+ te = p+1
1396
+ begin
1397
+ p = p - 1;
1398
+ cs = ((in_set? ? 89 : 71));
1399
+ begin
1400
+ stack[top] = cs
1401
+ top+= 1
1402
+ cs = 87
1403
+ _goto_level = _again
1404
+ next
1405
+ end
1406
+
1407
+ end
1408
+ end
1409
+ when 85 then
1410
+ begin
1411
+ te = p+1
1412
+ begin
1413
+ p = p - 1;
1414
+ cs = ((in_set? ? 89 : 71));
1415
+ begin
1416
+ stack[top] = cs
1417
+ top+= 1
1418
+ cs = 88
1419
+ _goto_level = _again
1420
+ next
1421
+ end
1422
+
1423
+ end
1424
+ end
1425
+ when 23 then
1426
+ begin
1427
+ te = p+1
1428
+ begin
1429
+ emit(:escape, :literal, copy(data, ts-1,te))
1430
+ begin
1431
+ top -= 1
1432
+ cs = stack[top]
1433
+ _goto_level = _again
1434
+ next
1435
+ end
1436
+
1437
+ end
1438
+ end
1439
+ when 91 then
1440
+ begin
1441
+ te = p
1442
+ p = p - 1; begin
1443
+ text = copy(data, ts-1,te)
1444
+ emit(:backref, :number, text)
1445
+ begin
1446
+ top -= 1
1447
+ cs = stack[top]
1448
+ _goto_level = _again
1449
+ next
1450
+ end
1451
+
1452
+ end
1453
+ end
1454
+ when 89 then
1455
+ begin
1456
+ te = p
1457
+ p = p - 1; begin
1458
+ emit(:escape, :octal, copy(data, ts-1,te))
1459
+ begin
1460
+ top -= 1
1461
+ cs = stack[top]
1462
+ _goto_level = _again
1463
+ next
1464
+ end
1465
+
1466
+ end
1467
+ end
1468
+ when 97 then
1469
+ begin
1470
+ te = p
1471
+ p = p - 1; begin
1472
+ emit(:escape, :hex, copy(data, ts-1,te))
1473
+ begin
1474
+ top -= 1
1475
+ cs = stack[top]
1476
+ _goto_level = _again
1477
+ next
1478
+ end
1479
+
1480
+ end
1481
+ end
1482
+ when 94 then
1483
+ begin
1484
+ te = p
1485
+ p = p - 1; begin
1486
+ emit_meta_control_sequence(data, ts, te, :control)
1487
+ begin
1488
+ top -= 1
1489
+ cs = stack[top]
1490
+ _goto_level = _again
1491
+ next
1492
+ end
1493
+
1494
+ end
1495
+ end
1496
+ when 96 then
1497
+ begin
1498
+ te = p
1499
+ p = p - 1; begin
1500
+ emit_meta_control_sequence(data, ts, te, :meta_sequence)
1501
+ begin
1502
+ top -= 1
1503
+ cs = stack[top]
1504
+ _goto_level = _again
1505
+ next
1506
+ end
1507
+
1508
+ end
1509
+ end
1510
+ when 87 then
1511
+ begin
1512
+ te = p
1513
+ p = p - 1; begin
1514
+ emit(:escape, :literal, copy(data, ts-1,te))
1515
+ begin
1516
+ top -= 1
1517
+ cs = stack[top]
1518
+ _goto_level = _again
1519
+ next
1520
+ end
1521
+
1522
+ end
1523
+ end
1524
+ when 22 then
1525
+ begin
1526
+ begin p = ((te))-1; end
1527
+ begin
1528
+ emit(:escape, :literal, copy(data, ts-1,te))
1529
+ begin
1530
+ top -= 1
1531
+ cs = stack[top]
1532
+ _goto_level = _again
1533
+ next
1534
+ end
1535
+
1536
+ end
1537
+ end
1538
+ when 88 then
1539
+ begin
1540
+ case act
1541
+ when 17 then
1542
+ begin begin p = ((te))-1; end
1543
+
1544
+ text = copy(data, ts-1,te)
1545
+ emit(:backref, :number, text)
1546
+ begin
1547
+ top -= 1
1548
+ cs = stack[top]
1549
+ _goto_level = _again
1550
+ next
1551
+ end
1552
+
1553
+ end
1554
+ when 18 then
1555
+ begin begin p = ((te))-1; end
1556
+
1557
+ emit(:escape, :octal, copy(data, ts-1,te))
1558
+ begin
1559
+ top -= 1
1560
+ cs = stack[top]
1561
+ _goto_level = _again
1562
+ next
1563
+ end
1564
+
1565
+ end
1566
+ end
1567
+ end
1568
+ when 32 then
1569
+ begin
1570
+ te = p+1
1571
+ begin
1572
+ text = copy(data, ts, te-1)
1573
+ text =~ /[^0]/ or raise ValidationError.for(:backref, 'condition', 'invalid ref ID')
1574
+ emit(:conditional, :condition, text)
1575
+ emit(:conditional, :condition_close, ')')
1576
+ end
1577
+ end
1578
+ when 99 then
1579
+ begin
1580
+ te = p+1
1581
+ begin
1582
+ p = p - 1;
1583
+ begin
1584
+ stack[top] = cs
1585
+ top+= 1
1586
+ cs = 71
1587
+ _goto_level = _again
1588
+ next
1589
+ end
1590
+
1591
+ end
1592
+ end
1593
+ when 100 then
1594
+ begin
1595
+ te = p
1596
+ p = p - 1; begin
1597
+ p = p - 1;
1598
+ begin
1599
+ stack[top] = cs
1600
+ top+= 1
1601
+ cs = 71
1602
+ _goto_level = _again
1603
+ next
1604
+ end
1605
+
1606
+ end
1607
+ end
1608
+ when 31 then
1609
+ begin
1610
+ begin p = ((te))-1; end
1611
+ begin
1612
+ p = p - 1;
1613
+ begin
1614
+ stack[top] = cs
1615
+ top+= 1
1616
+ cs = 71
1617
+ _goto_level = _again
1618
+ next
1619
+ end
1620
+
1621
+ end
1622
+ end
1623
+ when 38 then
1624
+ begin
1625
+ te = p+1
1626
+ begin
1627
+ emit(:meta, :dot, copy(data, ts, te))
1628
+ end
1629
+ end
1630
+ when 43 then
1631
+ begin
1632
+ te = p+1
1633
+ begin
1634
+ if conditional_stack.last == group_depth
1635
+ emit(:conditional, :separator, copy(data, ts, te))
1636
+ else
1637
+ emit(:meta, :alternation, copy(data, ts, te))
1638
+ end
1639
+ end
1640
+ end
1641
+ when 42 then
1642
+ begin
1643
+ te = p+1
1644
+ begin
1645
+ emit(:anchor, :bol, copy(data, ts, te))
1646
+ end
1647
+ end
1648
+ when 35 then
1649
+ begin
1650
+ te = p+1
1651
+ begin
1652
+ emit(:anchor, :eol, copy(data, ts, te))
1653
+ end
1654
+ end
1655
+ when 62 then
1656
+ begin
1657
+ te = p+1
1658
+ begin
1659
+ emit(:keep, :mark, copy(data, ts, te))
1660
+ end
1661
+ end
1662
+ when 61 then
1663
+ begin
1664
+ te = p+1
1665
+ begin
1666
+ case text = copy(data, ts, te)
1667
+ when '\A'; emit(:anchor, :bos, text)
1668
+ when '\z'; emit(:anchor, :eos, text)
1669
+ when '\Z'; emit(:anchor, :eos_ob_eol, text)
1670
+ when '\b'; emit(:anchor, :word_boundary, text)
1671
+ when '\B'; emit(:anchor, :nonword_boundary, text)
1672
+ when '\G'; emit(:anchor, :match_start, text)
1673
+ end
1674
+ end
1675
+ end
1676
+ when 41 then
1677
+ begin
1678
+ te = p+1
1679
+ begin
1680
+ append_literal(data, ts, te)
1681
+ end
1682
+ end
1683
+ when 51 then
1684
+ begin
1685
+ te = p+1
1686
+ begin
1687
+ text = copy(data, ts, te)
1688
+
1689
+ conditional_stack << group_depth
1690
+
1691
+ emit(:conditional, :open, text[0..-2])
1692
+ emit(:conditional, :condition_open, '(')
1693
+ begin
1694
+ stack[top] = cs
1695
+ top+= 1
1696
+ cs = 114
1697
+ _goto_level = _again
1698
+ next
1699
+ end
1700
+
1701
+ end
1702
+ end
1703
+ when 52 then
1704
+ begin
1705
+ te = p+1
1706
+ begin
1707
+ text = copy(data, ts, te)
1708
+ if text[2..-1] =~ /([^\-mixdau:]|^$)|-.*([dau])/
1709
+ raise ValidationError.for(:group_option, $1 || "-#{$2}", text)
1710
+ end
1711
+ emit_options(text)
1712
+ end
1713
+ end
1714
+ when 6 then
1715
+ begin
1716
+ te = p+1
1717
+ begin
1718
+ case text = copy(data, ts, te)
1719
+ when '(?='; emit(:assertion, :lookahead, text)
1720
+ when '(?!'; emit(:assertion, :nlookahead, text)
1721
+ when '(?<='; emit(:assertion, :lookbehind, text)
1722
+ when '(?<!'; emit(:assertion, :nlookbehind, text)
1723
+ end
1724
+ end
1725
+ end
1726
+ when 5 then
1727
+ begin
1728
+ te = p+1
1729
+ begin
1730
+ case text = copy(data, ts, te)
1731
+ when '(?:'; emit(:group, :passive, text)
1732
+ when '(?>'; emit(:group, :atomic, text)
1733
+ when '(?~'; emit(:group, :absence, text)
1734
+
1735
+ when /^\(\?(?:<>|'')/
1736
+ raise ValidationError.for(:group, 'named group', 'name is empty')
1737
+
1738
+ when /^\(\?<[^>]+>/
1739
+ emit(:group, :named_ab, text)
1740
+
1741
+ when /^\(\?'[^']+'/
1742
+ emit(:group, :named_sq, text)
1743
+
1744
+ end
1745
+ end
1746
+ end
1747
+ when 10 then
1748
+ begin
1749
+ te = p+1
1750
+ begin
1751
+ case text = copy(data, ts, te)
1752
+ when /^\\k(.)[^0-9\-][^+\-]*['>]$/
1753
+ emit(:backref, $1 == '<' ? :name_ref_ab : :name_ref_sq, text)
1754
+ when /^\\k(.)0*[1-9]\d*['>]$/
1755
+ emit(:backref, $1 == '<' ? :number_ref_ab : :number_ref_sq, text)
1756
+ when /^\\k(.)-0*[1-9]\d*['>]$/
1757
+ emit(:backref, $1 == '<' ? :number_rel_ref_ab : :number_rel_ref_sq, text)
1758
+ when /^\\k(.)[^0-9\-].*[+\-]\d+['>]$/
1759
+ emit(:backref, $1 == '<' ? :name_recursion_ref_ab : :name_recursion_ref_sq, text)
1760
+ when /^\\k(.)-?0*[1-9]\d*[+\-]\d+['>]$/
1761
+ emit(:backref, $1 == '<' ? :number_recursion_ref_ab : :number_recursion_ref_sq, text)
1762
+ else
1763
+ raise ValidationError.for(:backref, 'backreference', 'invalid ref ID')
1764
+ end
1765
+ end
1766
+ end
1767
+ when 9 then
1768
+ begin
1769
+ te = p+1
1770
+ begin
1771
+ case text = copy(data, ts, te)
1772
+ when /^\\g(.)[^0-9+\-].*['>]$/
1773
+ emit(:backref, $1 == '<' ? :name_call_ab : :name_call_sq, text)
1774
+ when /^\\g(.)(?:0|0*[1-9]\d*)['>]$/
1775
+ emit(:backref, $1 == '<' ? :number_call_ab : :number_call_sq, text)
1776
+ when /^\\g(.)[+-]0*[1-9]\d*/
1777
+ emit(:backref, $1 == '<' ? :number_rel_call_ab : :number_rel_call_sq, text)
1778
+ else
1779
+ raise ValidationError.for(:backref, 'subexpression call', 'invalid ref ID')
1780
+ end
1781
+ end
1782
+ end
1783
+ when 59 then
1784
+ begin
1785
+ te = p+1
1786
+ begin
1787
+ case text = copy(data, ts, te)
1788
+ when '?' ; emit(:quantifier, :zero_or_one, text)
1789
+ when '??'; emit(:quantifier, :zero_or_one_reluctant, text)
1790
+ when '?+'; emit(:quantifier, :zero_or_one_possessive, text)
1791
+ end
1792
+ end
1793
+ end
1794
+ when 55 then
1795
+ begin
1796
+ te = p+1
1797
+ begin
1798
+ case text = copy(data, ts, te)
1799
+ when '*' ; emit(:quantifier, :zero_or_more, text)
1800
+ when '*?'; emit(:quantifier, :zero_or_more_reluctant, text)
1801
+ when '*+'; emit(:quantifier, :zero_or_more_possessive, text)
1802
+ end
1803
+ end
1804
+ end
1805
+ when 57 then
1806
+ begin
1807
+ te = p+1
1808
+ begin
1809
+ case text = copy(data, ts, te)
1810
+ when '+' ; emit(:quantifier, :one_or_more, text)
1811
+ when '+?'; emit(:quantifier, :one_or_more_reluctant, text)
1812
+ when '++'; emit(:quantifier, :one_or_more_possessive, text)
1813
+ end
1814
+ end
1815
+ end
1816
+ when 12 then
1817
+ begin
1818
+ te = p+1
1819
+ begin
1820
+ emit(:quantifier, :interval, copy(data, ts, te))
1821
+ end
1822
+ end
1823
+ when 47 then
1824
+ begin
1825
+ te = p+1
1826
+ begin
1827
+ if free_spacing
1828
+ emit(:free_space, :comment, copy(data, ts, te))
1829
+ else
1830
+ # consume only the pound sign (#) and backtrack to do regular scanning
1831
+ append_literal(data, ts, ts + 1)
1832
+ begin p = (( ts + 1))-1; end
1833
+
1834
+ end
1835
+ end
1836
+ end
1837
+ when 50 then
1838
+ begin
1839
+ te = p
1840
+ p = p - 1; begin
1841
+ text = copy(data, ts, te)
1842
+ if text[2..-1] =~ /([^\-mixdau:]|^$)|-.*([dau])/
1843
+ raise ValidationError.for(:group_option, $1 || "-#{$2}", text)
1844
+ end
1845
+ emit_options(text)
1846
+ end
1847
+ end
1848
+ when 53 then
1849
+ begin
1850
+ te = p
1851
+ p = p - 1; begin
1852
+ case text = copy(data, ts, te)
1853
+ when '(?='; emit(:assertion, :lookahead, text)
1854
+ when '(?!'; emit(:assertion, :nlookahead, text)
1855
+ when '(?<='; emit(:assertion, :lookbehind, text)
1856
+ when '(?<!'; emit(:assertion, :nlookbehind, text)
1857
+ end
1858
+ end
1859
+ end
1860
+ when 48 then
1861
+ begin
1862
+ te = p
1863
+ p = p - 1; begin
1864
+ text = copy(data, ts, te)
1865
+ emit(:group, :capture, text)
1866
+ end
1867
+ end
1868
+ when 58 then
1869
+ begin
1870
+ te = p
1871
+ p = p - 1; begin
1872
+ case text = copy(data, ts, te)
1873
+ when '?' ; emit(:quantifier, :zero_or_one, text)
1874
+ when '??'; emit(:quantifier, :zero_or_one_reluctant, text)
1875
+ when '?+'; emit(:quantifier, :zero_or_one_possessive, text)
1876
+ end
1877
+ end
1878
+ end
1879
+ when 54 then
1880
+ begin
1881
+ te = p
1882
+ p = p - 1; begin
1883
+ case text = copy(data, ts, te)
1884
+ when '*' ; emit(:quantifier, :zero_or_more, text)
1885
+ when '*?'; emit(:quantifier, :zero_or_more_reluctant, text)
1886
+ when '*+'; emit(:quantifier, :zero_or_more_possessive, text)
1887
+ end
1888
+ end
1889
+ end
1890
+ when 56 then
1891
+ begin
1892
+ te = p
1893
+ p = p - 1; begin
1894
+ case text = copy(data, ts, te)
1895
+ when '+' ; emit(:quantifier, :one_or_more, text)
1896
+ when '+?'; emit(:quantifier, :one_or_more_reluctant, text)
1897
+ when '++'; emit(:quantifier, :one_or_more_possessive, text)
1898
+ end
1899
+ end
1900
+ end
1901
+ when 63 then
1902
+ begin
1903
+ te = p
1904
+ p = p - 1; begin
1905
+ append_literal(data, ts, te)
1906
+ end
1907
+ end
1908
+ when 60 then
1909
+ begin
1910
+ te = p
1911
+ p = p - 1; begin
1912
+ begin
1913
+ stack[top] = cs
1914
+ top+= 1
1915
+ cs = 99
1916
+ _goto_level = _again
1917
+ next
1918
+ end
1919
+
1920
+ end
1921
+ end
1922
+ when 46 then
1923
+ begin
1924
+ te = p
1925
+ p = p - 1; begin
1926
+ if free_spacing
1927
+ emit(:free_space, :comment, copy(data, ts, te))
1928
+ else
1929
+ # consume only the pound sign (#) and backtrack to do regular scanning
1930
+ append_literal(data, ts, ts + 1)
1931
+ begin p = (( ts + 1))-1; end
1932
+
1933
+ end
1934
+ end
1935
+ end
1936
+ when 45 then
1937
+ begin
1938
+ te = p
1939
+ p = p - 1; begin
1940
+ if free_spacing
1941
+ emit(:free_space, :whitespace, copy(data, ts, te))
1942
+ else
1943
+ append_literal(data, ts, te)
1944
+ end
1945
+ end
1946
+ end
1947
+ when 44 then
1948
+ begin
1949
+ te = p
1950
+ p = p - 1; begin
1951
+ append_literal(data, ts, te)
1952
+ end
1953
+ end
1954
+ when 3 then
1955
+ begin
1956
+ begin p = ((te))-1; end
1957
+ begin
1958
+ text = copy(data, ts, te)
1959
+ if text[2..-1] =~ /([^\-mixdau:]|^$)|-.*([dau])/
1960
+ raise ValidationError.for(:group_option, $1 || "-#{$2}", text)
1961
+ end
1962
+ emit_options(text)
1963
+ end
1964
+ end
1965
+ when 11 then
1966
+ begin
1967
+ begin p = ((te))-1; end
1968
+ begin
1969
+ append_literal(data, ts, te)
1970
+ end
1971
+ end
1972
+ when 8 then
1973
+ begin
1974
+ begin p = ((te))-1; end
1975
+ begin
1976
+ begin
1977
+ stack[top] = cs
1978
+ top+= 1
1979
+ cs = 99
1980
+ _goto_level = _again
1981
+ next
1982
+ end
1983
+
1984
+ end
1985
+ end
1986
+ when 1 then
1987
+ begin
1988
+ case act
1989
+ when 0 then
1990
+ begin begin
1991
+ cs = 0
1992
+ _goto_level = _again
1993
+ next
1994
+ end
1995
+ end
1996
+ when 42 then
1997
+ begin begin p = ((te))-1; end
1998
+
1999
+ text = copy(data, ts, te)
2000
+ if text[2..-1] =~ /([^\-mixdau:]|^$)|-.*([dau])/
2001
+ raise ValidationError.for(:group_option, $1 || "-#{$2}", text)
2002
+ end
2003
+ emit_options(text)
2004
+ end
2005
+ when 43 then
2006
+ begin begin p = ((te))-1; end
2007
+
2008
+ case text = copy(data, ts, te)
2009
+ when '(?='; emit(:assertion, :lookahead, text)
2010
+ when '(?!'; emit(:assertion, :nlookahead, text)
2011
+ when '(?<='; emit(:assertion, :lookbehind, text)
2012
+ when '(?<!'; emit(:assertion, :nlookbehind, text)
2013
+ end
2014
+ end
2015
+ when 57 then
2016
+ begin begin p = ((te))-1; end
2017
+
2018
+ append_literal(data, ts, te)
2019
+ end
2020
+ end
2021
+ end
2022
+ when 75 then
2023
+ begin
2024
+
2025
+ text = copy(data, ts ? ts-1 : 0,-1)
2026
+ raise PrematureEndError.new(text)
2027
+ end
2028
+ begin
2029
+ te = p
2030
+ p = p - 1; begin
2031
+ emit(:set, :open, '[')
2032
+ begin
2033
+ stack[top] = cs
2034
+ top+= 1
2035
+ cs = 89
2036
+ _goto_level = _again
2037
+ next
2038
+ end
2039
+
2040
+ end
2041
+ end
2042
+ when 19 then
2043
+ begin
2044
+
2045
+ text = copy(data, ts ? ts-1 : 0,-1)
2046
+ raise PrematureEndError.new(text)
2047
+ end
2048
+ begin
2049
+ begin p = ((te))-1; end
2050
+ begin
2051
+ emit(:set, :open, '[')
2052
+ begin
2053
+ stack[top] = cs
2054
+ top+= 1
2055
+ cs = 89
2056
+ _goto_level = _again
2057
+ next
2058
+ end
2059
+
2060
+ end
2061
+ end
2062
+ when 93 then
2063
+ begin
2064
+
2065
+ text = copy(data, ts ? ts-1 : 0,-1)
2066
+ raise PrematureEndError.new(text)
2067
+ end
2068
+ begin
2069
+ te = p
2070
+ p = p - 1; begin
2071
+ emit_meta_control_sequence(data, ts, te, :control)
2072
+ begin
2073
+ top -= 1
2074
+ cs = stack[top]
2075
+ _goto_level = _again
2076
+ next
2077
+ end
2078
+
2079
+ end
2080
+ end
2081
+ when 95 then
2082
+ begin
2083
+
2084
+ text = copy(data, ts ? ts-1 : 0,-1)
2085
+ raise PrematureEndError.new(text)
2086
+ end
2087
+ begin
2088
+ te = p
2089
+ p = p - 1; begin
2090
+ emit_meta_control_sequence(data, ts, te, :meta_sequence)
2091
+ begin
2092
+ top -= 1
2093
+ cs = stack[top]
2094
+ _goto_level = _again
2095
+ next
2096
+ end
2097
+
2098
+ end
2099
+ end
2100
+ when 26 then
2101
+ begin
2102
+
2103
+ text = copy(data, ts ? ts-1 : 0,-1)
2104
+ raise PrematureEndError.new(text)
2105
+ end
2106
+ begin
2107
+ begin p = ((te))-1; end
2108
+ begin
2109
+ emit_meta_control_sequence(data, ts, te, :control)
2110
+ begin
2111
+ top -= 1
2112
+ cs = stack[top]
2113
+ _goto_level = _again
2114
+ next
2115
+ end
2116
+
2117
+ end
2118
+ end
2119
+ when 28 then
2120
+ begin
2121
+
2122
+ text = copy(data, ts ? ts-1 : 0,-1)
2123
+ raise PrematureEndError.new(text)
2124
+ end
2125
+ begin
2126
+ begin p = ((te))-1; end
2127
+ begin
2128
+ emit_meta_control_sequence(data, ts, te, :meta_sequence)
2129
+ begin
2130
+ top -= 1
2131
+ cs = stack[top]
2132
+ _goto_level = _again
2133
+ next
2134
+ end
2135
+
2136
+ end
2137
+ end
2138
+ when 30 then
2139
+ begin
2140
+
2141
+ text = copy(data, ts ? ts-1 : 0,-1)
2142
+ raise ValidationError.for(:sequence, 'sequence', text)
2143
+ end
2144
+ begin
2145
+ te = p+1
2146
+ begin
2147
+ begin
2148
+ top -= 1
2149
+ cs = stack[top]
2150
+ _goto_level = _again
2151
+ next
2152
+ end
2153
+
2154
+ end
2155
+ end
2156
+ when 4 then
2157
+ begin
2158
+ self.group_depth = group_depth - 1 end
2159
+ begin
2160
+ te = p+1
2161
+ begin
2162
+ emit(:group, :comment, copy(data, ts, te))
2163
+ end
2164
+ end
2165
+ when 37 then
2166
+ begin
2167
+ self.group_depth = group_depth - 1 end
2168
+ begin
2169
+ te = p+1
2170
+ begin
2171
+ if conditional_stack.last == group_depth + 1
2172
+ conditional_stack.pop
2173
+ emit(:conditional, :close, ')')
2174
+ elsif group_depth >= 0
2175
+ if spacing_stack.length > 1 &&
2176
+ spacing_stack.last[:depth] == group_depth + 1
2177
+ spacing_stack.pop
2178
+ self.free_spacing = spacing_stack.last[:free_spacing]
2179
+ end
2180
+
2181
+ emit(:group, :close, ')')
2182
+ else
2183
+ raise ValidationError.for(:group, 'group', 'unmatched close parenthesis')
2184
+ end
2185
+ end
2186
+ end
2187
+ when 39 then
2188
+ begin
2189
+ self.set_depth = set_depth + 1 end
2190
+ begin
2191
+ te = p+1
2192
+ begin
2193
+ emit(:set, :open, copy(data, ts, te))
2194
+ begin
2195
+ stack[top] = cs
2196
+ top+= 1
2197
+ cs = 89
2198
+ _goto_level = _again
2199
+ next
2200
+ end
2201
+
2202
+ end
2203
+ end
2204
+ when 69 then
2205
+ begin
2206
+ self.set_depth = set_depth - 1 end
2207
+ begin
2208
+ te = p+1
2209
+ begin
2210
+ emit(:set, :close, copy(data, ts, te))
2211
+ if in_set?
2212
+ begin
2213
+ top -= 1
2214
+ cs = stack[top]
2215
+ _goto_level = _again
2216
+ next
2217
+ end
2218
+
2219
+ else
2220
+ begin
2221
+ cs = 71
2222
+ _goto_level = _again
2223
+ next
2224
+ end
2225
+
2226
+ end
2227
+ end
2228
+ end
2229
+ when 74 then
2230
+ begin
2231
+ self.set_depth = set_depth - 1 end
2232
+ begin
2233
+ te = p+1
2234
+ begin # special case, emits two tokens
2235
+ emit(:literal, :literal, '-')
2236
+ emit(:set, :close, ']')
2237
+ if in_set?
2238
+ begin
2239
+ top -= 1
2240
+ cs = stack[top]
2241
+ _goto_level = _again
2242
+ next
2243
+ end
2244
+
2245
+ else
2246
+ begin
2247
+ cs = 71
2248
+ _goto_level = _again
2249
+ next
2250
+ end
2251
+
2252
+ end
2253
+ end
2254
+ end
2255
+ when 21 then
2256
+ begin
2257
+ self.set_depth = set_depth - 1 end
2258
+ begin
2259
+ te = p+1
2260
+ begin
2261
+ text = copy(data, ts, te)
2262
+
2263
+ type = :posixclass
2264
+ class_name = text[2..-3]
2265
+ if class_name[0] == '^'
2266
+ class_name = class_name[1..-1]
2267
+ type = :nonposixclass
2268
+ end
2269
+
2270
+ unless self.class.posix_classes.include?(class_name)
2271
+ raise ValidationError.for(:posix_class, text)
2272
+ end
2273
+
2274
+ emit(type, class_name.to_sym, text)
2275
+ end
2276
+ end
2277
+ when 67 then
2278
+ begin
2279
+ te = p+1
2280
+ end
2281
+ begin
2282
+ self.set_depth = set_depth + 1 end
2283
+ when 83 then
2284
+ begin
2285
+ te = p+1
2286
+ end
2287
+ begin
2288
+ act = 17; end
2289
+ when 82 then
2290
+ begin
2291
+ te = p+1
2292
+ end
2293
+ begin
2294
+ act = 18; end
2295
+ when 49 then
2296
+ begin
2297
+ te = p+1
2298
+ end
2299
+ begin
2300
+ act = 42; end
2301
+ when 7 then
2302
+ begin
2303
+ te = p+1
2304
+ end
2305
+ begin
2306
+ act = 43; end
2307
+ when 2 then
2308
+ begin
2309
+ te = p+1
2310
+ end
2311
+ begin
2312
+ act = 57; end
2313
+ end
2314
+ end
2315
+ end
2316
+ if _goto_level <= _again
2317
+ case _re_scanner_to_state_actions[cs]
2318
+ when 64 then
2319
+ begin
2320
+ ts = nil; end
2321
+ when 33 then
2322
+ begin
2323
+ ts = nil; end
2324
+ begin
2325
+ act = 0
2326
+ end
2327
+ end
2328
+
2329
+ if cs == 0
2330
+ _goto_level = _out
2331
+ next
2332
+ end
2333
+ p += 1
2334
+ if p != pe
2335
+ _goto_level = _resume
2336
+ next
2337
+ end
2338
+ end
2339
+ if _goto_level <= _test_eof
2340
+ if p == eof
2341
+ if _re_scanner_eof_trans[cs] > 0
2342
+ _trans = _re_scanner_eof_trans[cs] - 1;
2343
+ _goto_level = _eof_trans
2344
+ next;
2345
+ end
2346
+ case _re_scanner_eof_actions[cs]
2347
+ when 13 then
2348
+ begin
2349
+
2350
+ raise PrematureEndError.new('unicode property')
2351
+ end
2352
+ when 24 then
2353
+ begin
2354
+
2355
+ text = copy(data, ts ? ts-1 : 0,-1)
2356
+ raise PrematureEndError.new(text)
2357
+ end
2358
+ end
2359
+ end
2360
+
2361
+ end
2362
+ if _goto_level <= _out
2363
+ break
2364
+ end
2365
+ end
2366
+ end
2367
+
2368
+ # to avoid "warning: assigned but unused variable - testEof"
2369
+ testEof = testEof
2370
+
2371
+ if cs == re_scanner_error
2372
+ text = copy(data, ts ? ts-1 : 0,-1)
2373
+ raise ScannerError.new("Scan error at '#{text}'")
2374
+ end
2375
+
2376
+ raise PrematureEndError.new("(missing group closing paranthesis) "+
2377
+ "[#{group_depth}]") if in_group?
2378
+ raise PrematureEndError.new("(missing set closing bracket) "+
2379
+ "[#{set_depth}]") if in_set?
2380
+
2381
+ # when the entire expression is a literal run
2382
+ emit_literal if literal_run
2383
+
2384
+ tokens
2385
+ end
2386
+
2387
+ # lazy-load property maps when first needed
2388
+ def self.short_prop_map
2389
+ @short_prop_map ||= parse_prop_map('short')
2390
+ end
2391
+
2392
+ def self.long_prop_map
2393
+ @long_prop_map ||= parse_prop_map('long')
2394
+ end
2395
+
2396
+ def self.parse_prop_map(name)
2397
+ File.read("#{__dir__}/scanner/properties/#{name}.csv").scan(/(.+),(.+)/).to_h
2398
+ end
2399
+
2400
+ def self.posix_classes
2401
+ %w[alnum alpha ascii blank cntrl digit graph
2402
+ lower print punct space upper word xdigit]
2403
+ end
2404
+
2405
+ # Emits an array with the details of the scanned pattern
2406
+ def emit(type, token, text)
2407
+ #puts "EMIT: type: #{type}, token: #{token}, text: #{text}, ts: #{ts}, te: #{te}"
2408
+
2409
+ emit_literal if literal_run
2410
+
2411
+ # Ragel runs with byte-based indices (ts, te). These are of little value to
2412
+ # end-users, so we keep track of char-based indices and emit those instead.
2413
+ ts_char_pos = char_pos
2414
+ te_char_pos = char_pos + text.length
2415
+
2416
+ tok = [type, token, text, ts_char_pos, te_char_pos]
2417
+
2418
+ self.prev_token = tok
2419
+
2420
+ self.char_pos = te_char_pos
2421
+
2422
+ if block
2423
+ block.call type, token, text, ts_char_pos, te_char_pos
2424
+ # TODO: in v3.0.0,remove `collect_tokens:` kwarg and only collect if no block given
2425
+ tokens << tok if collect_tokens
2426
+ elsif collect_tokens
2427
+ tokens << tok
2428
+ end
2429
+ end
2430
+
2431
+ attr_accessor :literal_run # only public for #||= to work on ruby <= 2.5
2432
+
2433
+ private
2434
+
2435
+ attr_accessor :block,
2436
+ :collect_tokens, :tokens, :prev_token,
2437
+ :free_spacing, :spacing_stack,
2438
+ :group_depth, :set_depth, :conditional_stack,
2439
+ :char_pos
2440
+
2441
+ def free_spacing?(input_object, options)
2442
+ if options && !input_object.is_a?(String)
2443
+ raise ArgumentError, 'options cannot be supplied unless scanning a String'
2444
+ end
2445
+
2446
+ options = input_object.options if input_object.is_a?(::Regexp)
2447
+
2448
+ return false unless options
2449
+
2450
+ options & Regexp::EXTENDED != 0
2451
+ end
2452
+
2453
+ def in_group?
2454
+ group_depth > 0
2455
+ end
2456
+
2457
+ def in_set?
2458
+ set_depth > 0
2459
+ end
2460
+
2461
+ # Copy from ts to te from data as text
2462
+ def copy(data, ts, te)
2463
+ data[ts...te].pack('c*').force_encoding('utf-8')
2464
+ end
2465
+
2466
+ # Appends one or more characters to the literal buffer, to be emitted later
2467
+ # by a call to emit_literal.
2468
+ def append_literal(data, ts, te)
2469
+ (self.literal_run ||= []) << copy(data, ts, te)
2470
+ end
2471
+
2472
+ # Emits the literal run collected by calls to the append_literal method.
2473
+ def emit_literal
2474
+ text = literal_run.join
2475
+ self.literal_run = nil
2476
+ emit(:literal, :literal, text)
2477
+ end
2478
+
2479
+ def emit_options(text)
2480
+ token = nil
2481
+
2482
+ # Ruby allows things like '(?-xxxx)' or '(?xx-xx--xx-:abc)'.
2483
+ text =~ /\(\?([mixdau]*)(-(?:[mix]*))*(:)?/
2484
+ positive, negative, group_local = $1,$2,$3
2485
+
2486
+ if positive.include?('x')
2487
+ self.free_spacing = true
2488
+ end
2489
+
2490
+ # If the x appears in both, treat it like ruby does, the second cancels
2491
+ # the first.
2492
+ if negative && negative.include?('x')
2493
+ self.free_spacing = false
2494
+ end
2495
+
2496
+ if group_local
2497
+ spacing_stack << {:free_spacing => free_spacing, :depth => group_depth}
2498
+ token = :options
2499
+ else
2500
+ # switch for parent group level
2501
+ spacing_stack.last[:free_spacing] = free_spacing
2502
+ token = :options_switch
2503
+ end
2504
+
2505
+ emit(:group, token, text)
2506
+ end
2507
+
2508
+ def emit_meta_control_sequence(data, ts, te, token)
2509
+ if data.last < 0x00 || data.last > 0x7F
2510
+ raise ValidationError.for(:sequence, 'escape', token.to_s)
2511
+ end
2512
+ emit(:escape, token, copy(data, ts-1,te))
2513
+ end
2514
+ end # module Regexp::Scanner