call_your_name 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1637) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +3 -0
  3. data/.rubocop.yml +13 -0
  4. data/CHANGELOG.md +5 -0
  5. data/CODE_OF_CONDUCT.md +84 -0
  6. data/Gemfile +12 -0
  7. data/Gemfile.lock +57 -0
  8. data/LICENSE.txt +21 -0
  9. data/README.md +39 -0
  10. data/Rakefile +12 -0
  11. data/lib/call_your_name/version.rb +5 -0
  12. data/lib/call_your_name.rb +10 -0
  13. data/sig/call_your_name.rbs +4 -0
  14. data/vendor/bundle/ruby/3.1.0/bin/htmldiff +29 -0
  15. data/vendor/bundle/ruby/3.1.0/bin/ldiff +29 -0
  16. data/vendor/bundle/ruby/3.1.0/bin/rake +29 -0
  17. data/vendor/bundle/ruby/3.1.0/bin/rspec +29 -0
  18. data/vendor/bundle/ruby/3.1.0/bin/rubocop +29 -0
  19. data/vendor/bundle/ruby/3.1.0/bin/ruby-parse +29 -0
  20. data/vendor/bundle/ruby/3.1.0/bin/ruby-rewrite +29 -0
  21. data/vendor/bundle/ruby/3.1.0/cache/ast-2.4.2.gem +0 -0
  22. data/vendor/bundle/ruby/3.1.0/cache/diff-lcs-1.5.0.gem +0 -0
  23. data/vendor/bundle/ruby/3.1.0/cache/json-2.6.3.gem +0 -0
  24. data/vendor/bundle/ruby/3.1.0/cache/parallel-1.22.1.gem +0 -0
  25. data/vendor/bundle/ruby/3.1.0/cache/parser-3.2.2.0.gem +0 -0
  26. data/vendor/bundle/ruby/3.1.0/cache/rainbow-3.1.1.gem +0 -0
  27. data/vendor/bundle/ruby/3.1.0/cache/rake-13.0.6.gem +0 -0
  28. data/vendor/bundle/ruby/3.1.0/cache/regexp_parser-2.7.0.gem +0 -0
  29. data/vendor/bundle/ruby/3.1.0/cache/rexml-3.2.5.gem +0 -0
  30. data/vendor/bundle/ruby/3.1.0/cache/rspec-3.12.0.gem +0 -0
  31. data/vendor/bundle/ruby/3.1.0/cache/rspec-core-3.12.1.gem +0 -0
  32. data/vendor/bundle/ruby/3.1.0/cache/rspec-expectations-3.12.2.gem +0 -0
  33. data/vendor/bundle/ruby/3.1.0/cache/rspec-mocks-3.12.5.gem +0 -0
  34. data/vendor/bundle/ruby/3.1.0/cache/rspec-support-3.12.0.gem +0 -0
  35. data/vendor/bundle/ruby/3.1.0/cache/rubocop-1.48.1.gem +0 -0
  36. data/vendor/bundle/ruby/3.1.0/cache/rubocop-ast-1.28.0.gem +0 -0
  37. data/vendor/bundle/ruby/3.1.0/cache/ruby-progressbar-1.13.0.gem +0 -0
  38. data/vendor/bundle/ruby/3.1.0/cache/unicode-display_width-2.4.2.gem +0 -0
  39. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-darwin-21/3.1.0/json-2.6.3/gem.build_complete +0 -0
  40. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-darwin-21/3.1.0/json-2.6.3/gem_make.out +13 -0
  41. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-darwin-21/3.1.0/json-2.6.3/json/ext/generator.bundle +0 -0
  42. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-darwin-21/3.1.0/json-2.6.3/json/ext/parser.bundle +0 -0
  43. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-darwin-21/3.1.0/json-2.6.3/mkmf.log +113 -0
  44. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/LICENSE.MIT +20 -0
  45. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/README.YARD.md +12 -0
  46. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast/node.rb +268 -0
  47. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast/processor/mixin.rb +288 -0
  48. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast/processor.rb +12 -0
  49. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast/sexp.rb +30 -0
  50. data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.2/lib/ast.rb +17 -0
  51. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/.rspec +1 -0
  52. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/Code-of-Conduct.md +74 -0
  53. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/Contributing.md +119 -0
  54. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/History.md +400 -0
  55. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/License.md +39 -0
  56. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/Manifest.txt +59 -0
  57. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/README.rdoc +84 -0
  58. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/Rakefile +121 -0
  59. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/bin/htmldiff +35 -0
  60. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/bin/ldiff +9 -0
  61. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/docs/COPYING.txt +339 -0
  62. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/docs/artistic.txt +127 -0
  63. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/array.rb +7 -0
  64. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/backports.rb +9 -0
  65. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/block.rb +37 -0
  66. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/callbacks.rb +325 -0
  67. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/change.rb +174 -0
  68. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/htmldiff.rb +150 -0
  69. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/hunk.rb +358 -0
  70. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/internals.rb +308 -0
  71. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/ldiff.rb +171 -0
  72. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs/string.rb +5 -0
  73. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff/lcs.rb +739 -0
  74. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/lib/diff-lcs.rb +3 -0
  75. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/change_spec.rb +89 -0
  76. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/diff_spec.rb +51 -0
  77. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/aX +1 -0
  78. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/bXaX +1 -0
  79. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ds1.csv +50 -0
  80. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ds2.csv +51 -0
  81. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff +4 -0
  82. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-c +7 -0
  83. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-e +3 -0
  84. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-f +3 -0
  85. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-u +5 -0
  86. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef +4 -0
  87. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-c +15 -0
  88. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-e +3 -0
  89. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-f +3 -0
  90. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-u +9 -0
  91. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2 +7 -0
  92. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-c +20 -0
  93. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-d +7 -0
  94. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-e +7 -0
  95. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-f +7 -0
  96. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-u +16 -0
  97. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/new-chef +4 -0
  98. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/new-chef2 +17 -0
  99. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/old-chef +4 -0
  100. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/fixtures/old-chef2 +14 -0
  101. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/hunk_spec.rb +83 -0
  102. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/issues_spec.rb +154 -0
  103. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/lcs_spec.rb +56 -0
  104. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/ldiff_spec.rb +87 -0
  105. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/patch_spec.rb +416 -0
  106. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/sdiff_spec.rb +214 -0
  107. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/spec_helper.rb +374 -0
  108. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/traverse_balanced_spec.rb +310 -0
  109. data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/traverse_sequences_spec.rb +137 -0
  110. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/CHANGES.md +457 -0
  111. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/LICENSE +56 -0
  112. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/README.md +425 -0
  113. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/VERSION +1 -0
  114. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/Makefile +203 -0
  115. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/fbuffer/fbuffer.h +187 -0
  116. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
  117. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/Makefile +269 -0
  118. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/depend +1 -0
  119. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/extconf.rb +4 -0
  120. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/generator.bundle +0 -0
  121. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/generator.c +1608 -0
  122. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/generator.h +174 -0
  123. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/generator/generator.o +0 -0
  124. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
  125. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/Makefile +269 -0
  126. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/depend +1 -0
  127. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/extconf.rb +32 -0
  128. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/parser.bundle +0 -0
  129. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/parser.c +3347 -0
  130. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/parser.h +96 -0
  131. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/parser.o +0 -0
  132. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/ext/parser/parser.rl +986 -0
  133. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/ext/json/extconf.rb +3 -0
  134. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/json.gemspec +67 -0
  135. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/bigdecimal.rb +29 -0
  136. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/complex.rb +28 -0
  137. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/core.rb +12 -0
  138. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/date.rb +34 -0
  139. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/date_time.rb +50 -0
  140. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/exception.rb +31 -0
  141. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/ostruct.rb +31 -0
  142. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/range.rb +29 -0
  143. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/rational.rb +27 -0
  144. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/regexp.rb +30 -0
  145. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/set.rb +29 -0
  146. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/struct.rb +30 -0
  147. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/symbol.rb +25 -0
  148. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/add/time.rb +38 -0
  149. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/common.rb +703 -0
  150. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/ext/generator.bundle +0 -0
  151. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/ext/parser.bundle +0 -0
  152. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/ext.rb +15 -0
  153. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/generic_object.rb +71 -0
  154. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/pure/generator.rb +479 -0
  155. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/pure/parser.rb +337 -0
  156. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/pure.rb +15 -0
  157. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json/version.rb +9 -0
  158. data/vendor/bundle/ruby/3.1.0/gems/json-2.6.3/lib/json.rb +583 -0
  159. data/vendor/bundle/ruby/3.1.0/gems/parallel-1.22.1/MIT-LICENSE.txt +20 -0
  160. data/vendor/bundle/ruby/3.1.0/gems/parallel-1.22.1/lib/parallel/processor_count.rb +44 -0
  161. data/vendor/bundle/ruby/3.1.0/gems/parallel-1.22.1/lib/parallel/version.rb +4 -0
  162. data/vendor/bundle/ruby/3.1.0/gems/parallel-1.22.1/lib/parallel.rb +612 -0
  163. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/LICENSE.txt +25 -0
  164. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/bin/ruby-parse +7 -0
  165. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/bin/ruby-rewrite +7 -0
  166. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/gauntlet_parser.rb +123 -0
  167. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/all.rb +16 -0
  168. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ast/node.rb +40 -0
  169. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ast/processor.rb +291 -0
  170. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/base.rb +291 -0
  171. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/builders/default.rb +2322 -0
  172. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/clobbering_error.rb +13 -0
  173. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/color.rb +32 -0
  174. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/context.rb +49 -0
  175. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/current.rb +128 -0
  176. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/current_arg_stack.rb +46 -0
  177. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/deprecation.rb +13 -0
  178. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/diagnostic/engine.rb +104 -0
  179. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/diagnostic.rb +163 -0
  180. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer/dedenter.rb +88 -0
  181. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer/explanation.rb +55 -0
  182. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer/literal.rb +269 -0
  183. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer/stack_state.rb +49 -0
  184. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer-F0.rb +12870 -0
  185. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer-F1.rb +14814 -0
  186. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/lexer-strings.rb +5424 -0
  187. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/macruby.rb +9632 -0
  188. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/max_numparam_stack.rb +56 -0
  189. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/messages.rb +120 -0
  190. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/meta.rb +40 -0
  191. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/rewriter.rb +105 -0
  192. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby18.rb +9270 -0
  193. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby19.rb +9556 -0
  194. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby20.rb +10227 -0
  195. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby21.rb +10201 -0
  196. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby22.rb +10300 -0
  197. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby23.rb +10320 -0
  198. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby24.rb +10452 -0
  199. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby25.rb +10372 -0
  200. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby26.rb +10350 -0
  201. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby27.rb +11945 -0
  202. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby30.rb +12241 -0
  203. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby31.rb +12714 -0
  204. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby32.rb +12702 -0
  205. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/ruby33.rb +12702 -0
  206. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/rubymotion.rb +9513 -0
  207. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/runner/ruby_parse.rb +157 -0
  208. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/runner/ruby_rewrite.rb +101 -0
  209. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/runner.rb +293 -0
  210. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/buffer.rb +364 -0
  211. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/comment/associator.rb +233 -0
  212. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/comment.rb +134 -0
  213. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/collection.rb +18 -0
  214. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/condition.rb +21 -0
  215. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/constant.rb +32 -0
  216. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/definition.rb +23 -0
  217. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/for.rb +19 -0
  218. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/heredoc.rb +19 -0
  219. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/index.rb +33 -0
  220. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/keyword.rb +20 -0
  221. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/method_definition.rb +25 -0
  222. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/objc_kwarg.rb +19 -0
  223. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/operator.rb +17 -0
  224. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/rescue_body.rb +21 -0
  225. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/send.rb +36 -0
  226. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/ternary.rb +18 -0
  227. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map/variable.rb +31 -0
  228. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/map.rb +186 -0
  229. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/range.rb +326 -0
  230. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/rewriter/action.rb +44 -0
  231. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/rewriter.rb +513 -0
  232. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/tree_rewriter/action.rb +242 -0
  233. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/source/tree_rewriter.rb +431 -0
  234. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/static_environment.rb +87 -0
  235. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/syntax_error.rb +21 -0
  236. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/tree_rewriter.rb +133 -0
  237. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/variables_stack.rb +36 -0
  238. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser/version.rb +5 -0
  239. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/lib/parser.rb +90 -0
  240. data/vendor/bundle/ruby/3.1.0/gems/parser-3.2.2.0/parser.gemspec +43 -0
  241. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/Changelog.md +101 -0
  242. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/LICENSE +20 -0
  243. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/README.markdown +227 -0
  244. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/color.rb +150 -0
  245. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/ext/string.rb +64 -0
  246. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/global.rb +25 -0
  247. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/null_presenter.rb +100 -0
  248. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/presenter.rb +144 -0
  249. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/refinement.rb +14 -0
  250. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/string_utils.rb +22 -0
  251. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/version.rb +5 -0
  252. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/wrapper.rb +22 -0
  253. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/x11_color_names.rb +153 -0
  254. data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow.rb +13 -0
  255. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/History.rdoc +2403 -0
  256. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/MIT-LICENSE +21 -0
  257. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/README.rdoc +155 -0
  258. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/command_line_usage.rdoc +158 -0
  259. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/Rakefile1 +38 -0
  260. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/Rakefile2 +35 -0
  261. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/a.c +6 -0
  262. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/b.c +6 -0
  263. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/main.c +11 -0
  264. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/glossary.rdoc +42 -0
  265. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/jamis.rb +592 -0
  266. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/proto_rake.rdoc +127 -0
  267. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rake.1 +156 -0
  268. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rakefile.rdoc +622 -0
  269. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rational.rdoc +151 -0
  270. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/exe/rake +27 -0
  271. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/application.rb +831 -0
  272. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/backtrace.rb +24 -0
  273. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/clean.rb +78 -0
  274. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/cloneable.rb +17 -0
  275. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/cpu_counter.rb +107 -0
  276. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/default_loader.rb +15 -0
  277. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/dsl_definition.rb +195 -0
  278. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/early_time.rb +22 -0
  279. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/ext/core.rb +26 -0
  280. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/ext/string.rb +176 -0
  281. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_creation_task.rb +25 -0
  282. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_list.rb +435 -0
  283. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_task.rb +54 -0
  284. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_utils.rb +134 -0
  285. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb +134 -0
  286. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/invocation_chain.rb +57 -0
  287. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb +17 -0
  288. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/late_time.rb +18 -0
  289. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/linked_list.rb +112 -0
  290. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/loaders/makefile.rb +54 -0
  291. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/multi_task.rb +14 -0
  292. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/name_space.rb +38 -0
  293. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/packagetask.rb +222 -0
  294. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/phony.rb +16 -0
  295. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/private_reader.rb +21 -0
  296. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/promise.rb +100 -0
  297. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/pseudo_status.rb +30 -0
  298. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rake_module.rb +67 -0
  299. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb +27 -0
  300. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb +20 -0
  301. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/scope.rb +43 -0
  302. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task.rb +434 -0
  303. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_argument_error.rb +8 -0
  304. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_arguments.rb +109 -0
  305. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_manager.rb +331 -0
  306. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/tasklib.rb +12 -0
  307. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/testtask.rb +189 -0
  308. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/thread_history_display.rb +49 -0
  309. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/thread_pool.rb +163 -0
  310. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/trace_output.rb +23 -0
  311. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/version.rb +10 -0
  312. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/win32.rb +51 -0
  313. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake.rb +71 -0
  314. data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/rake.gemspec +100 -0
  315. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/CHANGELOG.md +632 -0
  316. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/Gemfile +15 -0
  317. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/LICENSE +22 -0
  318. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/README.md +503 -0
  319. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/Rakefile +23 -0
  320. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/error.rb +4 -0
  321. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/base.rb +83 -0
  322. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/alternation.rb +10 -0
  323. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/anchor.rb +24 -0
  324. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/backreference.rb +77 -0
  325. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/character_set/intersection.rb +9 -0
  326. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/character_set/range.rb +24 -0
  327. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/character_set.rb +27 -0
  328. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/character_type.rb +17 -0
  329. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/conditional.rb +76 -0
  330. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/escape_sequence.rb +100 -0
  331. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/free_space.rb +15 -0
  332. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/group.rb +95 -0
  333. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/keep.rb +7 -0
  334. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/literal.rb +3 -0
  335. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/posix_class.rb +11 -0
  336. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/root.rb +9 -0
  337. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/classes/unicode_property.rb +119 -0
  338. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/construct.rb +43 -0
  339. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/human_name.rb +43 -0
  340. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/match.rb +13 -0
  341. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/match_length.rb +176 -0
  342. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/options.rb +35 -0
  343. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/strfregexp.rb +114 -0
  344. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/tests.rb +106 -0
  345. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/methods/traverse.rb +67 -0
  346. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/quantifier.rb +71 -0
  347. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/sequence.rb +35 -0
  348. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/sequence_operation.rb +25 -0
  349. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/shared.rb +98 -0
  350. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression/subexpression.rb +65 -0
  351. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/expression.rb +34 -0
  352. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/lexer.rb +161 -0
  353. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/parser.rb +596 -0
  354. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner/char_type.rl +28 -0
  355. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner/properties/long.csv +622 -0
  356. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner/properties/short.csv +246 -0
  357. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner/property.rl +30 -0
  358. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner/scanner.rl +914 -0
  359. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/scanner.rb +2715 -0
  360. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/any.rb +10 -0
  361. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/base.rb +120 -0
  362. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/anchor.rb +15 -0
  363. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/assertion.rb +13 -0
  364. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/backreference.rb +30 -0
  365. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/character_set.rb +13 -0
  366. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/character_type.rb +16 -0
  367. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/conditional.rb +16 -0
  368. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/escape.rb +31 -0
  369. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/group.rb +23 -0
  370. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/keep.rb +12 -0
  371. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/meta.rb +13 -0
  372. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/posix_class.rb +17 -0
  373. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/quantifier.rb +35 -0
  374. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token/unicode_property.rb +717 -0
  375. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/token.rb +45 -0
  376. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/version_lookup.rb +65 -0
  377. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/1.8.6.rb +14 -0
  378. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/1.9.1.rb +11 -0
  379. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/1.9.3.rb +4 -0
  380. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.0.0.rb +10 -0
  381. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.2.0.rb +4 -0
  382. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.3.0.rb +4 -0
  383. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.4.0.rb +4 -0
  384. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.4.1.rb +3 -0
  385. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.5.0.rb +4 -0
  386. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.6.0.rb +4 -0
  387. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.6.2.rb +4 -0
  388. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/2.6.3.rb +4 -0
  389. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/3.1.0.rb +4 -0
  390. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions/3.2.0.rb +4 -0
  391. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax/versions.rb +8 -0
  392. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/syntax.rb +11 -0
  393. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/token.rb +24 -0
  394. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser/version.rb +5 -0
  395. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/lib/regexp_parser.rb +6 -0
  396. data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.7.0/regexp_parser.gemspec +34 -0
  397. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/LICENSE.txt +22 -0
  398. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/NEWS.md +178 -0
  399. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/README.md +48 -0
  400. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/context.rdoc +143 -0
  401. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/child.rdoc +87 -0
  402. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/document.rdoc +276 -0
  403. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/element.rdoc +602 -0
  404. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/node.rdoc +97 -0
  405. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/parent.rdoc +267 -0
  406. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/child_toc.rdoc +12 -0
  407. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/document_toc.rdoc +30 -0
  408. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/element_toc.rdoc +55 -0
  409. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/master_toc.rdoc +135 -0
  410. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/node_toc.rdoc +16 -0
  411. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/parent_toc.rdoc +25 -0
  412. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/attlistdecl.rb +63 -0
  413. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/attribute.rb +205 -0
  414. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/cdata.rb +68 -0
  415. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/child.rb +97 -0
  416. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/comment.rb +80 -0
  417. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/doctype.rb +311 -0
  418. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/document.rb +451 -0
  419. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/dtd/attlistdecl.rb +11 -0
  420. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/dtd/dtd.rb +47 -0
  421. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/dtd/elementdecl.rb +18 -0
  422. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/dtd/entitydecl.rb +57 -0
  423. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/dtd/notationdecl.rb +40 -0
  424. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/element.rb +2599 -0
  425. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/encoding.rb +51 -0
  426. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/entity.rb +171 -0
  427. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/formatters/default.rb +116 -0
  428. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb +142 -0
  429. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/formatters/transitive.rb +58 -0
  430. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/functions.rb +447 -0
  431. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/instruction.rb +79 -0
  432. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/light/node.rb +188 -0
  433. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/namespace.rb +59 -0
  434. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/node.rb +76 -0
  435. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/output.rb +30 -0
  436. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parent.rb +166 -0
  437. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parseexception.rb +52 -0
  438. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/baseparser.rb +694 -0
  439. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/lightparser.rb +59 -0
  440. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/pullparser.rb +197 -0
  441. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/sax2parser.rb +273 -0
  442. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/streamparser.rb +61 -0
  443. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/treeparser.rb +101 -0
  444. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/ultralightparser.rb +57 -0
  445. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb +689 -0
  446. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/quickpath.rb +266 -0
  447. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/rexml.rb +37 -0
  448. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/sax2listener.rb +98 -0
  449. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/security.rb +28 -0
  450. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/source.rb +298 -0
  451. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/streamlistener.rb +93 -0
  452. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/text.rb +424 -0
  453. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb +9 -0
  454. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/validation/relaxng.rb +539 -0
  455. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/validation/validation.rb +144 -0
  456. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/validation/validationexception.rb +10 -0
  457. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/xmldecl.rb +130 -0
  458. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/xmltokens.rb +85 -0
  459. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/xpath.rb +81 -0
  460. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb +974 -0
  461. data/vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml.rb +3 -0
  462. data/vendor/bundle/ruby/3.1.0/gems/rspec-3.12.0/LICENSE.md +27 -0
  463. data/vendor/bundle/ruby/3.1.0/gems/rspec-3.12.0/README.md +47 -0
  464. data/vendor/bundle/ruby/3.1.0/gems/rspec-3.12.0/lib/rspec/version.rb +5 -0
  465. data/vendor/bundle/ruby/3.1.0/gems/rspec-3.12.0/lib/rspec.rb +3 -0
  466. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/.document +5 -0
  467. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/.yardopts +8 -0
  468. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/Changelog.md +2368 -0
  469. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/LICENSE.md +26 -0
  470. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/README.md +384 -0
  471. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/exe/rspec +4 -0
  472. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/autorun.rb +3 -0
  473. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/backtrace_formatter.rb +65 -0
  474. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/coordinator.rb +62 -0
  475. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/example_minimizer.rb +173 -0
  476. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/fork_runner.rb +138 -0
  477. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/server.rb +61 -0
  478. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/shell_command.rb +126 -0
  479. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/shell_runner.rb +73 -0
  480. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/utilities.rb +69 -0
  481. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/configuration.rb +2385 -0
  482. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/configuration_options.rb +233 -0
  483. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/did_you_mean.rb +46 -0
  484. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/drb.rb +120 -0
  485. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/dsl.rb +98 -0
  486. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/example.rb +666 -0
  487. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/example_group.rb +905 -0
  488. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/example_status_persister.rb +235 -0
  489. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/filter_manager.rb +231 -0
  490. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/flat_map.rb +20 -0
  491. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_bisect_formatter.rb +45 -0
  492. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_formatter.rb +70 -0
  493. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
  494. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/bisect_drb_formatter.rb +29 -0
  495. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/bisect_progress_formatter.rb +157 -0
  496. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/console_codes.rb +76 -0
  497. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
  498. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/documentation_formatter.rb +102 -0
  499. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/exception_presenter.rb +525 -0
  500. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/failure_list_formatter.rb +23 -0
  501. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
  502. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/helpers.rb +118 -0
  503. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_formatter.rb +153 -0
  504. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_printer.rb +412 -0
  505. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_snippet_extractor.rb +120 -0
  506. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/json_formatter.rb +102 -0
  507. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/profile_formatter.rb +68 -0
  508. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/progress_formatter.rb +29 -0
  509. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/protocol.rb +182 -0
  510. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
  511. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
  512. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters.rb +279 -0
  513. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/hooks.rb +646 -0
  514. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/invocations.rb +87 -0
  515. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/memoized_helpers.rb +580 -0
  516. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/metadata.rb +498 -0
  517. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/metadata_filter.rb +255 -0
  518. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
  519. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
  520. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
  521. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/null.rb +14 -0
  522. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/rr.rb +31 -0
  523. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
  524. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/notifications.rb +521 -0
  525. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/option_parser.rb +323 -0
  526. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/ordering.rb +169 -0
  527. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/output_wrapper.rb +29 -0
  528. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/pending.rb +157 -0
  529. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/profiler.rb +34 -0
  530. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/project_initializer/.rspec +1 -0
  531. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/project_initializer/spec/spec_helper.rb +98 -0
  532. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/project_initializer.rb +48 -0
  533. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/rake_task.rb +188 -0
  534. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/reporter.rb +265 -0
  535. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/ruby_project.rb +53 -0
  536. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/runner.rb +212 -0
  537. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/sandbox.rb +37 -0
  538. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/set.rb +54 -0
  539. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/shared_context.rb +55 -0
  540. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/shared_example_group.rb +271 -0
  541. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/shell_escape.rb +49 -0
  542. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
  543. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/version.rb +9 -0
  544. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/warnings.rb +40 -0
  545. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core/world.rb +287 -0
  546. data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.1/lib/rspec/core.rb +212 -0
  547. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/.document +5 -0
  548. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/.yardopts +6 -0
  549. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/Changelog.md +1302 -0
  550. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/LICENSE.md +25 -0
  551. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/README.md +320 -0
  552. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/block_snippet_extractor.rb +253 -0
  553. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/configuration.rb +230 -0
  554. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/expectation_target.rb +163 -0
  555. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/fail_with.rb +39 -0
  556. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/failure_aggregator.rb +229 -0
  557. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/handler.rb +182 -0
  558. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/minitest_integration.rb +58 -0
  559. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/syntax.rb +132 -0
  560. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/version.rb +8 -0
  561. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations.rb +82 -0
  562. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/aliased_matcher.rb +116 -0
  563. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/all.rb +86 -0
  564. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/base_matcher.rb +198 -0
  565. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be.rb +191 -0
  566. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_between.rb +77 -0
  567. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_instance_of.rb +26 -0
  568. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_kind_of.rb +20 -0
  569. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_within.rb +72 -0
  570. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/change.rb +450 -0
  571. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/compound.rb +290 -0
  572. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/contain_exactly.rb +310 -0
  573. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/count_expectation.rb +169 -0
  574. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/cover.rb +24 -0
  575. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/eq.rb +40 -0
  576. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/eql.rb +34 -0
  577. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/equal.rb +81 -0
  578. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/exist.rb +90 -0
  579. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/has.rb +167 -0
  580. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
  581. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/include.rb +206 -0
  582. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/match.rb +106 -0
  583. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/operators.rb +128 -0
  584. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/output.rb +207 -0
  585. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/raise_error.rb +271 -0
  586. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/respond_to.rb +200 -0
  587. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/satisfy.rb +60 -0
  588. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
  589. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/throw_symbol.rb +138 -0
  590. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/yield.rb +375 -0
  591. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in.rb +53 -0
  592. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/composable.rb +171 -0
  593. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/dsl.rb +545 -0
  594. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/english_phrasing.rb +58 -0
  595. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +82 -0
  596. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/fail_matchers.rb +42 -0
  597. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/generated_descriptions.rb +41 -0
  598. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/matcher_delegator.rb +35 -0
  599. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/matcher_protocol.rb +105 -0
  600. data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers.rb +1044 -0
  601. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/.document +5 -0
  602. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/.yardopts +6 -0
  603. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/Changelog.md +1262 -0
  604. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/LICENSE.md +25 -0
  605. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/README.md +463 -0
  606. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/chain.rb +111 -0
  607. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
  608. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
  609. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
  610. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
  611. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/proxy.rb +125 -0
  612. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/recorder.rb +295 -0
  613. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
  614. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
  615. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance.rb +11 -0
  616. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/argument_list_matcher.rb +117 -0
  617. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/argument_matchers.rb +322 -0
  618. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/configuration.rb +212 -0
  619. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/error_generator.rb +390 -0
  620. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/example_methods.rb +434 -0
  621. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/instance_method_stasher.rb +146 -0
  622. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/marshal_extension.rb +41 -0
  623. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
  624. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/have_received.rb +134 -0
  625. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive.rb +134 -0
  626. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
  627. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
  628. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/message_chain.rb +87 -0
  629. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/message_expectation.rb +820 -0
  630. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/method_double.rb +309 -0
  631. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/method_reference.rb +214 -0
  632. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/minitest_integration.rb +68 -0
  633. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/mutate_const.rb +339 -0
  634. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/object_reference.rb +149 -0
  635. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/order_group.rb +81 -0
  636. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/proxy.rb +520 -0
  637. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/space.rb +238 -0
  638. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/standalone.rb +3 -0
  639. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/syntax.rb +325 -0
  640. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/targets.rb +124 -0
  641. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/test_double.rb +171 -0
  642. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_double.rb +123 -0
  643. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_message_expectation.rb +55 -0
  644. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_proxy.rb +221 -0
  645. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/version.rb +9 -0
  646. data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks.rb +133 -0
  647. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/Changelog.md +364 -0
  648. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/LICENSE.md +23 -0
  649. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/README.md +40 -0
  650. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/caller_filter.rb +83 -0
  651. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/comparable_version.rb +46 -0
  652. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/differ.rb +215 -0
  653. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/directory_maker.rb +63 -0
  654. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/encoded_string.rb +161 -0
  655. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/fuzzy_matcher.rb +48 -0
  656. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/hunk_generator.rb +47 -0
  657. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/matcher_definition.rb +42 -0
  658. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/method_signature_verifier.rb +438 -0
  659. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/mutex.rb +73 -0
  660. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/object_formatter.rb +275 -0
  661. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/recursive_const_methods.rb +76 -0
  662. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/reentrant_mutex.rb +78 -0
  663. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/ruby_features.rb +198 -0
  664. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/source/location.rb +21 -0
  665. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/source/node.rb +110 -0
  666. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/source/token.rb +94 -0
  667. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/source.rb +85 -0
  668. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/deprecation_helpers.rb +48 -0
  669. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/diff_helpers.rb +31 -0
  670. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/formatting_support.rb +9 -0
  671. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/in_sub_process.rb +67 -0
  672. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/library_wide_checks.rb +150 -0
  673. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/shell_out.rb +105 -0
  674. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/stderr_splitter.rb +75 -0
  675. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/string_matcher.rb +45 -0
  676. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
  677. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
  678. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/spec.rb +82 -0
  679. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/version.rb +7 -0
  680. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/warnings.rb +39 -0
  681. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/with_keywords_when_needed.rb +33 -0
  682. data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support.rb +154 -0
  683. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/LICENSE.txt +20 -0
  684. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/README.md +250 -0
  685. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/assets/logo.png +0 -0
  686. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/assets/output.html.erb +261 -0
  687. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/config/default.yml +5519 -0
  688. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/config/obsoletion.yml +233 -0
  689. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/exe/rubocop +23 -0
  690. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/arguments_env.rb +17 -0
  691. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/arguments_file.rb +17 -0
  692. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ast_aliases.rb +8 -0
  693. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cache_config.rb +29 -0
  694. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cached_data.rb +58 -0
  695. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/auto_generate_config.rb +154 -0
  696. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/base.rb +35 -0
  697. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/execute_runner.rb +100 -0
  698. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/init_dotfile.rb +44 -0
  699. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/show_cops.rb +74 -0
  700. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/show_docs_url.rb +48 -0
  701. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/suggest_extensions.rb +126 -0
  702. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command/version.rb +18 -0
  703. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/command.rb +22 -0
  704. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli/environment.rb +22 -0
  705. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cli.rb +200 -0
  706. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/comment_config.rb +216 -0
  707. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config.rb +326 -0
  708. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_finder.rb +68 -0
  709. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_loader.rb +259 -0
  710. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_loader_resolver.rb +280 -0
  711. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/changed_enforced_styles.rb +33 -0
  712. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/changed_parameter.rb +26 -0
  713. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/cop_rule.rb +33 -0
  714. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/extracted_cop.rb +46 -0
  715. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/parameter_rule.rb +48 -0
  716. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/removed_cop.rb +41 -0
  717. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/renamed_cop.rb +34 -0
  718. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/rule.rb +41 -0
  719. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion/split_cop.rb +27 -0
  720. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_obsoletion.rb +108 -0
  721. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_regeneration.rb +33 -0
  722. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_store.rb +72 -0
  723. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/config_validator.rb +272 -0
  724. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/autocorrect_logic.rb +111 -0
  725. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/badge.rb +68 -0
  726. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/base.rb +482 -0
  727. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/duplicated_gem.rb +93 -0
  728. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/gem_comment.rb +171 -0
  729. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/gem_filename.rb +103 -0
  730. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/gem_version.rb +133 -0
  731. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/insecure_protocol_source.rb +86 -0
  732. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/bundler/ordered_gems.rb +62 -0
  733. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/commissioner.rb +182 -0
  734. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/cop.rb +166 -0
  735. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/corrector.rb +138 -0
  736. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/alignment_corrector.rb +136 -0
  737. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/condition_corrector.rb +25 -0
  738. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/each_to_for_corrector.rb +51 -0
  739. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/empty_line_corrector.rb +25 -0
  740. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/for_to_each_corrector.rb +74 -0
  741. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/if_then_corrector.rb +55 -0
  742. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +136 -0
  743. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/line_break_corrector.rb +64 -0
  744. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +113 -0
  745. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +38 -0
  746. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/parentheses_corrector.rb +86 -0
  747. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/percent_literal_corrector.rb +106 -0
  748. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/punctuation_corrector.rb +27 -0
  749. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/require_library_corrector.rb +23 -0
  750. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/space_corrector.rb +46 -0
  751. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/string_literal_corrector.rb +23 -0
  752. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/correctors/unused_arg_corrector.rb +40 -0
  753. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/documentation.rb +39 -0
  754. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/exclude_limit.rb +26 -0
  755. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/force.rb +43 -0
  756. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/dependency_version.rb +154 -0
  757. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/deprecated_attribute_assignment.rb +92 -0
  758. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/development_dependencies.rb +107 -0
  759. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/duplicated_assignment.rb +89 -0
  760. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/ordered_dependencies.rb +93 -0
  761. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/require_mfa.rb +145 -0
  762. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/required_ruby_version.rb +127 -0
  763. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +50 -0
  764. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/generator/configuration_injector.rb +65 -0
  765. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/generator/require_file_injector.rb +75 -0
  766. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/generator.rb +217 -0
  767. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/ignored_node.rb +36 -0
  768. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/cop_description.rb +98 -0
  769. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/create_empty_file.rb +37 -0
  770. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/empty_line_between_expect_offense_and_correction.rb +68 -0
  771. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/example_description.rb +92 -0
  772. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/example_heredoc_delimiter.rb +111 -0
  773. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/inherit_deprecated_cop_class.rb +34 -0
  774. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/lambda_or_proc.rb +46 -0
  775. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/location_expression.rb +37 -0
  776. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/location_line_equality_comparison.rb +60 -0
  777. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/method_name_end_with.rb +80 -0
  778. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/method_name_equal.rb +50 -0
  779. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/node_destructuring.rb +44 -0
  780. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +147 -0
  781. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +41 -0
  782. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/numblock_handler.rb +69 -0
  783. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +56 -0
  784. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/processed_source_buffer_name.rb +42 -0
  785. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_context_config_parameter.rb +46 -0
  786. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_described_class_as_subject.rb +62 -0
  787. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_let_rubocop_config_new.rb +73 -0
  788. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +53 -0
  789. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +76 -0
  790. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_method_dispatch_node.rb +47 -0
  791. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/redundant_source_range.rb +39 -0
  792. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/single_line_comparison.rb +62 -0
  793. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/style_detected_api_use.rb +148 -0
  794. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/undefined_config.rb +73 -0
  795. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +52 -0
  796. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs/useless_restrict_on_send.rb +60 -0
  797. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/internal_affairs.rb +31 -0
  798. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/access_modifier_indentation.rb +100 -0
  799. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/argument_alignment.rb +158 -0
  800. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/array_alignment.rb +84 -0
  801. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/assignment_indentation.rb +56 -0
  802. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/begin_end_alignment.rb +74 -0
  803. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/block_alignment.rb +240 -0
  804. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/block_end_newline.rb +82 -0
  805. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/case_indentation.rb +219 -0
  806. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/class_structure.rb +338 -0
  807. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +124 -0
  808. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +193 -0
  809. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/comment_indentation.rb +168 -0
  810. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/condition_position.rb +64 -0
  811. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/def_end_alignment.rb +73 -0
  812. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/dot_position.rb +143 -0
  813. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/else_alignment.rb +156 -0
  814. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_comment.rb +151 -0
  815. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +181 -0
  816. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +64 -0
  817. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb +136 -0
  818. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_line_between_defs.rb +273 -0
  819. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines.rb +73 -0
  820. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +209 -0
  821. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +103 -0
  822. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb +139 -0
  823. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +42 -0
  824. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +40 -0
  825. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +85 -0
  826. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +133 -0
  827. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +42 -0
  828. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +59 -0
  829. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/end_alignment.rb +194 -0
  830. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/end_of_line.rb +92 -0
  831. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/extra_spacing.rb +186 -0
  832. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_argument_indentation.rb +282 -0
  833. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_array_element_indentation.rb +180 -0
  834. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_array_element_line_break.rb +77 -0
  835. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_hash_element_indentation.rb +239 -0
  836. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_hash_element_line_break.rb +80 -0
  837. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_method_argument_line_break.rb +107 -0
  838. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +92 -0
  839. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/first_parameter_indentation.rb +101 -0
  840. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/hash_alignment.rb +396 -0
  841. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +311 -0
  842. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/heredoc_indentation.rb +162 -0
  843. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/indentation_consistency.rb +205 -0
  844. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/indentation_style.rb +115 -0
  845. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/indentation_width.rb +389 -0
  846. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/initial_indentation.rb +55 -0
  847. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/leading_comment_space.rb +121 -0
  848. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/leading_empty_lines.rb +48 -0
  849. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/line_continuation_leading_space.rb +136 -0
  850. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/line_continuation_spacing.rb +140 -0
  851. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/line_end_string_concatenation_indentation.rb +141 -0
  852. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/line_length.rb +276 -0
  853. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +115 -0
  854. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +84 -0
  855. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_assignment_layout.rb +117 -0
  856. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_block_layout.rb +161 -0
  857. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +115 -0
  858. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +93 -0
  859. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +104 -0
  860. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +131 -0
  861. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +248 -0
  862. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +128 -0
  863. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_method_parameter_line_breaks.rb +101 -0
  864. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/multiline_operation_indentation.rb +127 -0
  865. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/parameter_alignment.rb +119 -0
  866. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/redundant_line_break.rb +139 -0
  867. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +211 -0
  868. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/single_line_block_chain.rb +64 -0
  869. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_after_colon.rb +49 -0
  870. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_after_comma.rb +32 -0
  871. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_after_method_name.rb +39 -0
  872. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_after_not.rb +39 -0
  873. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_after_semicolon.rb +29 -0
  874. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_around_block_parameters.rb +162 -0
  875. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +89 -0
  876. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_around_keyword.rb +268 -0
  877. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_around_method_call_operator.rb +98 -0
  878. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_around_operators.rb +258 -0
  879. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_block_braces.rb +154 -0
  880. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_brackets.rb +73 -0
  881. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_comma.rb +29 -0
  882. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_comment.rb +34 -0
  883. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_first_arg.rb +73 -0
  884. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_before_semicolon.rb +24 -0
  885. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_in_lambda_literal.rb +78 -0
  886. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +224 -0
  887. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +46 -0
  888. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_block_braces.rb +261 -0
  889. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +208 -0
  890. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_parens.rb +176 -0
  891. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +94 -0
  892. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_range_literal.rb +54 -0
  893. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +143 -0
  894. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +65 -0
  895. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/trailing_empty_lines.rb +108 -0
  896. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/layout/trailing_whitespace.rb +131 -0
  897. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/legacy/corrections_proxy.rb +43 -0
  898. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/legacy/corrector.rb +27 -0
  899. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_assignment.rb +54 -0
  900. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_block_association.rb +95 -0
  901. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_operator.rb +107 -0
  902. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_operator_precedence.rb +111 -0
  903. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_range.rb +105 -0
  904. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +80 -0
  905. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/assignment_in_condition.rb +109 -0
  906. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/big_decimal_new.rb +44 -0
  907. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb +68 -0
  908. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/boolean_symbol.rb +63 -0
  909. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/circular_argument_reference.rb +72 -0
  910. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/constant_definition_in_block.rb +100 -0
  911. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +51 -0
  912. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/constant_resolution.rb +93 -0
  913. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/debugger.rb +111 -0
  914. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/deprecated_class_methods.rb +118 -0
  915. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/deprecated_constants.rb +88 -0
  916. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +154 -0
  917. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +110 -0
  918. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_branch.rb +153 -0
  919. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_case_condition.rb +43 -0
  920. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_elsif_condition.rb +39 -0
  921. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_hash_key.rb +36 -0
  922. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_magic_comment.rb +73 -0
  923. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_methods.rb +268 -0
  924. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +94 -0
  925. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_require.rb +56 -0
  926. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/duplicate_rescue_exception.rb +47 -0
  927. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/each_with_object_argument.rb +44 -0
  928. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/else_layout.rb +90 -0
  929. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_block.rb +94 -0
  930. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_class.rb +95 -0
  931. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_conditional_body.rb +177 -0
  932. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_ensure.rb +58 -0
  933. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_expression.rb +42 -0
  934. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_file.rb +48 -0
  935. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_in_pattern.rb +64 -0
  936. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_interpolation.rb +33 -0
  937. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/empty_when.rb +63 -0
  938. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ensure_return.rb +59 -0
  939. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/erb_new_arguments.rb +162 -0
  940. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/flip_flop.rb +38 -0
  941. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/float_comparison.rb +93 -0
  942. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/float_out_of_range.rb +34 -0
  943. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/format_parameter_mismatch.rb +201 -0
  944. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/hash_compare_by_identity.rb +47 -0
  945. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/heredoc_method_call_position.rb +152 -0
  946. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/identity_comparison.rb +51 -0
  947. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/implicit_string_concatenation.rb +101 -0
  948. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/incompatible_io_select_with_fiber_scheduler.rb +79 -0
  949. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ineffective_access_modifier.rb +121 -0
  950. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/inherit_exception.rb +96 -0
  951. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/interpolation_check.rb +59 -0
  952. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/lambda_without_literal_block.rb +51 -0
  953. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/literal_as_condition.rb +164 -0
  954. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/literal_in_interpolation.rb +173 -0
  955. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/loop.rb +86 -0
  956. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +111 -0
  957. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/missing_super.rb +130 -0
  958. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/mixed_regexp_capture_types.rb +37 -0
  959. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/multiple_comparison.rb +48 -0
  960. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/nested_method_definition.rb +144 -0
  961. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/nested_percent_literal.rb +63 -0
  962. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/next_without_accumulator.rb +70 -0
  963. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +58 -0
  964. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/non_atomic_file_operation.rb +162 -0
  965. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/non_deterministic_require_order.rb +185 -0
  966. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +86 -0
  967. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/number_conversion.rb +191 -0
  968. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/numbered_parameter_assignment.rb +47 -0
  969. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/or_assignment_to_constant.rb +42 -0
  970. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/ordered_magic_comments.rb +82 -0
  971. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/out_of_range_regexp_ref.rb +128 -0
  972. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +92 -0
  973. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/percent_string_array.rb +78 -0
  974. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/percent_symbol_array.rb +68 -0
  975. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/raise_exception.rb +91 -0
  976. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/rand_one.rb +46 -0
  977. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +330 -0
  978. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +133 -0
  979. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_dir_glob_sort.rb +62 -0
  980. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_require_statement.rb +90 -0
  981. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_safe_navigation.rb +91 -0
  982. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_splat_expansion.rb +209 -0
  983. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_string_coercion.rb +52 -0
  984. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_with_index.rb +80 -0
  985. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/redundant_with_object.rb +79 -0
  986. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/refinement_import_methods.rb +52 -0
  987. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/regexp_as_condition.rb +37 -0
  988. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/require_parentheses.rb +66 -0
  989. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/require_range_parentheses.rb +57 -0
  990. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/require_relative_self_path.rb +50 -0
  991. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/rescue_exception.rb +45 -0
  992. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/rescue_type.rb +88 -0
  993. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/return_in_void_context.rb +59 -0
  994. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/safe_navigation_chain.rb +98 -0
  995. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/safe_navigation_consistency.rb +92 -0
  996. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +46 -0
  997. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/script_permission.rb +73 -0
  998. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/self_assignment.rb +78 -0
  999. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/send_with_mixin_argument.rb +84 -0
  1000. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/shadowed_argument.rb +176 -0
  1001. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/shadowed_exception.rb +171 -0
  1002. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +102 -0
  1003. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/struct_new_override.rb +59 -0
  1004. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/suppressed_exception.rb +132 -0
  1005. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/symbol_conversion.rb +179 -0
  1006. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/syntax.rb +43 -0
  1007. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/to_enum_arguments.rb +93 -0
  1008. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/to_json.rb +49 -0
  1009. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/top_level_return_with_argument.rb +34 -0
  1010. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb +55 -0
  1011. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/triple_quotes.rb +71 -0
  1012. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +80 -0
  1013. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unexpected_block_arity.rb +90 -0
  1014. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unified_integer.rb +44 -0
  1015. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +204 -0
  1016. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unreachable_code.rb +97 -0
  1017. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unreachable_loop.rb +202 -0
  1018. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unused_block_argument.rb +172 -0
  1019. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/unused_method_argument.rb +121 -0
  1020. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/uri_escape_unescape.rb +79 -0
  1021. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/uri_regexp.rb +38 -0
  1022. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_access_modifier.rb +295 -0
  1023. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_assignment.rb +125 -0
  1024. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_else_without_rescue.rb +44 -0
  1025. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_method_definition.rb +69 -0
  1026. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_rescue.rb +89 -0
  1027. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_ruby2_keywords.rb +127 -0
  1028. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_setter_call.rb +173 -0
  1029. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/useless_times.rb +114 -0
  1030. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/lint/void.rb +151 -0
  1031. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/message_annotator.rb +130 -0
  1032. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/abc_size.rb +56 -0
  1033. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/block_length.rb +86 -0
  1034. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/block_nesting.rb +60 -0
  1035. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/class_length.rb +70 -0
  1036. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/collection_literal_length.rb +76 -0
  1037. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +55 -0
  1038. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/method_length.rb +71 -0
  1039. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/module_length.rb +61 -0
  1040. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/parameter_lists.rb +147 -0
  1041. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/perceived_complexity.rb +59 -0
  1042. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +141 -0
  1043. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/utils/code_length_calculator.rb +182 -0
  1044. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/utils/iterating_block.rb +61 -0
  1045. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/utils/repeated_attribute_discount.rb +143 -0
  1046. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/metrics/utils/repeated_csend_discount.rb +42 -0
  1047. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/migration/department_name.rb +81 -0
  1048. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/alignment.rb +81 -0
  1049. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/allowed_identifiers.rb +18 -0
  1050. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/allowed_methods.rb +42 -0
  1051. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/allowed_pattern.rb +56 -0
  1052. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/annotation_comment.rb +72 -0
  1053. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/array_min_size.rb +57 -0
  1054. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/array_syntax.rb +17 -0
  1055. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/auto_corrector.rb +12 -0
  1056. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/check_assignment.rb +44 -0
  1057. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/check_line_breakable.rb +227 -0
  1058. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/code_length.rb +59 -0
  1059. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/comments_help.rb +82 -0
  1060. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/configurable_enforced_style.rb +112 -0
  1061. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/configurable_formatting.rb +40 -0
  1062. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/configurable_max.rb +24 -0
  1063. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/configurable_naming.rb +16 -0
  1064. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/configurable_numbering.rb +18 -0
  1065. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/def_node.rb +26 -0
  1066. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/documentation_comment.rb +52 -0
  1067. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/duplication.rb +46 -0
  1068. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/empty_lines_around_body.rb +172 -0
  1069. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/empty_parameter.rb +25 -0
  1070. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/end_keyword_alignment.rb +80 -0
  1071. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/enforce_superclass.rb +44 -0
  1072. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/first_element_line_break.rb +50 -0
  1073. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/frozen_string_literal.rb +88 -0
  1074. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/gem_declaration.rb +13 -0
  1075. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/gemspec_help.rb +30 -0
  1076. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/hash_alignment_styles.rb +156 -0
  1077. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/hash_shorthand_syntax.rb +226 -0
  1078. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/hash_transform_method.rb +192 -0
  1079. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/heredoc.rb +37 -0
  1080. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/integer_node.rb +14 -0
  1081. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/interpolation.rb +25 -0
  1082. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/line_length_help.rb +110 -0
  1083. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/match_range.rb +23 -0
  1084. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/method_complexity.rb +74 -0
  1085. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/method_preference.rb +30 -0
  1086. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/min_body_length.rb +21 -0
  1087. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/min_branches_count.rb +40 -0
  1088. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/multiline_element_indentation.rb +109 -0
  1089. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +32 -0
  1090. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +227 -0
  1091. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +141 -0
  1092. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/negative_conditional.rb +34 -0
  1093. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/nil_methods.rb +23 -0
  1094. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/on_normal_if_unless.rb +14 -0
  1095. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/ordered_gem_node.rb +66 -0
  1096. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/parentheses.rb +16 -0
  1097. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/percent_array.rb +125 -0
  1098. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/percent_literal.rb +32 -0
  1099. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/preceding_following_alignment.rb +183 -0
  1100. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/preferred_delimiters.rb +50 -0
  1101. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/range_help.rb +149 -0
  1102. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/rational_literal.rb +19 -0
  1103. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/require_library.rb +61 -0
  1104. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/rescue_node.rb +30 -0
  1105. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/safe_assignment.rb +27 -0
  1106. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/space_after_punctuation.rb +54 -0
  1107. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/space_before_punctuation.rb +49 -0
  1108. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/statement_modifier.rb +109 -0
  1109. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/string_help.rb +38 -0
  1110. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/string_literals_help.rb +21 -0
  1111. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/surrounding_space.rb +134 -0
  1112. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/symbol_help.rb +13 -0
  1113. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/target_ruby_version.rb +20 -0
  1114. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/trailing_body.rb +25 -0
  1115. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/trailing_comma.rb +209 -0
  1116. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/uncommunicative_name.rb +104 -0
  1117. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/unused_argument.rb +29 -0
  1118. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/mixin/visibility_help.rb +72 -0
  1119. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/accessor_method_name.rb +73 -0
  1120. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/ascii_identifiers.rb +90 -0
  1121. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +53 -0
  1122. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/block_forwarding.rb +125 -0
  1123. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/block_parameter_name.rb +49 -0
  1124. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/class_and_module_camel_case.rb +45 -0
  1125. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/constant_name.rb +84 -0
  1126. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/file_name.rb +247 -0
  1127. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +68 -0
  1128. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +55 -0
  1129. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/inclusive_language.rb +270 -0
  1130. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +280 -0
  1131. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/method_name.rb +81 -0
  1132. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/method_parameter_name.rb +58 -0
  1133. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/predicate_name.rb +134 -0
  1134. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +163 -0
  1135. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/variable_name.rb +63 -0
  1136. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/naming/variable_number.rb +156 -0
  1137. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/offense.rb +239 -0
  1138. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/registry.rb +315 -0
  1139. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/compound_hash.rb +106 -0
  1140. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/eval.rb +33 -0
  1141. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/io_methods.rb +49 -0
  1142. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/json_load.rb +47 -0
  1143. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/marshal_load.rb +39 -0
  1144. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/open.rb +89 -0
  1145. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/security/yaml_load.rb +49 -0
  1146. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/severity.rb +67 -0
  1147. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/access_modifier_declarations.rb +225 -0
  1148. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/accessor_grouping.rb +176 -0
  1149. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/alias.rb +156 -0
  1150. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/and_or.rb +158 -0
  1151. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/arguments_forwarding.rb +155 -0
  1152. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/array_coercion.rb +87 -0
  1153. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/array_intersect.rb +111 -0
  1154. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/array_join.rb +39 -0
  1155. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/ascii_comments.rb +57 -0
  1156. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/attr.rb +70 -0
  1157. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/auto_resource_cleanup.rb +48 -0
  1158. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/bare_percent_literals.rb +76 -0
  1159. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/begin_block.rb +22 -0
  1160. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/bisected_attr_accessor/macro.rb +60 -0
  1161. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/bisected_attr_accessor.rb +125 -0
  1162. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/block_comments.rb +66 -0
  1163. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/block_delimiters.rb +471 -0
  1164. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/case_equality.rb +108 -0
  1165. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/case_like_if.rb +280 -0
  1166. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/character_literal.rb +57 -0
  1167. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_and_module_children.rb +186 -0
  1168. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_check.rb +54 -0
  1169. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_equality_comparison.rb +116 -0
  1170. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_methods.rb +54 -0
  1171. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_methods_definitions.rb +158 -0
  1172. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/class_vars.rb +64 -0
  1173. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/collection_compact.rb +120 -0
  1174. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/collection_methods.rb +90 -0
  1175. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/colon_method_call.rb +46 -0
  1176. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/colon_method_definition.rb +37 -0
  1177. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/combinable_loops.rb +95 -0
  1178. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/command_literal.rb +181 -0
  1179. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/comment_annotation.rb +130 -0
  1180. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/commented_keyword.rb +92 -0
  1181. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/comparable_clamp.rb +125 -0
  1182. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/concat_array_literals.rb +94 -0
  1183. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/conditional_assignment.rb +661 -0
  1184. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/constant_visibility.rb +106 -0
  1185. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/copyright.rb +96 -0
  1186. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/date_time.rb +93 -0
  1187. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/def_with_parentheses.rb +59 -0
  1188. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/dir.rb +50 -0
  1189. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/dir_empty.rb +60 -0
  1190. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb +87 -0
  1191. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/document_dynamic_eval_definition.rb +169 -0
  1192. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/documentation.rb +198 -0
  1193. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/documentation_method.rb +132 -0
  1194. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/double_cop_disable_directive.rb +46 -0
  1195. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/double_negation.rb +159 -0
  1196. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/each_for_simple_loop.rb +90 -0
  1197. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/each_with_object.rb +139 -0
  1198. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_block_parameter.rb +47 -0
  1199. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_case_condition.rb +112 -0
  1200. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_else.rb +204 -0
  1201. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_heredoc.rb +73 -0
  1202. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_lambda_parameter.rb +44 -0
  1203. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_literal.rb +138 -0
  1204. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/empty_method.rb +119 -0
  1205. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/encoding.rb +63 -0
  1206. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/end_block.rb +28 -0
  1207. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/endless_method.rb +101 -0
  1208. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/env_home.rb +56 -0
  1209. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/eval_with_location.rb +237 -0
  1210. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/even_odd.rb +56 -0
  1211. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/expand_path_arguments.rb +196 -0
  1212. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/explicit_block_argument.rb +153 -0
  1213. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/exponential_notation.rb +116 -0
  1214. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/fetch_env_var.rb +132 -0
  1215. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/file_empty.rb +71 -0
  1216. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/file_read.rb +112 -0
  1217. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/file_write.rb +136 -0
  1218. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/float_division.rb +151 -0
  1219. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/for.rb +88 -0
  1220. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/format_string.rb +133 -0
  1221. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/format_string_token.rb +228 -0
  1222. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/frozen_string_literal_comment.rb +218 -0
  1223. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/global_std_stream.rb +70 -0
  1224. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/global_vars.rb +80 -0
  1225. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/guard_clause.rb +275 -0
  1226. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_as_last_array_item.rb +100 -0
  1227. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_conversion.rb +134 -0
  1228. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_each_methods.rb +144 -0
  1229. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_except.rb +177 -0
  1230. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_like_case.rb +71 -0
  1231. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_syntax.rb +276 -0
  1232. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_transform_keys.rb +95 -0
  1233. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/hash_transform_values.rb +93 -0
  1234. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/identical_conditional_branches.rb +225 -0
  1235. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/if_inside_else.rb +150 -0
  1236. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/if_unless_modifier.rb +266 -0
  1237. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +47 -0
  1238. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +163 -0
  1239. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/if_with_semicolon.rb +78 -0
  1240. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/implicit_runtime_error.rb +34 -0
  1241. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/in_pattern_then.rb +56 -0
  1242. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/infinite_loop.rb +127 -0
  1243. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/inline_comment.rb +34 -0
  1244. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/inverse_methods.rb +196 -0
  1245. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/invertible_unless_condition.rb +114 -0
  1246. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/ip_addresses.rb +75 -0
  1247. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/keyword_parameters_order.rb +75 -0
  1248. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/lambda.rb +125 -0
  1249. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/lambda_call.rb +68 -0
  1250. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/line_end_concatenation.rb +137 -0
  1251. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/magic_comment_format.rb +307 -0
  1252. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/map_compact_with_conditional_block.rb +136 -0
  1253. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/map_to_hash.rb +68 -0
  1254. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/map_to_set.rb +61 -0
  1255. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb +230 -0
  1256. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +48 -0
  1257. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +241 -0
  1258. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +103 -0
  1259. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_called_on_do_end_block.rb +56 -0
  1260. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/method_def_parentheses.rb +180 -0
  1261. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/min_max.rb +64 -0
  1262. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/min_max_comparison.rb +83 -0
  1263. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/missing_else.rb +187 -0
  1264. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/missing_respond_to_missing.rb +52 -0
  1265. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/mixin_grouping.rb +135 -0
  1266. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/mixin_usage.rb +72 -0
  1267. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/module_function.rb +170 -0
  1268. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_block_chain.rb +50 -0
  1269. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_if_modifier.rb +56 -0
  1270. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_if_then.rb +44 -0
  1271. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_in_pattern_then.rb +60 -0
  1272. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_memoization.rb +96 -0
  1273. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_method_signature.rb +91 -0
  1274. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_ternary_operator.rb +100 -0
  1275. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiline_when_then.rb +64 -0
  1276. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/multiple_comparison.rb +157 -0
  1277. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/mutable_constant.rb +247 -0
  1278. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/negated_if.rb +98 -0
  1279. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/negated_if_else_condition.rb +135 -0
  1280. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/negated_unless.rb +88 -0
  1281. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/negated_while.rb +40 -0
  1282. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nested_file_dirname.rb +66 -0
  1283. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nested_modifier.rb +100 -0
  1284. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nested_parenthesized_calls.rb +79 -0
  1285. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nested_ternary_operator.rb +70 -0
  1286. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/next.rb +233 -0
  1287. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nil_comparison.rb +83 -0
  1288. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/nil_lambda.rb +70 -0
  1289. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/non_nil_check.rb +158 -0
  1290. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/not.rb +76 -0
  1291. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/numbered_parameters.rb +46 -0
  1292. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/numbered_parameters_limit.rb +58 -0
  1293. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/numeric_literal_prefix.rb +119 -0
  1294. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/numeric_literals.rb +129 -0
  1295. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/numeric_predicate.rb +177 -0
  1296. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/object_then.rb +74 -0
  1297. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/one_line_conditional.rb +123 -0
  1298. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/open_struct_use.rb +69 -0
  1299. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/operator_method_call.rb +67 -0
  1300. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/option_hash.rb +54 -0
  1301. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/optional_arguments.rb +59 -0
  1302. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/optional_boolean_parameter.rb +64 -0
  1303. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/or_assignment.rb +97 -0
  1304. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/parallel_assignment.rb +292 -0
  1305. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/parentheses_around_condition.rb +128 -0
  1306. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/percent_literal_delimiters.rb +119 -0
  1307. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/percent_q_literals.rb +70 -0
  1308. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/perl_backrefs.rb +127 -0
  1309. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/preferred_hash_methods.rb +74 -0
  1310. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/proc.rb +37 -0
  1311. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/quoted_symbols.rb +124 -0
  1312. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/raise_args.rb +155 -0
  1313. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/random_with_offset.rb +153 -0
  1314. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_argument.rb +98 -0
  1315. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_assignment.rb +106 -0
  1316. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_begin.rb +192 -0
  1317. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_capital_w.rb +46 -0
  1318. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_condition.rb +270 -0
  1319. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_conditional.rb +92 -0
  1320. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_constant_base.rb +85 -0
  1321. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_double_splat_hash_braces.rb +45 -0
  1322. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_each.rb +116 -0
  1323. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_exception.rb +65 -0
  1324. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_fetch_block.rb +119 -0
  1325. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_file_extension_in_require.rb +61 -0
  1326. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_freeze.rb +69 -0
  1327. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_heredoc_delimiter_quotes.rb +58 -0
  1328. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_initialize.rb +156 -0
  1329. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_interpolation.rb +138 -0
  1330. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_parentheses.rb +242 -0
  1331. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_percent_q.rb +108 -0
  1332. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_regexp_character_class.rb +119 -0
  1333. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_regexp_escape.rb +135 -0
  1334. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_return.rb +178 -0
  1335. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_self.rb +203 -0
  1336. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_self_assignment.rb +118 -0
  1337. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_self_assignment_branch.rb +83 -0
  1338. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_sort.rb +208 -0
  1339. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_sort_by.rb +63 -0
  1340. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/redundant_string_escape.rb +184 -0
  1341. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/regexp_literal.rb +222 -0
  1342. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/require_order.rb +133 -0
  1343. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/rescue_modifier.rb +100 -0
  1344. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/rescue_standard_error.rb +126 -0
  1345. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/return_nil.rb +95 -0
  1346. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/safe_navigation.rb +326 -0
  1347. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/sample.rb +145 -0
  1348. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/select_by_regexp.rb +152 -0
  1349. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/self_assignment.rb +101 -0
  1350. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/semicolon.rb +156 -0
  1351. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/send.rb +29 -0
  1352. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/signal_exception.rb +218 -0
  1353. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/single_argument_dig.rb +65 -0
  1354. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/single_line_block_params.rb +119 -0
  1355. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/single_line_methods.rb +145 -0
  1356. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/slicing_with_range.rb +51 -0
  1357. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/sole_nested_conditional.rb +248 -0
  1358. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/special_global_vars.rb +261 -0
  1359. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +79 -0
  1360. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/static_class.rb +128 -0
  1361. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/stderr_puts.rb +57 -0
  1362. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_chars.rb +41 -0
  1363. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_concatenation.rb +178 -0
  1364. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_hash_keys.rb +58 -0
  1365. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_literals.rb +129 -0
  1366. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_literals_in_interpolation.rb +51 -0
  1367. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/string_methods.rb +36 -0
  1368. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/strip.rb +42 -0
  1369. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/struct_inheritance.rb +72 -0
  1370. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/swap_values.rb +112 -0
  1371. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/symbol_array.rb +113 -0
  1372. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/symbol_literal.rb +28 -0
  1373. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/symbol_proc.rb +210 -0
  1374. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/ternary_parentheses.rb +219 -0
  1375. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/top_level_method_definition.rb +85 -0
  1376. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_body_on_class.rb +40 -0
  1377. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +55 -0
  1378. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_body_on_module.rb +40 -0
  1379. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +106 -0
  1380. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +96 -0
  1381. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_comma_in_block_args.rb +105 -0
  1382. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +97 -0
  1383. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_method_end_statement.rb +62 -0
  1384. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trailing_underscore_variable.rb +152 -0
  1385. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/trivial_accessors.rb +254 -0
  1386. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/unless_else.rb +55 -0
  1387. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/unless_logical_operators.rb +105 -0
  1388. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/unpack_first.rb +62 -0
  1389. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/variable_interpolation.rb +45 -0
  1390. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/when_then.rb +37 -0
  1391. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/while_until_do.rb +49 -0
  1392. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/while_until_modifier.rb +53 -0
  1393. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/word_array.rb +155 -0
  1394. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/yoda_condition.rb +179 -0
  1395. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/yoda_expression.rb +90 -0
  1396. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/style/zero_length_predicate.rb +146 -0
  1397. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/team.rb +266 -0
  1398. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/util.rb +203 -0
  1399. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/utils/format_string.rb +133 -0
  1400. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/assignment.rb +96 -0
  1401. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/branch.rb +331 -0
  1402. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/branchable.rb +23 -0
  1403. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/reference.rb +47 -0
  1404. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/scope.rb +106 -0
  1405. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/variable.rb +116 -0
  1406. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force/variable_table.rb +131 -0
  1407. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cop/variable_force.rb +438 -0
  1408. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/cops_documentation_generator.rb +322 -0
  1409. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/core_ext/string.rb +23 -0
  1410. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/directive_comment.rb +144 -0
  1411. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/error.rb +35 -0
  1412. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ext/comment.rb +18 -0
  1413. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ext/processed_source.rb +20 -0
  1414. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ext/range.rb +15 -0
  1415. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ext/regexp_node.rb +87 -0
  1416. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/ext/regexp_parser.rb +92 -0
  1417. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/feature_loader.rb +94 -0
  1418. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/file_finder.rb +41 -0
  1419. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/file_patterns.rb +43 -0
  1420. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/auto_gen_config_formatter.rb +17 -0
  1421. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/base_formatter.rb +119 -0
  1422. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/clang_style_formatter.rb +59 -0
  1423. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/colorizable.rb +41 -0
  1424. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/disabled_config_formatter.rb +267 -0
  1425. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/emacs_style_formatter.rb +39 -0
  1426. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/file_list_formatter.rb +20 -0
  1427. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/formatter_set.rb +108 -0
  1428. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/fuubar_style_formatter.rb +80 -0
  1429. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/git_hub_actions_formatter.rb +57 -0
  1430. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/html_formatter.rb +132 -0
  1431. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/json_formatter.rb +80 -0
  1432. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/junit_formatter.rb +96 -0
  1433. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/markdown_formatter.rb +78 -0
  1434. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/offense_count_formatter.rb +83 -0
  1435. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/pacman_formatter.rb +80 -0
  1436. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/progress_formatter.rb +62 -0
  1437. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/quiet_formatter.rb +13 -0
  1438. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/simple_text_formatter.rb +172 -0
  1439. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/tap_formatter.rb +86 -0
  1440. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/text_util.rb +20 -0
  1441. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter/worst_offenders_formatter.rb +64 -0
  1442. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/formatter.rb +34 -0
  1443. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/lockfile.rb +40 -0
  1444. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/magic_comment.rb +298 -0
  1445. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/name_similarity.rb +29 -0
  1446. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/options.rb +628 -0
  1447. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/path_util.rb +111 -0
  1448. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/platform.rb +11 -0
  1449. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rake_task.rb +106 -0
  1450. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/remote_config.rb +108 -0
  1451. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/result_cache.rb +237 -0
  1452. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/cop_helper.rb +93 -0
  1453. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/expect_offense.rb +335 -0
  1454. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/host_environment_simulation_helper.rb +28 -0
  1455. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/parallel_formatter.rb +90 -0
  1456. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/shared_contexts.rb +178 -0
  1457. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/rspec/support.rb +29 -0
  1458. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/runner.rb +496 -0
  1459. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/cache.rb +155 -0
  1460. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/cli.rb +147 -0
  1461. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/base.rb +44 -0
  1462. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/exec.rb +64 -0
  1463. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/restart.rb +25 -0
  1464. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/start.rb +48 -0
  1465. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/status.rb +28 -0
  1466. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command/stop.rb +31 -0
  1467. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/client_command.rb +26 -0
  1468. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/core.rb +111 -0
  1469. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/errors.rb +23 -0
  1470. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/helper.rb +34 -0
  1471. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/server_command/base.rb +50 -0
  1472. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/server_command/exec.rb +34 -0
  1473. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/server_command/stop.rb +24 -0
  1474. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/server_command.rb +21 -0
  1475. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server/socket_reader.rb +69 -0
  1476. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/server.rb +53 -0
  1477. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/string_interpreter.rb +60 -0
  1478. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/target_finder.rb +206 -0
  1479. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/target_ruby.rb +271 -0
  1480. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/util.rb +16 -0
  1481. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/version.rb +98 -0
  1482. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/warning.rb +11 -0
  1483. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop/yaml_duplication_checker.rb +40 -0
  1484. data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.48.1/lib/rubocop.rb +749 -0
  1485. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/LICENSE.txt +20 -0
  1486. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/README.md +56 -0
  1487. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/builder.rb +115 -0
  1488. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/ext/range.rb +28 -0
  1489. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/ext/range_min_max.rb +18 -0
  1490. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/alias_node.rb +24 -0
  1491. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/and_asgn_node.rb +17 -0
  1492. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/and_node.rb +29 -0
  1493. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/arg_node.rb +34 -0
  1494. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/args_node.rb +39 -0
  1495. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/array_node.rb +65 -0
  1496. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/asgn_node.rb +24 -0
  1497. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/block_node.rb +149 -0
  1498. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/break_node.rb +12 -0
  1499. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/case_match_node.rb +64 -0
  1500. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/case_node.rb +60 -0
  1501. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/casgn_node.rb +31 -0
  1502. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/class_node.rb +31 -0
  1503. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/const_node.rb +61 -0
  1504. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/csend_node.rb +14 -0
  1505. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/def_node.rb +68 -0
  1506. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/defined_node.rb +19 -0
  1507. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/dstr_node.rb +16 -0
  1508. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/ensure_node.rb +17 -0
  1509. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/float_node.rb +13 -0
  1510. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/for_node.rb +53 -0
  1511. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/forward_args_node.rb +33 -0
  1512. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/hash_node.rb +122 -0
  1513. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/if_node.rb +171 -0
  1514. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/in_pattern_node.rb +38 -0
  1515. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/index_node.rb +48 -0
  1516. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/indexasgn_node.rb +50 -0
  1517. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/int_node.rb +13 -0
  1518. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/keyword_splat_node.rb +53 -0
  1519. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/lambda_node.rb +65 -0
  1520. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/basic_literal_node.rb +16 -0
  1521. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/binary_operator_node.rb +43 -0
  1522. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/collection_node.rb +16 -0
  1523. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/conditional_node.rb +45 -0
  1524. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/descendence.rb +117 -0
  1525. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/hash_element_node.rb +125 -0
  1526. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +277 -0
  1527. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +219 -0
  1528. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/modifier_node.rb +17 -0
  1529. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/numeric_node.rb +22 -0
  1530. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/parameterized_node.rb +125 -0
  1531. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +39 -0
  1532. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/module_node.rb +24 -0
  1533. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/next_node.rb +12 -0
  1534. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/op_asgn_node.rb +36 -0
  1535. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/or_asgn_node.rb +17 -0
  1536. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/or_node.rb +29 -0
  1537. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/pair_node.rb +74 -0
  1538. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/procarg0_node.rb +17 -0
  1539. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/range_node.rb +18 -0
  1540. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/regexp_node.rb +103 -0
  1541. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/resbody_node.rb +45 -0
  1542. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/rescue_node.rb +49 -0
  1543. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/return_node.rb +12 -0
  1544. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/self_class_node.rb +24 -0
  1545. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/send_node.rb +29 -0
  1546. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/str_node.rb +20 -0
  1547. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/super_node.rb +23 -0
  1548. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/symbol_node.rb +12 -0
  1549. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/until_node.rb +35 -0
  1550. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/when_node.rb +47 -0
  1551. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/while_node.rb +35 -0
  1552. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node/yield_node.rb +23 -0
  1553. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node.rb +676 -0
  1554. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/builder.rb +72 -0
  1555. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/comment.rb +45 -0
  1556. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/atom_subcompiler.rb +56 -0
  1557. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/binding.rb +78 -0
  1558. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/debug.rb +168 -0
  1559. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/node_pattern_subcompiler.rb +146 -0
  1560. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/sequence_subcompiler.rb +420 -0
  1561. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler/subcompiler.rb +57 -0
  1562. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/compiler.rb +104 -0
  1563. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/lexer.rb +70 -0
  1564. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/lexer.rex +42 -0
  1565. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/lexer.rex.rb +185 -0
  1566. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/method_definer.rb +145 -0
  1567. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/node.rb +264 -0
  1568. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/parser.racc.rb +470 -0
  1569. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/parser.rb +66 -0
  1570. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/parser.y +103 -0
  1571. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/sets.rb +37 -0
  1572. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern/with_meta.rb +110 -0
  1573. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/node_pattern.rb +126 -0
  1574. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/processed_source.rb +314 -0
  1575. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/rubocop_compatibility.rb +31 -0
  1576. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/sexp.rb +17 -0
  1577. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/token.rb +130 -0
  1578. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/traversal.rb +182 -0
  1579. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast/version.rb +9 -0
  1580. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop/ast.rb +96 -0
  1581. data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.28.0/lib/rubocop-ast.rb +3 -0
  1582. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +19 -0
  1583. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/README.md +131 -0
  1584. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/Rakefile +2 -0
  1585. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/base.rb +234 -0
  1586. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/calculators/length.rb +98 -0
  1587. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/bar.rb +102 -0
  1588. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/percentage.rb +27 -0
  1589. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/rate.rb +39 -0
  1590. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/time.rb +101 -0
  1591. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/title.rb +13 -0
  1592. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/errors/invalid_progress_error.rb +4 -0
  1593. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/formatter.rb +27 -0
  1594. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/molecule.rb +61 -0
  1595. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/string.rb +38 -0
  1596. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/output.rb +71 -0
  1597. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/non_tty.rb +47 -0
  1598. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/null.rb +33 -0
  1599. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/tty.rb +32 -0
  1600. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/progress.rb +108 -0
  1601. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projector.rb +14 -0
  1602. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projectors/smoothed_average.rb +71 -0
  1603. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements/progress_enumerator.rb +28 -0
  1604. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements.rb +1 -0
  1605. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/throttle.rb +25 -0
  1606. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/time.rb +30 -0
  1607. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/timer.rb +78 -0
  1608. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/version.rb +3 -0
  1609. data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar.rb +12 -0
  1610. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/CHANGELOG.md +192 -0
  1611. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/MIT-LICENSE.txt +22 -0
  1612. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/README.md +171 -0
  1613. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/data/display_width.marshal.gz +0 -0
  1614. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/lib/unicode/display_width/constants.rb +10 -0
  1615. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/lib/unicode/display_width/index.rb +34 -0
  1616. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/lib/unicode/display_width/no_string_ext.rb +8 -0
  1617. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/lib/unicode/display_width/string_ext.rb +9 -0
  1618. data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.4.2/lib/unicode/display_width.rb +123 -0
  1619. data/vendor/bundle/ruby/3.1.0/specifications/ast-2.4.2.gemspec +42 -0
  1620. data/vendor/bundle/ruby/3.1.0/specifications/diff-lcs-1.5.0.gemspec +50 -0
  1621. data/vendor/bundle/ruby/3.1.0/specifications/json-2.6.3.gemspec +0 -0
  1622. data/vendor/bundle/ruby/3.1.0/specifications/parallel-1.22.1.gemspec +21 -0
  1623. data/vendor/bundle/ruby/3.1.0/specifications/parser-3.2.2.0.gemspec +52 -0
  1624. data/vendor/bundle/ruby/3.1.0/specifications/rainbow-3.1.1.gemspec +31 -0
  1625. data/vendor/bundle/ruby/3.1.0/specifications/rake-13.0.6.gemspec +26 -0
  1626. data/vendor/bundle/ruby/3.1.0/specifications/regexp_parser-2.7.0.gemspec +23 -0
  1627. data/vendor/bundle/ruby/3.1.0/specifications/rexml-3.2.5.gemspec +38 -0
  1628. data/vendor/bundle/ruby/3.1.0/specifications/rspec-3.12.0.gemspec +39 -0
  1629. data/vendor/bundle/ruby/3.1.0/specifications/rspec-core-3.12.1.gemspec +53 -0
  1630. data/vendor/bundle/ruby/3.1.0/specifications/rspec-expectations-3.12.2.gemspec +44 -0
  1631. data/vendor/bundle/ruby/3.1.0/specifications/rspec-mocks-3.12.5.gemspec +44 -0
  1632. data/vendor/bundle/ruby/3.1.0/specifications/rspec-support-3.12.0.gemspec +36 -0
  1633. data/vendor/bundle/ruby/3.1.0/specifications/rubocop-1.48.1.gemspec +52 -0
  1634. data/vendor/bundle/ruby/3.1.0/specifications/rubocop-ast-1.28.0.gemspec +36 -0
  1635. data/vendor/bundle/ruby/3.1.0/specifications/ruby-progressbar-1.13.0.gemspec +38 -0
  1636. data/vendor/bundle/ruby/3.1.0/specifications/unicode-display_width-2.4.2.gemspec +36 -0
  1637. metadata +1678 -0
@@ -0,0 +1,2715 @@
1
+ # -*- warn-indent:false; -*-
2
+
3
+ # line 1 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
4
+
5
+ # line 650 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
6
+
7
+
8
+ # THIS IS A GENERATED FILE, DO NOT EDIT DIRECTLY
9
+ # This file was generated from lib/regexp_parser/scanner/scanner.rl
10
+
11
+ require 'regexp_parser/error'
12
+
13
+ class Regexp::Scanner
14
+ # General scanner error (catch all)
15
+ class ScannerError < Regexp::Parser::Error; end
16
+
17
+ # Base for all scanner validation errors
18
+ class ValidationError < Regexp::Parser::Error
19
+ def initialize(reason)
20
+ super reason
21
+ end
22
+ end
23
+
24
+ # Unexpected end of pattern
25
+ class PrematureEndError < ScannerError
26
+ def initialize(where = '')
27
+ super "Premature end of pattern at #{where}"
28
+ end
29
+ end
30
+
31
+ # Invalid sequence format. Used for escape sequences, mainly.
32
+ class InvalidSequenceError < ValidationError
33
+ def initialize(what = 'sequence', where = '')
34
+ super "Invalid #{what} at #{where}"
35
+ end
36
+ end
37
+
38
+ # Invalid group. Used for named groups.
39
+ class InvalidGroupError < ValidationError
40
+ def initialize(what, reason)
41
+ super "Invalid #{what}, #{reason}."
42
+ end
43
+ end
44
+
45
+ # Invalid groupOption. Used for inline options.
46
+ # TODO: should become InvalidGroupOptionError in v3.0.0 for consistency
47
+ class InvalidGroupOption < ValidationError
48
+ def initialize(option, text)
49
+ super "Invalid group option #{option} in #{text}"
50
+ end
51
+ end
52
+
53
+ # Invalid back reference. Used for name a number refs/calls.
54
+ class InvalidBackrefError < ValidationError
55
+ def initialize(what, reason)
56
+ super "Invalid back reference #{what}, #{reason}"
57
+ end
58
+ end
59
+
60
+ # The property name was not recognized by the scanner.
61
+ class UnknownUnicodePropertyError < ValidationError
62
+ def initialize(name)
63
+ super "Unknown unicode character property name #{name}"
64
+ end
65
+ end
66
+
67
+ # The POSIX class name was not recognized by the scanner.
68
+ class UnknownPosixClassError < ValidationError
69
+ def initialize(text)
70
+ super "Unknown POSIX class #{text}"
71
+ end
72
+ end
73
+
74
+ # Scans the given regular expression text, or Regexp object and collects the
75
+ # emitted token into an array that gets returned at the end. If a block is
76
+ # given, it gets called for each emitted token.
77
+ #
78
+ # This method may raise errors if a syntax error is encountered.
79
+ # --------------------------------------------------------------------------
80
+ def self.scan(input_object, options: nil, collect_tokens: true, &block)
81
+ new.scan(input_object, options: options, collect_tokens: collect_tokens, &block)
82
+ end
83
+
84
+ def scan(input_object, options: nil, collect_tokens: true, &block)
85
+ self.collect_tokens = collect_tokens
86
+ self.literal_run = nil
87
+ stack = []
88
+
89
+ input = input_object.is_a?(Regexp) ? input_object.source : input_object
90
+ self.free_spacing = free_spacing?(input_object, options)
91
+ self.spacing_stack = [{:free_spacing => free_spacing, :depth => 0}]
92
+
93
+ data = input.unpack("c*")
94
+ eof = data.length
95
+
96
+ self.tokens = []
97
+ self.block = block
98
+
99
+ self.set_depth = 0
100
+ self.group_depth = 0
101
+ self.conditional_stack = []
102
+ self.char_pos = 0
103
+
104
+
105
+ # line 105 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner.rb"
106
+ class << self
107
+ attr_accessor :_re_scanner_trans_keys
108
+ private :_re_scanner_trans_keys, :_re_scanner_trans_keys=
109
+ end
110
+ self._re_scanner_trans_keys = [
111
+ 0, 0, -128, -65, -128, -65,
112
+ -128, -65, 41, 41, 39,
113
+ 57, 39, 39, 33, 62,
114
+ 62, 62, 39, 60, 39, 57,
115
+ 39, 39, 48, 57, 39,
116
+ 57, 39, 57, 48, 57,
117
+ 39, 39, 33, 62, 62, 62,
118
+ 48, 57, 48, 62, 43,
119
+ 62, 48, 57, 62, 62,
120
+ 39, 60, 39, 57, 39, 39,
121
+ 48, 57, 39, 57, 39,
122
+ 57, 48, 57, 33, 62,
123
+ 62, 62, 48, 57, 48, 62,
124
+ 43, 62, 48, 57, 48,
125
+ 57, 48, 125, 44, 125,
126
+ 123, 123, 9, 122, 9, 125,
127
+ 9, 122, -128, -65, -128,
128
+ -65, 38, 38, 58, 93,
129
+ 58, 93, -128, -65, -128, -65,
130
+ 45, 45, 92, 92, 92,
131
+ 92, 45, 45, 92, 92,
132
+ 92, 92, 48, 123, 48, 102,
133
+ 48, 102, 48, 102, 48,
134
+ 102, 9, 125, 9, 125,
135
+ 9, 125, 9, 125, 9, 125,
136
+ 9, 125, 48, 123, 39,
137
+ 39, 41, 41, 41, 57,
138
+ 62, 62, -128, 127, -62, -12,
139
+ 1, 127, 1, 127, 9,
140
+ 32, 33, 126, 10, 10,
141
+ 63, 63, 33, 126, 33, 126,
142
+ 62, 62, 43, 63, 43,
143
+ 63, 43, 63, 65, 122,
144
+ 44, 57, 68, 119, 80, 112,
145
+ -62, 125, -128, -65, -128,
146
+ -65, -128, -65, 38, 38,
147
+ 38, 93, 58, 58, 48, 120,
148
+ 48, 55, 48, 55, -62,
149
+ 125, -128, -65, -128, -65,
150
+ -128, -65, 48, 55, 48, 55,
151
+ 77, 77, 45, 45, 0,
152
+ 0, 67, 99, 45, 45,
153
+ 0, 0, 92, 92, 48, 102,
154
+ 39, 60, 39, 57, 49,
155
+ 57, 41, 57, 33, 62,
156
+ 0
157
+ ]
158
+
159
+ class << self
160
+ attr_accessor :_re_scanner_key_spans
161
+ private :_re_scanner_key_spans, :_re_scanner_key_spans=
162
+ end
163
+ self._re_scanner_key_spans = [
164
+ 0, 64, 64, 64, 1, 19, 1, 30,
165
+ 1, 22, 19, 1, 10, 19, 19, 10,
166
+ 1, 30, 1, 10, 15, 20, 10, 1,
167
+ 22, 19, 1, 10, 19, 19, 10, 30,
168
+ 1, 10, 15, 20, 10, 10, 78, 82,
169
+ 1, 114, 117, 114, 64, 64, 1, 36,
170
+ 36, 64, 64, 1, 1, 1, 1, 1,
171
+ 1, 76, 55, 55, 55, 55, 117, 117,
172
+ 117, 117, 117, 117, 76, 1, 1, 17,
173
+ 1, 256, 51, 127, 127, 24, 94, 1,
174
+ 1, 94, 94, 1, 21, 21, 21, 58,
175
+ 14, 52, 33, 188, 64, 64, 64, 1,
176
+ 56, 1, 73, 8, 8, 188, 64, 64,
177
+ 64, 8, 8, 1, 1, 0, 33, 1,
178
+ 0, 1, 55, 22, 19, 9, 17, 30
179
+ ]
180
+
181
+ class << self
182
+ attr_accessor :_re_scanner_index_offsets
183
+ private :_re_scanner_index_offsets, :_re_scanner_index_offsets=
184
+ end
185
+ self._re_scanner_index_offsets = [
186
+ 0, 0, 65, 130, 195, 197, 217, 219,
187
+ 250, 252, 275, 295, 297, 308, 328, 348,
188
+ 359, 361, 392, 394, 405, 421, 442, 453,
189
+ 455, 478, 498, 500, 511, 531, 551, 562,
190
+ 593, 595, 606, 622, 643, 654, 665, 744,
191
+ 827, 829, 944, 1062, 1177, 1242, 1307, 1309,
192
+ 1346, 1383, 1448, 1513, 1515, 1517, 1519, 1521,
193
+ 1523, 1525, 1602, 1658, 1714, 1770, 1826, 1944,
194
+ 2062, 2180, 2298, 2416, 2534, 2611, 2613, 2615,
195
+ 2633, 2635, 2892, 2944, 3072, 3200, 3225, 3320,
196
+ 3322, 3324, 3419, 3514, 3516, 3538, 3560, 3582,
197
+ 3641, 3656, 3709, 3743, 3932, 3997, 4062, 4127,
198
+ 4129, 4186, 4188, 4262, 4271, 4280, 4469, 4534,
199
+ 4599, 4664, 4673, 4682, 4684, 4686, 4687, 4721,
200
+ 4723, 4724, 4726, 4782, 4805, 4825, 4835, 4853
201
+ ]
202
+
203
+ class << self
204
+ attr_accessor :_re_scanner_indicies
205
+ private :_re_scanner_indicies, :_re_scanner_indicies=
206
+ end
207
+ self._re_scanner_indicies = [
208
+ 1, 1, 1, 1, 1, 1, 1, 1,
209
+ 1, 1, 1, 1, 1, 1, 1, 1,
210
+ 1, 1, 1, 1, 1, 1, 1, 1,
211
+ 1, 1, 1, 1, 1, 1, 1, 1,
212
+ 1, 1, 1, 1, 1, 1, 1, 1,
213
+ 1, 1, 1, 1, 1, 1, 1, 1,
214
+ 1, 1, 1, 1, 1, 1, 1, 1,
215
+ 1, 1, 1, 1, 1, 1, 1, 1,
216
+ 0, 2, 2, 2, 2, 2, 2, 2,
217
+ 2, 2, 2, 2, 2, 2, 2, 2,
218
+ 2, 2, 2, 2, 2, 2, 2, 2,
219
+ 2, 2, 2, 2, 2, 2, 2, 2,
220
+ 2, 2, 2, 2, 2, 2, 2, 2,
221
+ 2, 2, 2, 2, 2, 2, 2, 2,
222
+ 2, 2, 2, 2, 2, 2, 2, 2,
223
+ 2, 2, 2, 2, 2, 2, 2, 2,
224
+ 2, 0, 3, 3, 3, 3, 3, 3,
225
+ 3, 3, 3, 3, 3, 3, 3, 3,
226
+ 3, 3, 3, 3, 3, 3, 3, 3,
227
+ 3, 3, 3, 3, 3, 3, 3, 3,
228
+ 3, 3, 3, 3, 3, 3, 3, 3,
229
+ 3, 3, 3, 3, 3, 3, 3, 3,
230
+ 3, 3, 3, 3, 3, 3, 3, 3,
231
+ 3, 3, 3, 3, 3, 3, 3, 3,
232
+ 3, 3, 0, 6, 5, 8, 7, 7,
233
+ 7, 7, 7, 4, 7, 7, 4, 4,
234
+ 4, 4, 4, 4, 4, 4, 4, 4,
235
+ 7, 8, 7, 10, 9, 9, 9, 9,
236
+ 9, 9, 9, 9, 9, 9, 9, 4,
237
+ 9, 9, 4, 4, 4, 4, 4, 4,
238
+ 4, 4, 4, 4, 9, 9, 9, 11,
239
+ 8, 9, 8, 9, 13, 12, 12, 12,
240
+ 12, 12, 12, 12, 12, 12, 12, 12,
241
+ 12, 12, 12, 12, 12, 12, 12, 12,
242
+ 12, 14, 12, 16, 15, 15, 15, 15,
243
+ 15, 17, 15, 15, 18, 19, 19, 19,
244
+ 19, 19, 19, 19, 19, 19, 15, 16,
245
+ 15, 20, 19, 19, 19, 19, 19, 19,
246
+ 19, 19, 19, 12, 16, 12, 12, 12,
247
+ 12, 12, 12, 12, 12, 20, 20, 20,
248
+ 20, 20, 20, 20, 20, 20, 20, 12,
249
+ 16, 12, 12, 12, 21, 12, 21, 12,
250
+ 12, 19, 19, 19, 19, 19, 19, 19,
251
+ 19, 19, 19, 12, 20, 20, 20, 20,
252
+ 20, 20, 20, 20, 20, 20, 12, 16,
253
+ 12, 12, 22, 22, 22, 22, 22, 22,
254
+ 22, 22, 22, 22, 22, 23, 22, 22,
255
+ 24, 25, 25, 25, 25, 25, 25, 25,
256
+ 25, 25, 22, 22, 22, 22, 16, 22,
257
+ 16, 22, 26, 25, 25, 25, 25, 25,
258
+ 25, 25, 25, 25, 12, 26, 26, 26,
259
+ 26, 26, 26, 26, 26, 26, 26, 12,
260
+ 12, 12, 12, 16, 12, 27, 12, 27,
261
+ 12, 12, 25, 25, 25, 25, 25, 25,
262
+ 25, 25, 25, 25, 12, 12, 12, 12,
263
+ 16, 12, 26, 26, 26, 26, 26, 26,
264
+ 26, 26, 26, 26, 12, 16, 12, 28,
265
+ 12, 12, 12, 12, 12, 12, 12, 12,
266
+ 12, 12, 12, 12, 12, 12, 12, 12,
267
+ 12, 12, 12, 12, 29, 12, 31, 30,
268
+ 30, 30, 30, 30, 32, 30, 30, 12,
269
+ 33, 33, 33, 33, 33, 33, 33, 33,
270
+ 33, 30, 31, 30, 34, 33, 33, 33,
271
+ 33, 33, 33, 33, 33, 33, 12, 31,
272
+ 12, 12, 12, 12, 12, 12, 12, 12,
273
+ 34, 34, 34, 34, 34, 34, 34, 34,
274
+ 34, 34, 12, 31, 12, 12, 12, 35,
275
+ 12, 35, 12, 12, 33, 33, 33, 33,
276
+ 33, 33, 33, 33, 33, 33, 12, 34,
277
+ 34, 34, 34, 34, 34, 34, 34, 34,
278
+ 34, 12, 12, 36, 36, 36, 36, 36,
279
+ 36, 36, 36, 36, 36, 36, 37, 36,
280
+ 36, 12, 38, 38, 38, 38, 38, 38,
281
+ 38, 38, 38, 36, 36, 36, 36, 31,
282
+ 36, 31, 36, 39, 38, 38, 38, 38,
283
+ 38, 38, 38, 38, 38, 12, 39, 39,
284
+ 39, 39, 39, 39, 39, 39, 39, 39,
285
+ 12, 12, 12, 12, 31, 12, 40, 12,
286
+ 40, 12, 12, 38, 38, 38, 38, 38,
287
+ 38, 38, 38, 38, 38, 12, 12, 12,
288
+ 12, 31, 12, 39, 39, 39, 39, 39,
289
+ 39, 39, 39, 39, 39, 12, 42, 42,
290
+ 42, 42, 42, 42, 42, 42, 42, 42,
291
+ 41, 42, 42, 42, 42, 42, 42, 42,
292
+ 42, 42, 42, 41, 41, 41, 41, 41,
293
+ 41, 41, 41, 41, 41, 41, 41, 41,
294
+ 41, 41, 41, 41, 41, 41, 41, 41,
295
+ 41, 41, 41, 41, 41, 41, 41, 41,
296
+ 41, 41, 41, 41, 41, 41, 41, 41,
297
+ 41, 41, 41, 41, 41, 41, 41, 41,
298
+ 41, 41, 41, 41, 41, 41, 41, 41,
299
+ 41, 41, 41, 41, 41, 41, 41, 41,
300
+ 41, 41, 41, 41, 41, 41, 43, 41,
301
+ 42, 41, 41, 41, 44, 44, 44, 44,
302
+ 44, 44, 44, 44, 44, 44, 41, 41,
303
+ 41, 41, 41, 41, 41, 41, 41, 41,
304
+ 41, 41, 41, 41, 41, 41, 41, 41,
305
+ 41, 41, 41, 41, 41, 41, 41, 41,
306
+ 41, 41, 41, 41, 41, 41, 41, 41,
307
+ 41, 41, 41, 41, 41, 41, 41, 41,
308
+ 41, 41, 41, 41, 41, 41, 41, 41,
309
+ 41, 41, 41, 41, 41, 41, 41, 41,
310
+ 41, 41, 41, 41, 41, 41, 41, 41,
311
+ 41, 43, 41, 45, 46, 47, 47, 47,
312
+ 47, 47, 46, 46, 46, 46, 46, 46,
313
+ 46, 46, 46, 46, 46, 46, 46, 46,
314
+ 46, 46, 46, 46, 47, 46, 46, 46,
315
+ 46, 46, 46, 46, 46, 46, 46, 46,
316
+ 46, 47, 47, 46, 47, 47, 47, 47,
317
+ 47, 47, 47, 47, 47, 47, 46, 46,
318
+ 46, 47, 46, 46, 46, 47, 47, 47,
319
+ 47, 47, 47, 47, 47, 47, 47, 47,
320
+ 47, 47, 47, 47, 47, 47, 47, 47,
321
+ 47, 47, 47, 47, 47, 47, 47, 46,
322
+ 46, 46, 48, 47, 46, 47, 47, 47,
323
+ 47, 47, 47, 47, 47, 47, 47, 47,
324
+ 47, 47, 47, 47, 47, 47, 47, 47,
325
+ 47, 47, 47, 47, 47, 47, 47, 46,
326
+ 47, 47, 47, 47, 47, 46, 46, 46,
327
+ 46, 46, 46, 46, 46, 46, 46, 46,
328
+ 46, 46, 46, 46, 46, 46, 46, 47,
329
+ 46, 46, 46, 46, 46, 46, 46, 46,
330
+ 46, 46, 46, 46, 47, 47, 46, 47,
331
+ 47, 47, 47, 47, 47, 47, 47, 47,
332
+ 47, 46, 46, 46, 47, 46, 46, 46,
333
+ 47, 47, 47, 47, 47, 47, 47, 47,
334
+ 47, 47, 47, 47, 47, 47, 47, 47,
335
+ 47, 47, 47, 47, 47, 47, 47, 47,
336
+ 47, 47, 46, 46, 46, 46, 47, 46,
337
+ 47, 47, 47, 47, 47, 47, 47, 47,
338
+ 47, 47, 47, 47, 47, 47, 47, 47,
339
+ 47, 47, 47, 47, 47, 47, 47, 47,
340
+ 47, 47, 46, 46, 49, 46, 47, 47,
341
+ 47, 47, 47, 46, 46, 46, 46, 46,
342
+ 46, 46, 46, 46, 46, 46, 46, 46,
343
+ 46, 46, 46, 46, 46, 47, 46, 46,
344
+ 46, 46, 46, 46, 46, 46, 46, 46,
345
+ 46, 46, 47, 47, 46, 47, 47, 47,
346
+ 47, 47, 47, 47, 47, 47, 47, 46,
347
+ 46, 46, 47, 46, 46, 46, 47, 47,
348
+ 47, 47, 47, 47, 47, 47, 47, 47,
349
+ 47, 47, 47, 47, 47, 47, 47, 47,
350
+ 47, 47, 47, 47, 47, 47, 47, 47,
351
+ 46, 46, 46, 46, 47, 46, 47, 47,
352
+ 47, 47, 47, 47, 47, 47, 47, 47,
353
+ 47, 47, 47, 47, 47, 47, 47, 47,
354
+ 47, 47, 47, 47, 47, 47, 47, 47,
355
+ 46, 51, 51, 51, 51, 51, 51, 51,
356
+ 51, 51, 51, 51, 51, 51, 51, 51,
357
+ 51, 51, 51, 51, 51, 51, 51, 51,
358
+ 51, 51, 51, 51, 51, 51, 51, 51,
359
+ 51, 51, 51, 51, 51, 51, 51, 51,
360
+ 51, 51, 51, 51, 51, 51, 51, 51,
361
+ 51, 51, 51, 51, 51, 51, 51, 51,
362
+ 51, 51, 51, 51, 51, 51, 51, 51,
363
+ 51, 50, 52, 52, 52, 52, 52, 52,
364
+ 52, 52, 52, 52, 52, 52, 52, 52,
365
+ 52, 52, 52, 52, 52, 52, 52, 52,
366
+ 52, 52, 52, 52, 52, 52, 52, 52,
367
+ 52, 52, 52, 52, 52, 52, 52, 52,
368
+ 52, 52, 52, 52, 52, 52, 52, 52,
369
+ 52, 52, 52, 52, 52, 52, 52, 52,
370
+ 52, 52, 52, 52, 52, 52, 52, 52,
371
+ 52, 52, 50, 54, 53, 57, 56, 56,
372
+ 56, 56, 56, 56, 56, 56, 56, 56,
373
+ 56, 56, 56, 56, 56, 56, 56, 56,
374
+ 56, 56, 56, 56, 56, 56, 56, 56,
375
+ 56, 56, 56, 56, 56, 56, 58, 56,
376
+ 58, 56, 57, 56, 56, 56, 56, 56,
377
+ 56, 56, 56, 56, 56, 56, 56, 56,
378
+ 56, 56, 56, 56, 56, 56, 56, 56,
379
+ 56, 56, 56, 56, 56, 56, 56, 56,
380
+ 56, 56, 56, 58, 56, 59, 56, 61,
381
+ 61, 61, 61, 61, 61, 61, 61, 61,
382
+ 61, 61, 61, 61, 61, 61, 61, 61,
383
+ 61, 61, 61, 61, 61, 61, 61, 61,
384
+ 61, 61, 61, 61, 61, 61, 61, 61,
385
+ 61, 61, 61, 61, 61, 61, 61, 61,
386
+ 61, 61, 61, 61, 61, 61, 61, 61,
387
+ 61, 61, 61, 61, 61, 61, 61, 61,
388
+ 61, 61, 61, 61, 61, 61, 61, 60,
389
+ 62, 62, 62, 62, 62, 62, 62, 62,
390
+ 62, 62, 62, 62, 62, 62, 62, 62,
391
+ 62, 62, 62, 62, 62, 62, 62, 62,
392
+ 62, 62, 62, 62, 62, 62, 62, 62,
393
+ 62, 62, 62, 62, 62, 62, 62, 62,
394
+ 62, 62, 62, 62, 62, 62, 62, 62,
395
+ 62, 62, 62, 62, 62, 62, 62, 62,
396
+ 62, 62, 62, 62, 62, 62, 62, 62,
397
+ 60, 63, 46, 65, 64, 67, 64, 68,
398
+ 46, 70, 69, 72, 69, 73, 73, 73,
399
+ 73, 73, 73, 73, 73, 73, 73, 46,
400
+ 46, 46, 46, 46, 46, 46, 73, 73,
401
+ 73, 73, 73, 73, 46, 46, 46, 46,
402
+ 46, 46, 46, 46, 46, 46, 46, 46,
403
+ 46, 46, 46, 46, 46, 46, 46, 46,
404
+ 46, 46, 46, 46, 46, 46, 73, 73,
405
+ 73, 73, 73, 73, 46, 46, 46, 46,
406
+ 46, 46, 46, 46, 46, 46, 46, 46,
407
+ 46, 46, 46, 46, 46, 46, 46, 46,
408
+ 74, 46, 75, 75, 75, 75, 75, 75,
409
+ 75, 75, 75, 75, 46, 46, 46, 46,
410
+ 46, 46, 46, 75, 75, 75, 75, 75,
411
+ 75, 46, 46, 46, 46, 46, 46, 46,
412
+ 46, 46, 46, 46, 46, 46, 46, 46,
413
+ 46, 46, 46, 46, 46, 46, 46, 46,
414
+ 46, 46, 46, 75, 75, 75, 75, 75,
415
+ 75, 46, 76, 76, 76, 76, 76, 76,
416
+ 76, 76, 76, 76, 46, 46, 46, 46,
417
+ 46, 46, 46, 76, 76, 76, 76, 76,
418
+ 76, 46, 46, 46, 46, 46, 46, 46,
419
+ 46, 46, 46, 46, 46, 46, 46, 46,
420
+ 46, 46, 46, 46, 46, 46, 46, 46,
421
+ 46, 46, 46, 76, 76, 76, 76, 76,
422
+ 76, 46, 77, 77, 77, 77, 77, 77,
423
+ 77, 77, 77, 77, 46, 46, 46, 46,
424
+ 46, 46, 46, 77, 77, 77, 77, 77,
425
+ 77, 46, 46, 46, 46, 46, 46, 46,
426
+ 46, 46, 46, 46, 46, 46, 46, 46,
427
+ 46, 46, 46, 46, 46, 46, 46, 46,
428
+ 46, 46, 46, 77, 77, 77, 77, 77,
429
+ 77, 46, 78, 78, 78, 78, 78, 78,
430
+ 78, 78, 78, 78, 46, 46, 46, 46,
431
+ 46, 46, 46, 78, 78, 78, 78, 78,
432
+ 78, 46, 46, 46, 46, 46, 46, 46,
433
+ 46, 46, 46, 46, 46, 46, 46, 46,
434
+ 46, 46, 46, 46, 46, 46, 46, 46,
435
+ 46, 46, 46, 78, 78, 78, 78, 78,
436
+ 78, 46, 74, 74, 74, 74, 74, 46,
437
+ 46, 46, 46, 46, 46, 46, 46, 46,
438
+ 46, 46, 46, 46, 46, 46, 46, 46,
439
+ 46, 74, 46, 46, 46, 46, 46, 46,
440
+ 46, 46, 46, 46, 46, 46, 46, 46,
441
+ 46, 79, 79, 79, 79, 79, 79, 79,
442
+ 79, 79, 79, 46, 46, 46, 46, 46,
443
+ 46, 46, 79, 79, 79, 79, 79, 79,
444
+ 46, 46, 46, 46, 46, 46, 46, 46,
445
+ 46, 46, 46, 46, 46, 46, 46, 46,
446
+ 46, 46, 46, 46, 46, 46, 46, 46,
447
+ 46, 46, 79, 79, 79, 79, 79, 79,
448
+ 46, 46, 46, 46, 46, 46, 46, 46,
449
+ 46, 46, 46, 46, 46, 46, 46, 46,
450
+ 46, 46, 46, 46, 46, 46, 77, 46,
451
+ 74, 74, 74, 74, 74, 46, 46, 46,
452
+ 46, 46, 46, 46, 46, 46, 46, 46,
453
+ 46, 46, 46, 46, 46, 46, 46, 74,
454
+ 46, 46, 46, 46, 46, 46, 46, 46,
455
+ 46, 46, 46, 46, 46, 46, 46, 80,
456
+ 80, 80, 80, 80, 80, 80, 80, 80,
457
+ 80, 46, 46, 46, 46, 46, 46, 46,
458
+ 80, 80, 80, 80, 80, 80, 46, 46,
459
+ 46, 46, 46, 46, 46, 46, 46, 46,
460
+ 46, 46, 46, 46, 46, 46, 46, 46,
461
+ 46, 46, 46, 46, 46, 46, 46, 46,
462
+ 80, 80, 80, 80, 80, 80, 46, 46,
463
+ 46, 46, 46, 46, 46, 46, 46, 46,
464
+ 46, 46, 46, 46, 46, 46, 46, 46,
465
+ 46, 46, 46, 46, 77, 46, 74, 74,
466
+ 74, 74, 74, 46, 46, 46, 46, 46,
467
+ 46, 46, 46, 46, 46, 46, 46, 46,
468
+ 46, 46, 46, 46, 46, 74, 46, 46,
469
+ 46, 46, 46, 46, 46, 46, 46, 46,
470
+ 46, 46, 46, 46, 46, 81, 81, 81,
471
+ 81, 81, 81, 81, 81, 81, 81, 46,
472
+ 46, 46, 46, 46, 46, 46, 81, 81,
473
+ 81, 81, 81, 81, 46, 46, 46, 46,
474
+ 46, 46, 46, 46, 46, 46, 46, 46,
475
+ 46, 46, 46, 46, 46, 46, 46, 46,
476
+ 46, 46, 46, 46, 46, 46, 81, 81,
477
+ 81, 81, 81, 81, 46, 46, 46, 46,
478
+ 46, 46, 46, 46, 46, 46, 46, 46,
479
+ 46, 46, 46, 46, 46, 46, 46, 46,
480
+ 46, 46, 77, 46, 74, 74, 74, 74,
481
+ 74, 46, 46, 46, 46, 46, 46, 46,
482
+ 46, 46, 46, 46, 46, 46, 46, 46,
483
+ 46, 46, 46, 74, 46, 46, 46, 46,
484
+ 46, 46, 46, 46, 46, 46, 46, 46,
485
+ 46, 46, 46, 82, 82, 82, 82, 82,
486
+ 82, 82, 82, 82, 82, 46, 46, 46,
487
+ 46, 46, 46, 46, 82, 82, 82, 82,
488
+ 82, 82, 46, 46, 46, 46, 46, 46,
489
+ 46, 46, 46, 46, 46, 46, 46, 46,
490
+ 46, 46, 46, 46, 46, 46, 46, 46,
491
+ 46, 46, 46, 46, 82, 82, 82, 82,
492
+ 82, 82, 46, 46, 46, 46, 46, 46,
493
+ 46, 46, 46, 46, 46, 46, 46, 46,
494
+ 46, 46, 46, 46, 46, 46, 46, 46,
495
+ 77, 46, 74, 74, 74, 74, 74, 46,
496
+ 46, 46, 46, 46, 46, 46, 46, 46,
497
+ 46, 46, 46, 46, 46, 46, 46, 46,
498
+ 46, 74, 46, 46, 46, 46, 46, 46,
499
+ 46, 46, 46, 46, 46, 46, 46, 46,
500
+ 46, 83, 83, 83, 83, 83, 83, 83,
501
+ 83, 83, 83, 46, 46, 46, 46, 46,
502
+ 46, 46, 83, 83, 83, 83, 83, 83,
503
+ 46, 46, 46, 46, 46, 46, 46, 46,
504
+ 46, 46, 46, 46, 46, 46, 46, 46,
505
+ 46, 46, 46, 46, 46, 46, 46, 46,
506
+ 46, 46, 83, 83, 83, 83, 83, 83,
507
+ 46, 46, 46, 46, 46, 46, 46, 46,
508
+ 46, 46, 46, 46, 46, 46, 46, 46,
509
+ 46, 46, 46, 46, 46, 46, 77, 46,
510
+ 74, 74, 74, 74, 74, 46, 46, 46,
511
+ 46, 46, 46, 46, 46, 46, 46, 46,
512
+ 46, 46, 46, 46, 46, 46, 46, 74,
513
+ 46, 46, 46, 46, 46, 46, 46, 46,
514
+ 46, 46, 46, 46, 46, 46, 46, 46,
515
+ 46, 46, 46, 46, 46, 46, 46, 46,
516
+ 46, 46, 46, 46, 46, 46, 46, 46,
517
+ 46, 46, 46, 46, 46, 46, 46, 46,
518
+ 46, 46, 46, 46, 46, 46, 46, 46,
519
+ 46, 46, 46, 46, 46, 46, 46, 46,
520
+ 46, 46, 46, 46, 46, 46, 46, 46,
521
+ 46, 46, 46, 46, 46, 46, 46, 46,
522
+ 46, 46, 46, 46, 46, 46, 46, 46,
523
+ 46, 46, 46, 46, 46, 46, 46, 46,
524
+ 46, 46, 46, 46, 77, 46, 85, 85,
525
+ 85, 85, 85, 85, 85, 85, 85, 85,
526
+ 84, 84, 84, 84, 84, 84, 84, 85,
527
+ 85, 85, 85, 85, 85, 84, 84, 84,
528
+ 84, 84, 84, 84, 84, 84, 84, 84,
529
+ 84, 84, 84, 84, 84, 84, 84, 84,
530
+ 84, 84, 84, 84, 84, 84, 84, 85,
531
+ 85, 85, 85, 85, 85, 84, 84, 84,
532
+ 84, 84, 84, 84, 84, 84, 84, 84,
533
+ 84, 84, 84, 84, 84, 84, 84, 84,
534
+ 84, 46, 84, 88, 87, 89, 86, 89,
535
+ 86, 86, 86, 86, 86, 86, 90, 90,
536
+ 90, 90, 90, 90, 90, 90, 90, 90,
537
+ 86, 88, 91, 46, 46, 46, 46, 46,
538
+ 46, 46, 46, 46, 46, 46, 46, 46,
539
+ 46, 46, 46, 46, 46, 46, 46, 46,
540
+ 46, 46, 46, 46, 46, 46, 46, 46,
541
+ 46, 46, 46, 46, 46, 46, 46, 46,
542
+ 46, 46, 46, 46, 46, 46, 46, 46,
543
+ 46, 46, 46, 46, 46, 46, 46, 46,
544
+ 46, 46, 46, 46, 46, 46, 46, 46,
545
+ 46, 46, 46, 46, 46, 2, 2, 2,
546
+ 2, 2, 2, 2, 2, 2, 2, 2,
547
+ 2, 2, 2, 2, 2, 2, 2, 2,
548
+ 2, 2, 2, 2, 2, 2, 2, 2,
549
+ 2, 2, 2, 3, 3, 3, 3, 3,
550
+ 3, 3, 3, 3, 3, 3, 3, 3,
551
+ 3, 3, 3, 92, 92, 92, 92, 92,
552
+ 46, 46, 46, 46, 46, 46, 46, 46,
553
+ 46, 46, 46, 46, 93, 93, 93, 93,
554
+ 93, 93, 93, 93, 94, 94, 94, 94,
555
+ 94, 93, 93, 93, 93, 93, 93, 93,
556
+ 93, 93, 93, 93, 93, 93, 93, 93,
557
+ 93, 93, 93, 95, 96, 96, 97, 98,
558
+ 96, 96, 96, 99, 100, 101, 102, 96,
559
+ 96, 103, 96, 96, 96, 96, 96, 96,
560
+ 96, 96, 96, 96, 96, 96, 96, 96,
561
+ 96, 96, 104, 96, 96, 96, 96, 96,
562
+ 96, 96, 96, 96, 96, 96, 96, 96,
563
+ 96, 96, 96, 96, 96, 96, 96, 96,
564
+ 96, 96, 96, 96, 96, 96, 105, 106,
565
+ 107, 108, 96, 96, 96, 96, 96, 96,
566
+ 96, 96, 96, 96, 96, 96, 96, 96,
567
+ 96, 96, 96, 96, 96, 96, 96, 96,
568
+ 96, 96, 96, 96, 96, 96, 109, 110,
569
+ 107, 96, 93, 96, 2, 2, 2, 2,
570
+ 2, 2, 2, 2, 2, 2, 2, 2,
571
+ 2, 2, 2, 2, 2, 2, 2, 2,
572
+ 2, 2, 2, 2, 2, 2, 2, 2,
573
+ 2, 2, 3, 3, 3, 3, 3, 3,
574
+ 3, 3, 3, 3, 3, 3, 3, 3,
575
+ 3, 3, 92, 92, 92, 92, 92, 111,
576
+ 93, 93, 93, 93, 93, 93, 93, 93,
577
+ 93, 93, 93, 93, 93, 93, 93, 93,
578
+ 93, 93, 93, 93, 93, 93, 93, 93,
579
+ 93, 93, 93, 93, 93, 93, 93, 111,
580
+ 111, 111, 111, 111, 111, 111, 111, 111,
581
+ 111, 111, 111, 111, 111, 111, 111, 111,
582
+ 111, 111, 111, 111, 111, 111, 111, 111,
583
+ 111, 111, 111, 111, 111, 111, 111, 111,
584
+ 111, 111, 111, 111, 111, 111, 111, 111,
585
+ 111, 111, 111, 111, 111, 111, 111, 111,
586
+ 111, 111, 111, 111, 111, 111, 111, 111,
587
+ 111, 111, 111, 111, 111, 111, 111, 111,
588
+ 111, 111, 111, 111, 111, 111, 111, 111,
589
+ 111, 111, 111, 111, 111, 111, 111, 111,
590
+ 111, 111, 111, 111, 111, 111, 111, 111,
591
+ 111, 111, 111, 111, 111, 111, 93, 111,
592
+ 93, 93, 93, 93, 93, 93, 93, 93,
593
+ 94, 94, 94, 94, 94, 93, 93, 93,
594
+ 93, 93, 93, 93, 93, 93, 93, 93,
595
+ 93, 93, 93, 93, 93, 93, 93, 95,
596
+ 112, 112, 112, 112, 112, 112, 112, 112,
597
+ 112, 112, 112, 112, 112, 112, 112, 112,
598
+ 112, 112, 112, 112, 112, 112, 112, 112,
599
+ 112, 112, 112, 112, 112, 112, 112, 112,
600
+ 112, 112, 112, 112, 112, 112, 112, 112,
601
+ 112, 112, 112, 112, 112, 112, 112, 112,
602
+ 112, 112, 112, 112, 112, 112, 112, 112,
603
+ 112, 112, 112, 112, 112, 112, 112, 112,
604
+ 112, 112, 112, 112, 112, 112, 112, 112,
605
+ 112, 112, 112, 112, 112, 112, 112, 112,
606
+ 112, 112, 112, 112, 112, 112, 112, 112,
607
+ 112, 112, 112, 112, 112, 112, 93, 112,
608
+ 95, 95, 95, 95, 95, 112, 112, 112,
609
+ 112, 112, 112, 112, 112, 112, 112, 112,
610
+ 112, 112, 112, 112, 112, 112, 112, 95,
611
+ 112, 96, 96, 111, 111, 96, 96, 96,
612
+ 111, 111, 111, 111, 96, 96, 111, 96,
613
+ 96, 96, 96, 96, 96, 96, 96, 96,
614
+ 96, 96, 96, 96, 96, 96, 96, 111,
615
+ 96, 96, 96, 96, 96, 96, 96, 96,
616
+ 96, 96, 96, 96, 96, 96, 96, 96,
617
+ 96, 96, 96, 96, 96, 96, 96, 96,
618
+ 96, 96, 96, 111, 111, 111, 111, 96,
619
+ 96, 96, 96, 96, 96, 96, 96, 96,
620
+ 96, 96, 96, 96, 96, 96, 96, 96,
621
+ 96, 96, 96, 96, 96, 96, 96, 96,
622
+ 96, 96, 96, 111, 111, 111, 96, 111,
623
+ 114, 97, 116, 115, 10, 118, 5, 118,
624
+ 118, 118, 119, 120, 117, 118, 118, 118,
625
+ 118, 118, 118, 118, 118, 118, 118, 118,
626
+ 118, 118, 118, 118, 118, 8, 118, 121,
627
+ 10, 8, 118, 118, 118, 118, 118, 118,
628
+ 118, 118, 118, 118, 118, 118, 118, 118,
629
+ 118, 118, 118, 118, 118, 118, 118, 118,
630
+ 118, 118, 118, 118, 118, 118, 118, 118,
631
+ 118, 118, 118, 118, 118, 118, 118, 118,
632
+ 118, 118, 118, 118, 118, 118, 118, 118,
633
+ 118, 118, 118, 118, 118, 118, 118, 118,
634
+ 118, 118, 118, 118, 118, 118, 118, 118,
635
+ 118, 8, 118, 117, 118, 117, 118, 118,
636
+ 118, 117, 117, 117, 118, 118, 118, 118,
637
+ 118, 118, 118, 118, 118, 118, 118, 118,
638
+ 118, 118, 118, 118, 122, 118, 117, 117,
639
+ 117, 118, 118, 118, 118, 118, 118, 118,
640
+ 118, 118, 118, 118, 118, 118, 118, 118,
641
+ 118, 118, 118, 118, 118, 118, 118, 118,
642
+ 118, 118, 118, 118, 118, 118, 118, 118,
643
+ 118, 118, 118, 118, 118, 118, 118, 118,
644
+ 118, 118, 118, 118, 118, 118, 118, 118,
645
+ 118, 118, 118, 118, 118, 118, 118, 118,
646
+ 118, 118, 118, 118, 118, 118, 118, 118,
647
+ 117, 118, 8, 9, 125, 124, 124, 124,
648
+ 124, 124, 124, 124, 124, 124, 124, 124,
649
+ 124, 124, 124, 124, 124, 124, 124, 124,
650
+ 125, 124, 127, 126, 126, 126, 126, 126,
651
+ 126, 126, 126, 126, 126, 126, 126, 126,
652
+ 126, 126, 126, 126, 126, 126, 127, 126,
653
+ 129, 128, 128, 128, 128, 128, 128, 128,
654
+ 128, 128, 128, 128, 128, 128, 128, 128,
655
+ 128, 128, 128, 128, 129, 128, 131, 131,
656
+ 130, 130, 130, 130, 131, 130, 130, 130,
657
+ 132, 130, 130, 130, 130, 130, 130, 130,
658
+ 130, 130, 130, 130, 130, 130, 130, 131,
659
+ 130, 130, 130, 130, 130, 130, 130, 131,
660
+ 130, 130, 130, 130, 133, 130, 130, 130,
661
+ 134, 130, 130, 130, 130, 130, 130, 130,
662
+ 130, 130, 130, 130, 130, 130, 130, 131,
663
+ 130, 136, 135, 135, 135, 44, 44, 44,
664
+ 44, 44, 44, 44, 44, 44, 44, 135,
665
+ 137, 46, 46, 46, 137, 46, 46, 46,
666
+ 46, 46, 46, 46, 46, 46, 137, 137,
667
+ 46, 46, 46, 137, 137, 46, 46, 46,
668
+ 46, 46, 46, 46, 46, 46, 46, 46,
669
+ 137, 46, 46, 46, 137, 46, 46, 46,
670
+ 46, 46, 46, 46, 46, 46, 46, 137,
671
+ 46, 46, 46, 137, 46, 138, 46, 46,
672
+ 46, 46, 46, 46, 46, 46, 46, 46,
673
+ 46, 46, 46, 46, 46, 46, 46, 46,
674
+ 46, 46, 46, 46, 46, 46, 46, 46,
675
+ 46, 46, 46, 46, 46, 138, 46, 139,
676
+ 139, 139, 139, 139, 139, 139, 139, 139,
677
+ 139, 139, 139, 139, 139, 139, 139, 139,
678
+ 139, 139, 139, 139, 139, 139, 139, 139,
679
+ 139, 139, 139, 139, 139, 140, 140, 140,
680
+ 140, 140, 140, 140, 140, 140, 140, 140,
681
+ 140, 140, 140, 140, 140, 141, 141, 141,
682
+ 141, 141, 51, 51, 51, 51, 51, 51,
683
+ 51, 51, 51, 51, 51, 51, 51, 51,
684
+ 51, 51, 51, 51, 51, 51, 51, 51,
685
+ 51, 51, 51, 51, 51, 51, 51, 51,
686
+ 51, 51, 51, 51, 51, 51, 51, 51,
687
+ 51, 51, 51, 51, 51, 51, 51, 51,
688
+ 51, 142, 51, 143, 51, 142, 142, 142,
689
+ 142, 51, 144, 142, 51, 51, 51, 51,
690
+ 51, 51, 51, 51, 51, 51, 51, 51,
691
+ 51, 51, 51, 51, 142, 51, 51, 51,
692
+ 51, 51, 51, 51, 51, 51, 51, 51,
693
+ 51, 51, 51, 51, 51, 51, 51, 51,
694
+ 51, 51, 51, 51, 51, 51, 51, 51,
695
+ 145, 146, 147, 148, 51, 51, 51, 51,
696
+ 51, 51, 51, 51, 51, 51, 51, 51,
697
+ 51, 51, 51, 51, 51, 51, 51, 51,
698
+ 51, 51, 51, 51, 51, 51, 51, 51,
699
+ 142, 142, 142, 51, 51, 51, 51, 51,
700
+ 51, 51, 51, 51, 51, 51, 51, 51,
701
+ 51, 51, 51, 51, 51, 51, 51, 51,
702
+ 51, 51, 51, 51, 51, 51, 51, 51,
703
+ 51, 51, 51, 51, 51, 51, 51, 51,
704
+ 51, 51, 51, 51, 51, 51, 51, 51,
705
+ 51, 51, 51, 51, 51, 51, 51, 51,
706
+ 51, 51, 51, 51, 51, 51, 51, 51,
707
+ 51, 51, 51, 51, 149, 52, 52, 52,
708
+ 52, 52, 52, 52, 52, 52, 52, 52,
709
+ 52, 52, 52, 52, 52, 52, 52, 52,
710
+ 52, 52, 52, 52, 52, 52, 52, 52,
711
+ 52, 52, 52, 52, 52, 52, 52, 52,
712
+ 52, 52, 52, 52, 52, 52, 52, 52,
713
+ 52, 52, 52, 52, 52, 52, 52, 52,
714
+ 52, 52, 52, 52, 52, 52, 52, 52,
715
+ 52, 52, 52, 52, 52, 149, 150, 150,
716
+ 150, 150, 150, 150, 150, 150, 150, 150,
717
+ 150, 150, 150, 150, 150, 150, 150, 150,
718
+ 150, 150, 150, 150, 150, 150, 150, 150,
719
+ 150, 150, 150, 150, 150, 150, 150, 150,
720
+ 150, 150, 150, 150, 150, 150, 150, 150,
721
+ 150, 150, 150, 150, 150, 150, 150, 150,
722
+ 150, 150, 150, 150, 150, 150, 150, 150,
723
+ 150, 150, 150, 150, 150, 150, 149, 151,
724
+ 149, 153, 152, 152, 152, 152, 152, 152,
725
+ 152, 152, 152, 152, 152, 152, 152, 152,
726
+ 152, 152, 152, 152, 152, 152, 152, 152,
727
+ 152, 152, 152, 152, 152, 152, 152, 152,
728
+ 152, 152, 152, 152, 152, 152, 152, 152,
729
+ 152, 152, 152, 152, 152, 152, 152, 152,
730
+ 152, 152, 152, 152, 152, 152, 152, 152,
731
+ 154, 152, 56, 156, 158, 158, 158, 158,
732
+ 158, 158, 158, 158, 157, 157, 157, 157,
733
+ 157, 157, 157, 157, 157, 157, 157, 159,
734
+ 159, 157, 157, 157, 159, 157, 157, 157,
735
+ 157, 159, 157, 157, 159, 157, 157, 159,
736
+ 157, 157, 157, 159, 157, 157, 157, 159,
737
+ 159, 159, 157, 157, 157, 159, 159, 159,
738
+ 159, 159, 159, 157, 159, 157, 157, 157,
739
+ 157, 157, 159, 157, 159, 157, 159, 159,
740
+ 159, 159, 159, 159, 159, 157, 161, 161,
741
+ 161, 161, 161, 161, 161, 161, 160, 162,
742
+ 162, 162, 162, 162, 162, 162, 162, 160,
743
+ 163, 163, 163, 163, 163, 163, 163, 163,
744
+ 163, 163, 163, 163, 163, 163, 163, 163,
745
+ 163, 163, 163, 163, 163, 163, 163, 163,
746
+ 163, 163, 163, 163, 163, 163, 164, 164,
747
+ 164, 164, 164, 164, 164, 164, 164, 164,
748
+ 164, 164, 164, 164, 164, 164, 165, 165,
749
+ 165, 165, 165, 61, 61, 61, 61, 61,
750
+ 61, 61, 61, 61, 61, 61, 61, 61,
751
+ 61, 61, 61, 61, 61, 61, 61, 61,
752
+ 61, 61, 61, 61, 61, 61, 61, 61,
753
+ 61, 61, 61, 61, 61, 61, 61, 61,
754
+ 61, 61, 61, 61, 61, 61, 61, 61,
755
+ 61, 61, 166, 61, 61, 61, 166, 166,
756
+ 166, 166, 61, 61, 166, 61, 167, 168,
757
+ 168, 168, 168, 168, 168, 168, 169, 169,
758
+ 61, 61, 61, 61, 61, 166, 61, 46,
759
+ 46, 170, 171, 61, 61, 46, 171, 61,
760
+ 61, 46, 61, 172, 61, 61, 173, 61,
761
+ 171, 171, 61, 61, 61, 171, 171, 61,
762
+ 46, 166, 166, 166, 166, 61, 61, 174,
763
+ 174, 63, 171, 174, 174, 61, 171, 61,
764
+ 61, 61, 61, 61, 174, 61, 173, 61,
765
+ 174, 171, 174, 175, 174, 171, 176, 61,
766
+ 46, 166, 166, 166, 61, 61, 61, 61,
767
+ 61, 61, 61, 61, 61, 61, 61, 61,
768
+ 61, 61, 61, 61, 61, 61, 61, 61,
769
+ 61, 61, 61, 61, 61, 61, 61, 61,
770
+ 61, 61, 61, 61, 61, 61, 61, 61,
771
+ 61, 61, 61, 61, 61, 61, 61, 61,
772
+ 61, 61, 61, 61, 61, 61, 61, 61,
773
+ 61, 61, 61, 61, 61, 61, 61, 61,
774
+ 61, 61, 61, 61, 61, 177, 62, 62,
775
+ 62, 62, 62, 62, 62, 62, 62, 62,
776
+ 62, 62, 62, 62, 62, 62, 62, 62,
777
+ 62, 62, 62, 62, 62, 62, 62, 62,
778
+ 62, 62, 62, 62, 62, 62, 62, 62,
779
+ 62, 62, 62, 62, 62, 62, 62, 62,
780
+ 62, 62, 62, 62, 62, 62, 62, 62,
781
+ 62, 62, 62, 62, 62, 62, 62, 62,
782
+ 62, 62, 62, 62, 62, 62, 177, 178,
783
+ 178, 178, 178, 178, 178, 178, 178, 178,
784
+ 178, 178, 178, 178, 178, 178, 178, 178,
785
+ 178, 178, 178, 178, 178, 178, 178, 178,
786
+ 178, 178, 178, 178, 178, 178, 178, 178,
787
+ 178, 178, 178, 178, 178, 178, 178, 178,
788
+ 178, 178, 178, 178, 178, 178, 178, 178,
789
+ 178, 178, 178, 178, 178, 178, 178, 178,
790
+ 178, 178, 178, 178, 178, 178, 178, 177,
791
+ 180, 180, 180, 180, 180, 180, 180, 180,
792
+ 179, 182, 182, 182, 182, 182, 182, 182,
793
+ 182, 181, 184, 64, 186, 185, 64, 188,
794
+ 69, 69, 69, 69, 69, 69, 69, 69,
795
+ 69, 69, 69, 69, 69, 69, 69, 69,
796
+ 69, 69, 69, 69, 69, 69, 69, 69,
797
+ 69, 69, 69, 69, 69, 69, 69, 189,
798
+ 69, 191, 190, 69, 72, 69, 193, 193,
799
+ 193, 193, 193, 193, 193, 193, 193, 193,
800
+ 192, 192, 192, 192, 192, 192, 192, 193,
801
+ 193, 193, 193, 193, 193, 192, 192, 192,
802
+ 192, 192, 192, 192, 192, 192, 192, 192,
803
+ 192, 192, 192, 192, 192, 192, 192, 192,
804
+ 192, 192, 192, 192, 192, 192, 192, 193,
805
+ 193, 193, 193, 193, 193, 192, 195, 194,
806
+ 194, 194, 194, 194, 196, 194, 194, 194,
807
+ 197, 197, 197, 197, 197, 197, 197, 197,
808
+ 197, 194, 194, 198, 194, 88, 87, 87,
809
+ 87, 87, 87, 199, 87, 87, 199, 199,
810
+ 199, 199, 199, 199, 199, 199, 199, 199,
811
+ 87, 90, 90, 90, 90, 90, 90, 90,
812
+ 90, 90, 199, 89, 199, 199, 199, 199,
813
+ 199, 199, 90, 90, 90, 90, 90, 90,
814
+ 90, 90, 90, 90, 199, 199, 91, 91,
815
+ 91, 91, 91, 91, 91, 91, 91, 91,
816
+ 91, 199, 91, 91, 199, 199, 199, 199,
817
+ 199, 199, 199, 199, 199, 199, 91, 91,
818
+ 91, 91, 88, 91, 0
819
+ ]
820
+
821
+ class << self
822
+ attr_accessor :_re_scanner_trans_targs
823
+ private :_re_scanner_trans_targs, :_re_scanner_trans_targs=
824
+ end
825
+ self._re_scanner_trans_targs = [
826
+ 73, 74, 1, 2, 73, 4, 73, 6,
827
+ 73, 8, 73, 83, 73, 10, 17, 11,
828
+ 73, 12, 16, 14, 13, 15, 18, 19,
829
+ 23, 21, 20, 22, 25, 31, 26, 73,
830
+ 27, 29, 28, 30, 32, 33, 35, 34,
831
+ 36, 73, 38, 73, 39, 41, 0, 42,
832
+ 43, 90, 91, 91, 44, 91, 91, 91,
833
+ 47, 48, 91, 91, 101, 101, 49, 52,
834
+ 101, 107, 101, 109, 55, 101, 110, 101,
835
+ 112, 58, 61, 59, 60, 101, 62, 63,
836
+ 64, 65, 66, 67, 101, 114, 115, 69,
837
+ 70, 115, 71, 72, 3, 75, 76, 77,
838
+ 78, 79, 73, 80, 73, 84, 85, 73,
839
+ 86, 73, 87, 73, 73, 88, 73, 73,
840
+ 73, 73, 73, 73, 81, 73, 82, 5,
841
+ 73, 7, 73, 73, 73, 73, 73, 73,
842
+ 73, 73, 73, 73, 73, 9, 24, 73,
843
+ 37, 89, 40, 92, 93, 94, 91, 95,
844
+ 96, 97, 91, 91, 91, 91, 45, 91,
845
+ 91, 46, 91, 91, 91, 98, 99, 98,
846
+ 98, 100, 98, 102, 103, 104, 101, 105,
847
+ 105, 101, 51, 101, 54, 101, 101, 57,
848
+ 68, 101, 50, 101, 106, 101, 101, 101,
849
+ 108, 101, 53, 101, 111, 113, 101, 56,
850
+ 101, 101, 115, 116, 117, 118, 119, 115
851
+ ]
852
+
853
+ class << self
854
+ attr_accessor :_re_scanner_trans_actions
855
+ private :_re_scanner_trans_actions, :_re_scanner_trans_actions=
856
+ end
857
+ self._re_scanner_trans_actions = [
858
+ 1, 2, 0, 0, 3, 4, 5, 0,
859
+ 6, 0, 7, 8, 9, 0, 0, 0,
860
+ 10, 0, 0, 0, 0, 0, 0, 0,
861
+ 0, 0, 0, 0, 0, 0, 0, 11,
862
+ 0, 0, 0, 0, 0, 0, 0, 0,
863
+ 0, 12, 0, 13, 0, 0, 0, 0,
864
+ 0, 15, 16, 17, 0, 18, 19, 20,
865
+ 0, 0, 21, 22, 23, 24, 0, 0,
866
+ 26, 0, 27, 0, 0, 28, 0, 29,
867
+ 0, 0, 0, 0, 0, 30, 0, 0,
868
+ 0, 0, 0, 0, 31, 0, 32, 0,
869
+ 0, 33, 0, 0, 0, 0, 0, 0,
870
+ 0, 0, 36, 37, 38, 0, 0, 39,
871
+ 0, 40, 41, 42, 43, 41, 44, 45,
872
+ 46, 47, 48, 49, 50, 51, 0, 0,
873
+ 52, 0, 53, 54, 55, 56, 57, 58,
874
+ 59, 60, 61, 62, 63, 0, 0, 64,
875
+ 0, 66, 0, 0, 41, 41, 67, 0,
876
+ 41, 68, 69, 70, 71, 72, 0, 73,
877
+ 74, 0, 75, 76, 77, 78, 0, 79,
878
+ 80, 0, 81, 0, 41, 41, 82, 83,
879
+ 84, 85, 0, 86, 0, 87, 88, 0,
880
+ 0, 89, 0, 90, 0, 91, 92, 93,
881
+ 41, 94, 0, 95, 41, 0, 96, 0,
882
+ 97, 98, 99, 41, 41, 41, 41, 100
883
+ ]
884
+
885
+ class << self
886
+ attr_accessor :_re_scanner_to_state_actions
887
+ private :_re_scanner_to_state_actions, :_re_scanner_to_state_actions=
888
+ end
889
+ self._re_scanner_to_state_actions = [
890
+ 0, 0, 0, 0, 0, 0, 0, 0,
891
+ 0, 0, 0, 0, 0, 0, 0, 0,
892
+ 0, 0, 0, 0, 0, 0, 0, 0,
893
+ 0, 0, 0, 0, 0, 0, 0, 0,
894
+ 0, 0, 0, 0, 0, 0, 0, 0,
895
+ 0, 0, 0, 0, 0, 0, 0, 0,
896
+ 0, 0, 0, 0, 0, 0, 0, 0,
897
+ 0, 0, 0, 0, 0, 0, 0, 0,
898
+ 0, 0, 0, 0, 0, 0, 0, 0,
899
+ 0, 34, 0, 0, 0, 0, 0, 0,
900
+ 0, 0, 0, 0, 0, 0, 0, 0,
901
+ 0, 65, 65, 65, 0, 0, 0, 0,
902
+ 0, 0, 65, 0, 0, 65, 0, 0,
903
+ 0, 0, 0, 0, 0, 0, 0, 0,
904
+ 0, 0, 0, 65, 0, 0, 0, 0
905
+ ]
906
+
907
+ class << self
908
+ attr_accessor :_re_scanner_from_state_actions
909
+ private :_re_scanner_from_state_actions, :_re_scanner_from_state_actions=
910
+ end
911
+ self._re_scanner_from_state_actions = [
912
+ 0, 0, 0, 0, 0, 0, 0, 0,
913
+ 0, 0, 0, 0, 0, 0, 0, 0,
914
+ 0, 0, 0, 0, 0, 0, 0, 0,
915
+ 0, 0, 0, 0, 0, 0, 0, 0,
916
+ 0, 0, 0, 0, 0, 0, 0, 0,
917
+ 0, 0, 0, 0, 0, 0, 0, 0,
918
+ 0, 0, 0, 0, 0, 0, 0, 0,
919
+ 0, 0, 0, 0, 0, 0, 0, 0,
920
+ 0, 0, 0, 0, 0, 0, 0, 0,
921
+ 0, 35, 0, 0, 0, 0, 0, 0,
922
+ 0, 0, 0, 0, 0, 0, 0, 0,
923
+ 0, 35, 35, 35, 0, 0, 0, 0,
924
+ 0, 0, 35, 0, 0, 35, 0, 0,
925
+ 0, 0, 0, 0, 0, 0, 0, 0,
926
+ 0, 0, 0, 35, 0, 0, 0, 0
927
+ ]
928
+
929
+ class << self
930
+ attr_accessor :_re_scanner_eof_actions
931
+ private :_re_scanner_eof_actions, :_re_scanner_eof_actions=
932
+ end
933
+ self._re_scanner_eof_actions = [
934
+ 0, 0, 0, 0, 0, 0, 0, 0,
935
+ 0, 0, 0, 0, 0, 0, 0, 0,
936
+ 0, 0, 0, 0, 0, 0, 0, 0,
937
+ 0, 0, 0, 0, 0, 0, 0, 0,
938
+ 0, 0, 0, 0, 0, 0, 0, 0,
939
+ 14, 14, 14, 14, 0, 0, 0, 0,
940
+ 0, 0, 0, 25, 25, 0, 25, 25,
941
+ 0, 25, 25, 25, 25, 25, 25, 25,
942
+ 25, 25, 25, 25, 25, 0, 0, 0,
943
+ 0, 0, 0, 0, 0, 0, 0, 0,
944
+ 0, 0, 0, 0, 0, 0, 0, 0,
945
+ 0, 0, 0, 25, 0, 0, 0, 0,
946
+ 0, 0, 0, 0, 0, 25, 0, 0,
947
+ 0, 0, 0, 0, 0, 0, 0, 0,
948
+ 0, 0, 0, 0, 0, 0, 0, 0
949
+ ]
950
+
951
+ class << self
952
+ attr_accessor :_re_scanner_eof_trans
953
+ private :_re_scanner_eof_trans, :_re_scanner_eof_trans=
954
+ end
955
+ self._re_scanner_eof_trans = [
956
+ 0, 1, 1, 1, 5, 5, 5, 5,
957
+ 1, 13, 13, 13, 13, 13, 13, 13,
958
+ 13, 13, 13, 13, 13, 13, 13, 13,
959
+ 13, 13, 13, 13, 13, 13, 13, 13,
960
+ 13, 13, 13, 13, 13, 42, 42, 42,
961
+ 0, 0, 0, 0, 51, 51, 54, 56,
962
+ 56, 61, 61, 0, 0, 67, 0, 0,
963
+ 72, 0, 0, 0, 0, 0, 0, 0,
964
+ 0, 0, 0, 0, 0, 87, 87, 87,
965
+ 87, 0, 112, 112, 113, 113, 112, 114,
966
+ 116, 118, 118, 124, 125, 127, 129, 131,
967
+ 136, 0, 0, 0, 150, 150, 150, 150,
968
+ 153, 156, 0, 161, 161, 0, 178, 178,
969
+ 178, 180, 182, 184, 184, 184, 188, 188,
970
+ 188, 188, 193, 0, 200, 200, 200, 200
971
+ ]
972
+
973
+ class << self
974
+ attr_accessor :re_scanner_start
975
+ end
976
+ self.re_scanner_start = 73;
977
+ class << self
978
+ attr_accessor :re_scanner_first_final
979
+ end
980
+ self.re_scanner_first_final = 73;
981
+ class << self
982
+ attr_accessor :re_scanner_error
983
+ end
984
+ self.re_scanner_error = 0;
985
+
986
+ class << self
987
+ attr_accessor :re_scanner_en_char_type
988
+ end
989
+ self.re_scanner_en_char_type = 89;
990
+ class << self
991
+ attr_accessor :re_scanner_en_unicode_property
992
+ end
993
+ self.re_scanner_en_unicode_property = 90;
994
+ class << self
995
+ attr_accessor :re_scanner_en_character_set
996
+ end
997
+ self.re_scanner_en_character_set = 91;
998
+ class << self
999
+ attr_accessor :re_scanner_en_set_escape_sequence
1000
+ end
1001
+ self.re_scanner_en_set_escape_sequence = 98;
1002
+ class << self
1003
+ attr_accessor :re_scanner_en_escape_sequence
1004
+ end
1005
+ self.re_scanner_en_escape_sequence = 101;
1006
+ class << self
1007
+ attr_accessor :re_scanner_en_conditional_expression
1008
+ end
1009
+ self.re_scanner_en_conditional_expression = 115;
1010
+ class << self
1011
+ attr_accessor :re_scanner_en_main
1012
+ end
1013
+ self.re_scanner_en_main = 73;
1014
+
1015
+
1016
+ # line 749 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1017
+
1018
+ # line 1018 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner.rb"
1019
+ begin
1020
+ p ||= 0
1021
+ pe ||= data.length
1022
+ cs = re_scanner_start
1023
+ top = 0
1024
+ ts = nil
1025
+ te = nil
1026
+ act = 0
1027
+ end
1028
+
1029
+ # line 750 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1030
+
1031
+ # line 1031 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner.rb"
1032
+ begin
1033
+ testEof = false
1034
+ _slen, _trans, _keys, _inds, _acts, _nacts = nil
1035
+ _goto_level = 0
1036
+ _resume = 10
1037
+ _eof_trans = 15
1038
+ _again = 20
1039
+ _test_eof = 30
1040
+ _out = 40
1041
+ while true
1042
+ if _goto_level <= 0
1043
+ if p == pe
1044
+ _goto_level = _test_eof
1045
+ next
1046
+ end
1047
+ if cs == 0
1048
+ _goto_level = _out
1049
+ next
1050
+ end
1051
+ end
1052
+ if _goto_level <= _resume
1053
+ case _re_scanner_from_state_actions[cs]
1054
+ when 35 then
1055
+ # line 1 "NONE"
1056
+ begin
1057
+ ts = p
1058
+ end
1059
+ # line 1059 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner.rb"
1060
+ end
1061
+ _keys = cs << 1
1062
+ _inds = _re_scanner_index_offsets[cs]
1063
+ _slen = _re_scanner_key_spans[cs]
1064
+ _wide = data[p].ord
1065
+ _trans = if ( _slen > 0 &&
1066
+ _re_scanner_trans_keys[_keys] <= _wide &&
1067
+ _wide <= _re_scanner_trans_keys[_keys + 1]
1068
+ ) then
1069
+ _re_scanner_indicies[ _inds + _wide - _re_scanner_trans_keys[_keys] ]
1070
+ else
1071
+ _re_scanner_indicies[ _inds + _slen ]
1072
+ end
1073
+ end
1074
+ if _goto_level <= _eof_trans
1075
+ cs = _re_scanner_trans_targs[_trans]
1076
+ if _re_scanner_trans_actions[_trans] != 0
1077
+ case _re_scanner_trans_actions[_trans]
1078
+ when 37 then
1079
+ # line 147 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1080
+ begin
1081
+ self.group_depth = group_depth + 1 end
1082
+ when 4 then
1083
+ # line 148 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1084
+ begin
1085
+ self.group_depth = group_depth - 1 end
1086
+ when 41 then
1087
+ # line 1 "NONE"
1088
+ begin
1089
+ te = p+1
1090
+ end
1091
+ when 66 then
1092
+ # line 12 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/char_type.rl"
1093
+ begin
1094
+ te = p+1
1095
+ begin
1096
+ case text = copy(data, ts-1, te)
1097
+ when '\d'; emit(:type, :digit, text)
1098
+ when '\D'; emit(:type, :nondigit, text)
1099
+ when '\h'; emit(:type, :hex, text)
1100
+ when '\H'; emit(:type, :nonhex, text)
1101
+ when '\s'; emit(:type, :space, text)
1102
+ when '\S'; emit(:type, :nonspace, text)
1103
+ when '\w'; emit(:type, :word, text)
1104
+ when '\W'; emit(:type, :nonword, text)
1105
+ when '\R'; emit(:type, :linebreak, text)
1106
+ when '\X'; emit(:type, :xgrapheme, text)
1107
+ end
1108
+ begin
1109
+ top -= 1
1110
+ cs = stack[top]
1111
+ _goto_level = _again
1112
+ next
1113
+ end
1114
+
1115
+ end
1116
+ end
1117
+ when 15 then
1118
+ # line 16 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/property.rl"
1119
+ begin
1120
+ te = p+1
1121
+ begin
1122
+ text = copy(data, ts-1, te)
1123
+ type = (text[1] == 'P') ^ (text[3] == '^') ? :nonproperty : :property
1124
+
1125
+ name = text[3..-2].gsub(/[\^\s_\-]/, '').downcase
1126
+
1127
+ token = self.class.short_prop_map[name] || self.class.long_prop_map[name]
1128
+ validation_error(:property, name) unless token
1129
+
1130
+ self.emit(type, token.to_sym, text)
1131
+
1132
+ begin
1133
+ top -= 1
1134
+ cs = stack[top]
1135
+ _goto_level = _again
1136
+ next
1137
+ end
1138
+
1139
+ end
1140
+ end
1141
+ when 19 then
1142
+ # line 175 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1143
+ begin
1144
+ te = p+1
1145
+ begin # special case, emits two tokens
1146
+ emit(:literal, :literal, '-')
1147
+ emit(:set, :intersection, '&&')
1148
+ end
1149
+ end
1150
+ when 71 then
1151
+ # line 180 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1152
+ begin
1153
+ te = p+1
1154
+ begin
1155
+ if prev_token[1] == :open
1156
+ emit(:set, :negate, '^')
1157
+ else
1158
+ emit(:literal, :literal, '^')
1159
+ end
1160
+ end
1161
+ end
1162
+ when 73 then
1163
+ # line 200 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1164
+ begin
1165
+ te = p+1
1166
+ begin
1167
+ emit(:set, :intersection, '&&')
1168
+ end
1169
+ end
1170
+ when 69 then
1171
+ # line 204 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1172
+ begin
1173
+ te = p+1
1174
+ begin
1175
+ begin
1176
+ stack[top] = cs
1177
+ top+= 1
1178
+ cs = 98
1179
+ _goto_level = _again
1180
+ next
1181
+ end
1182
+
1183
+ end
1184
+ end
1185
+ when 67 then
1186
+ # line 238 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1187
+ begin
1188
+ te = p+1
1189
+ begin
1190
+ emit(:literal, :literal, copy(data, ts, te))
1191
+ end
1192
+ end
1193
+ when 17 then
1194
+ # line 242 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1195
+ begin
1196
+ te = p+1
1197
+ begin
1198
+ text = copy(data, ts, te)
1199
+ emit(:literal, :literal, text)
1200
+ end
1201
+ end
1202
+ when 74 then
1203
+ # line 188 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1204
+ begin
1205
+ te = p
1206
+ p = p - 1; begin
1207
+ # ranges cant start with the opening bracket, a subset, or
1208
+ # intersection/negation/range operators
1209
+ if prev_token[0] == :set
1210
+ emit(:literal, :literal, '-')
1211
+ else
1212
+ emit(:set, :range, '-')
1213
+ end
1214
+ end
1215
+ end
1216
+ when 77 then
1217
+ # line 208 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1218
+ begin
1219
+ te = p
1220
+ p = p - 1; begin
1221
+ emit(:set, :open, '[')
1222
+ begin
1223
+ stack[top] = cs
1224
+ top+= 1
1225
+ cs = 91
1226
+ _goto_level = _again
1227
+ next
1228
+ end
1229
+
1230
+ end
1231
+ end
1232
+ when 72 then
1233
+ # line 242 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1234
+ begin
1235
+ te = p
1236
+ p = p - 1; begin
1237
+ text = copy(data, ts, te)
1238
+ emit(:literal, :literal, text)
1239
+ end
1240
+ end
1241
+ when 18 then
1242
+ # line 188 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1243
+ begin
1244
+ begin p = ((te))-1; end
1245
+ begin
1246
+ # ranges cant start with the opening bracket, a subset, or
1247
+ # intersection/negation/range operators
1248
+ if prev_token[0] == :set
1249
+ emit(:literal, :literal, '-')
1250
+ else
1251
+ emit(:set, :range, '-')
1252
+ end
1253
+ end
1254
+ end
1255
+ when 21 then
1256
+ # line 208 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1257
+ begin
1258
+ begin p = ((te))-1; end
1259
+ begin
1260
+ emit(:set, :open, '[')
1261
+ begin
1262
+ stack[top] = cs
1263
+ top+= 1
1264
+ cs = 91
1265
+ _goto_level = _again
1266
+ next
1267
+ end
1268
+
1269
+ end
1270
+ end
1271
+ when 16 then
1272
+ # line 242 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1273
+ begin
1274
+ begin p = ((te))-1; end
1275
+ begin
1276
+ text = copy(data, ts, te)
1277
+ emit(:literal, :literal, text)
1278
+ end
1279
+ end
1280
+ when 81 then
1281
+ # line 252 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1282
+ begin
1283
+ te = p+1
1284
+ begin
1285
+ emit(:escape, :octal, copy(data, ts-1, te))
1286
+ begin
1287
+ top -= 1
1288
+ cs = stack[top]
1289
+ _goto_level = _again
1290
+ next
1291
+ end
1292
+
1293
+ end
1294
+ end
1295
+ when 79 then
1296
+ # line 258 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1297
+ begin
1298
+ te = p+1
1299
+ begin
1300
+ p = p - 1;
1301
+ cs = 91;
1302
+ begin
1303
+ stack[top] = cs
1304
+ top+= 1
1305
+ cs = 101
1306
+ _goto_level = _again
1307
+ next
1308
+ end
1309
+
1310
+ end
1311
+ end
1312
+ when 78 then
1313
+ # line 267 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1314
+ begin
1315
+ te = p+1
1316
+ begin
1317
+ emit(:escape, :literal, copy(data, ts-1, te))
1318
+ begin
1319
+ top -= 1
1320
+ cs = stack[top]
1321
+ _goto_level = _again
1322
+ next
1323
+ end
1324
+
1325
+ end
1326
+ end
1327
+ when 80 then
1328
+ # line 252 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1329
+ begin
1330
+ te = p
1331
+ p = p - 1; begin
1332
+ emit(:escape, :octal, copy(data, ts-1, te))
1333
+ begin
1334
+ top -= 1
1335
+ cs = stack[top]
1336
+ _goto_level = _again
1337
+ next
1338
+ end
1339
+
1340
+ end
1341
+ end
1342
+ when 85 then
1343
+ # line 277 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1344
+ begin
1345
+ te = p+1
1346
+ begin
1347
+ text = copy(data, ts-1, te)
1348
+ emit(:backref, :number, text)
1349
+ begin
1350
+ top -= 1
1351
+ cs = stack[top]
1352
+ _goto_level = _again
1353
+ next
1354
+ end
1355
+
1356
+ end
1357
+ end
1358
+ when 92 then
1359
+ # line 283 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1360
+ begin
1361
+ te = p+1
1362
+ begin
1363
+ emit(:escape, :octal, copy(data, ts-1, te))
1364
+ begin
1365
+ top -= 1
1366
+ cs = stack[top]
1367
+ _goto_level = _again
1368
+ next
1369
+ end
1370
+
1371
+ end
1372
+ end
1373
+ when 82 then
1374
+ # line 288 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1375
+ begin
1376
+ te = p+1
1377
+ begin
1378
+ case text = copy(data, ts-1, te)
1379
+ when '\.'; emit(:escape, :dot, text)
1380
+ when '\|'; emit(:escape, :alternation, text)
1381
+ when '\^'; emit(:escape, :bol, text)
1382
+ when '\$'; emit(:escape, :eol, text)
1383
+ when '\?'; emit(:escape, :zero_or_one, text)
1384
+ when '\*'; emit(:escape, :zero_or_more, text)
1385
+ when '\+'; emit(:escape, :one_or_more, text)
1386
+ when '\('; emit(:escape, :group_open, text)
1387
+ when '\)'; emit(:escape, :group_close, text)
1388
+ when '\{'; emit(:escape, :interval_open, text)
1389
+ when '\}'; emit(:escape, :interval_close, text)
1390
+ when '\['; emit(:escape, :set_open, text)
1391
+ when '\]'; emit(:escape, :set_close, text)
1392
+ when "\\\\";
1393
+ emit(:escape, :backslash, text)
1394
+ end
1395
+ begin
1396
+ top -= 1
1397
+ cs = stack[top]
1398
+ _goto_level = _again
1399
+ next
1400
+ end
1401
+
1402
+ end
1403
+ end
1404
+ when 88 then
1405
+ # line 309 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1406
+ begin
1407
+ te = p+1
1408
+ begin
1409
+ # \b is emitted as backspace only when inside a character set, otherwise
1410
+ # it is a word boundary anchor. A syntax might "normalize" it if needed.
1411
+ case text = copy(data, ts-1, te)
1412
+ when '\a'; emit(:escape, :bell, text)
1413
+ when '\b'; emit(:escape, :backspace, text)
1414
+ when '\e'; emit(:escape, :escape, text)
1415
+ when '\f'; emit(:escape, :form_feed, text)
1416
+ when '\n'; emit(:escape, :newline, text)
1417
+ when '\r'; emit(:escape, :carriage, text)
1418
+ when '\t'; emit(:escape, :tab, text)
1419
+ when '\v'; emit(:escape, :vertical_tab, text)
1420
+ end
1421
+ begin
1422
+ top -= 1
1423
+ cs = stack[top]
1424
+ _goto_level = _again
1425
+ next
1426
+ end
1427
+
1428
+ end
1429
+ end
1430
+ when 30 then
1431
+ # line 325 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1432
+ begin
1433
+ te = p+1
1434
+ begin
1435
+ text = copy(data, ts-1, te)
1436
+ if text[2] == '{'
1437
+ emit(:escape, :codepoint_list, text)
1438
+ else
1439
+ emit(:escape, :codepoint, text)
1440
+ end
1441
+ begin
1442
+ top -= 1
1443
+ cs = stack[top]
1444
+ _goto_level = _again
1445
+ next
1446
+ end
1447
+
1448
+ end
1449
+ end
1450
+ when 98 then
1451
+ # line 335 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1452
+ begin
1453
+ te = p+1
1454
+ begin
1455
+ emit(:escape, :hex, copy(data, ts-1, te))
1456
+ begin
1457
+ top -= 1
1458
+ cs = stack[top]
1459
+ _goto_level = _again
1460
+ next
1461
+ end
1462
+
1463
+ end
1464
+ end
1465
+ when 26 then
1466
+ # line 344 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1467
+ begin
1468
+ te = p+1
1469
+ begin
1470
+ emit_meta_control_sequence(data, ts, te, :control)
1471
+ begin
1472
+ top -= 1
1473
+ cs = stack[top]
1474
+ _goto_level = _again
1475
+ next
1476
+ end
1477
+
1478
+ end
1479
+ end
1480
+ when 28 then
1481
+ # line 349 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1482
+ begin
1483
+ te = p+1
1484
+ begin
1485
+ emit_meta_control_sequence(data, ts, te, :meta_sequence)
1486
+ begin
1487
+ top -= 1
1488
+ cs = stack[top]
1489
+ _goto_level = _again
1490
+ next
1491
+ end
1492
+
1493
+ end
1494
+ end
1495
+ when 86 then
1496
+ # line 354 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1497
+ begin
1498
+ te = p+1
1499
+ begin
1500
+ p = p - 1;
1501
+ cs = ((in_set? ? 91 : 73));
1502
+ begin
1503
+ stack[top] = cs
1504
+ top+= 1
1505
+ cs = 89
1506
+ _goto_level = _again
1507
+ next
1508
+ end
1509
+
1510
+ end
1511
+ end
1512
+ when 87 then
1513
+ # line 360 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1514
+ begin
1515
+ te = p+1
1516
+ begin
1517
+ p = p - 1;
1518
+ cs = ((in_set? ? 91 : 73));
1519
+ begin
1520
+ stack[top] = cs
1521
+ top+= 1
1522
+ cs = 90
1523
+ _goto_level = _again
1524
+ next
1525
+ end
1526
+
1527
+ end
1528
+ end
1529
+ when 24 then
1530
+ # line 366 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1531
+ begin
1532
+ te = p+1
1533
+ begin
1534
+ emit(:escape, :literal, copy(data, ts-1, te))
1535
+ begin
1536
+ top -= 1
1537
+ cs = stack[top]
1538
+ _goto_level = _again
1539
+ next
1540
+ end
1541
+
1542
+ end
1543
+ end
1544
+ when 91 then
1545
+ # line 283 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1546
+ begin
1547
+ te = p
1548
+ p = p - 1; begin
1549
+ emit(:escape, :octal, copy(data, ts-1, te))
1550
+ begin
1551
+ top -= 1
1552
+ cs = stack[top]
1553
+ _goto_level = _again
1554
+ next
1555
+ end
1556
+
1557
+ end
1558
+ end
1559
+ when 97 then
1560
+ # line 335 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1561
+ begin
1562
+ te = p
1563
+ p = p - 1; begin
1564
+ emit(:escape, :hex, copy(data, ts-1, te))
1565
+ begin
1566
+ top -= 1
1567
+ cs = stack[top]
1568
+ _goto_level = _again
1569
+ next
1570
+ end
1571
+
1572
+ end
1573
+ end
1574
+ when 94 then
1575
+ # line 344 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1576
+ begin
1577
+ te = p
1578
+ p = p - 1; begin
1579
+ emit_meta_control_sequence(data, ts, te, :control)
1580
+ begin
1581
+ top -= 1
1582
+ cs = stack[top]
1583
+ _goto_level = _again
1584
+ next
1585
+ end
1586
+
1587
+ end
1588
+ end
1589
+ when 96 then
1590
+ # line 349 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1591
+ begin
1592
+ te = p
1593
+ p = p - 1; begin
1594
+ emit_meta_control_sequence(data, ts, te, :meta_sequence)
1595
+ begin
1596
+ top -= 1
1597
+ cs = stack[top]
1598
+ _goto_level = _again
1599
+ next
1600
+ end
1601
+
1602
+ end
1603
+ end
1604
+ when 89 then
1605
+ # line 366 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1606
+ begin
1607
+ te = p
1608
+ p = p - 1; begin
1609
+ emit(:escape, :literal, copy(data, ts-1, te))
1610
+ begin
1611
+ top -= 1
1612
+ cs = stack[top]
1613
+ _goto_level = _again
1614
+ next
1615
+ end
1616
+
1617
+ end
1618
+ end
1619
+ when 23 then
1620
+ # line 366 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1621
+ begin
1622
+ begin p = ((te))-1; end
1623
+ begin
1624
+ emit(:escape, :literal, copy(data, ts-1, te))
1625
+ begin
1626
+ top -= 1
1627
+ cs = stack[top]
1628
+ _goto_level = _again
1629
+ next
1630
+ end
1631
+
1632
+ end
1633
+ end
1634
+ when 90 then
1635
+ # line 1 "NONE"
1636
+ begin
1637
+ case act
1638
+ when 17 then
1639
+ begin begin p = ((te))-1; end
1640
+
1641
+ text = copy(data, ts-1, te)
1642
+ emit(:backref, :number, text)
1643
+ begin
1644
+ top -= 1
1645
+ cs = stack[top]
1646
+ _goto_level = _again
1647
+ next
1648
+ end
1649
+
1650
+ end
1651
+ when 18 then
1652
+ begin begin p = ((te))-1; end
1653
+
1654
+ emit(:escape, :octal, copy(data, ts-1, te))
1655
+ begin
1656
+ top -= 1
1657
+ cs = stack[top]
1658
+ _goto_level = _again
1659
+ next
1660
+ end
1661
+
1662
+ end
1663
+ end
1664
+ end
1665
+ when 33 then
1666
+ # line 376 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1667
+ begin
1668
+ te = p+1
1669
+ begin
1670
+ text = copy(data, ts, te-1)
1671
+ emit(:conditional, :condition, text)
1672
+ emit(:conditional, :condition_close, ')')
1673
+ end
1674
+ end
1675
+ when 99 then
1676
+ # line 382 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1677
+ begin
1678
+ te = p+1
1679
+ begin
1680
+ p = p - 1;
1681
+ begin
1682
+ stack[top] = cs
1683
+ top+= 1
1684
+ cs = 73
1685
+ _goto_level = _again
1686
+ next
1687
+ end
1688
+
1689
+ end
1690
+ end
1691
+ when 100 then
1692
+ # line 382 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1693
+ begin
1694
+ te = p
1695
+ p = p - 1; begin
1696
+ p = p - 1;
1697
+ begin
1698
+ stack[top] = cs
1699
+ top+= 1
1700
+ cs = 73
1701
+ _goto_level = _again
1702
+ next
1703
+ end
1704
+
1705
+ end
1706
+ end
1707
+ when 32 then
1708
+ # line 382 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1709
+ begin
1710
+ begin p = ((te))-1; end
1711
+ begin
1712
+ p = p - 1;
1713
+ begin
1714
+ stack[top] = cs
1715
+ top+= 1
1716
+ cs = 73
1717
+ _goto_level = _again
1718
+ next
1719
+ end
1720
+
1721
+ end
1722
+ end
1723
+ when 39 then
1724
+ # line 395 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1725
+ begin
1726
+ te = p+1
1727
+ begin
1728
+ emit(:meta, :dot, copy(data, ts, te))
1729
+ end
1730
+ end
1731
+ when 44 then
1732
+ # line 399 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1733
+ begin
1734
+ te = p+1
1735
+ begin
1736
+ if conditional_stack.last == group_depth
1737
+ emit(:conditional, :separator, copy(data, ts, te))
1738
+ else
1739
+ emit(:meta, :alternation, copy(data, ts, te))
1740
+ end
1741
+ end
1742
+ end
1743
+ when 43 then
1744
+ # line 409 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1745
+ begin
1746
+ te = p+1
1747
+ begin
1748
+ emit(:anchor, :bol, copy(data, ts, te))
1749
+ end
1750
+ end
1751
+ when 36 then
1752
+ # line 413 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1753
+ begin
1754
+ te = p+1
1755
+ begin
1756
+ emit(:anchor, :eol, copy(data, ts, te))
1757
+ end
1758
+ end
1759
+ when 63 then
1760
+ # line 417 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1761
+ begin
1762
+ te = p+1
1763
+ begin
1764
+ emit(:keep, :mark, copy(data, ts, te))
1765
+ end
1766
+ end
1767
+ when 62 then
1768
+ # line 421 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1769
+ begin
1770
+ te = p+1
1771
+ begin
1772
+ case text = copy(data, ts, te)
1773
+ when '\A'; emit(:anchor, :bos, text)
1774
+ when '\z'; emit(:anchor, :eos, text)
1775
+ when '\Z'; emit(:anchor, :eos_ob_eol, text)
1776
+ when '\b'; emit(:anchor, :word_boundary, text)
1777
+ when '\B'; emit(:anchor, :nonword_boundary, text)
1778
+ when '\G'; emit(:anchor, :match_start, text)
1779
+ end
1780
+ end
1781
+ end
1782
+ when 42 then
1783
+ # line 432 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1784
+ begin
1785
+ te = p+1
1786
+ begin
1787
+ append_literal(data, ts, te)
1788
+ end
1789
+ end
1790
+ when 52 then
1791
+ # line 447 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1792
+ begin
1793
+ te = p+1
1794
+ begin
1795
+ text = copy(data, ts, te)
1796
+
1797
+ conditional_stack << group_depth
1798
+
1799
+ emit(:conditional, :open, text[0..-2])
1800
+ emit(:conditional, :condition_open, '(')
1801
+ begin
1802
+ stack[top] = cs
1803
+ top+= 1
1804
+ cs = 115
1805
+ _goto_level = _again
1806
+ next
1807
+ end
1808
+
1809
+ end
1810
+ end
1811
+ when 53 then
1812
+ # line 478 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1813
+ begin
1814
+ te = p+1
1815
+ begin
1816
+ text = copy(data, ts, te)
1817
+ if text[2..-1] =~ /([^\-mixdau:]|^$)|-.*([dau])/
1818
+ validation_error(:group_option, $1 || "-#{$2}", text)
1819
+ end
1820
+ emit_options(text)
1821
+ end
1822
+ end
1823
+ when 7 then
1824
+ # line 492 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1825
+ begin
1826
+ te = p+1
1827
+ begin
1828
+ case text = copy(data, ts, te)
1829
+ when '(?='; emit(:assertion, :lookahead, text)
1830
+ when '(?!'; emit(:assertion, :nlookahead, text)
1831
+ when '(?<='; emit(:assertion, :lookbehind, text)
1832
+ when '(?<!'; emit(:assertion, :nlookbehind, text)
1833
+ end
1834
+ end
1835
+ end
1836
+ when 6 then
1837
+ # line 509 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1838
+ begin
1839
+ te = p+1
1840
+ begin
1841
+ case text = copy(data, ts, te)
1842
+ when '(?:'; emit(:group, :passive, text)
1843
+ when '(?>'; emit(:group, :atomic, text)
1844
+ when '(?~'; emit(:group, :absence, text)
1845
+
1846
+ when /^\(\?(?:<>|'')/
1847
+ validation_error(:group, 'named group', 'name is empty')
1848
+
1849
+ when /^\(\?<[^>]+>/
1850
+ emit(:group, :named_ab, text)
1851
+
1852
+ when /^\(\?'[^']+'/
1853
+ emit(:group, :named_sq, text)
1854
+
1855
+ end
1856
+ end
1857
+ end
1858
+ when 11 then
1859
+ # line 550 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1860
+ begin
1861
+ te = p+1
1862
+ begin
1863
+ case text = copy(data, ts, te)
1864
+ when /^\\k(<>|'')/
1865
+ validation_error(:backref, 'backreference', 'ref ID is empty')
1866
+ when /^\\k(.)[^\p{digit}\-][^+\-]*\D$/
1867
+ emit(:backref, $1 == '<' ? :name_ref_ab : :name_ref_sq, text)
1868
+ when /^\\k(.)\d+\D$/
1869
+ emit(:backref, $1 == '<' ? :number_ref_ab : :number_ref_sq, text)
1870
+ when /^\\k(.)-\d+\D$/
1871
+ emit(:backref, $1 == '<' ? :number_rel_ref_ab : :number_rel_ref_sq, text)
1872
+ when /^\\k(.)[^\p{digit}\-].*[+\-]\d+\D$/
1873
+ emit(:backref, $1 == '<' ? :name_recursion_ref_ab : :name_recursion_ref_sq, text)
1874
+ when /^\\k(.)-?\d+[+\-]\d+\D$/
1875
+ emit(:backref, $1 == '<' ? :number_recursion_ref_ab : :number_recursion_ref_sq, text)
1876
+ end
1877
+ end
1878
+ end
1879
+ when 10 then
1880
+ # line 569 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1881
+ begin
1882
+ te = p+1
1883
+ begin
1884
+ case text = copy(data, ts, te)
1885
+ when /^\\g(<>|'')/
1886
+ validation_error(:backref, 'subexpression call', 'ref ID is empty')
1887
+ when /^\\g(.)[^\p{digit}+\->][^+\-]*/
1888
+ emit(:backref, $1 == '<' ? :name_call_ab : :name_call_sq, text)
1889
+ when /^\\g(.)\d+\D$/
1890
+ emit(:backref, $1 == '<' ? :number_call_ab : :number_call_sq, text)
1891
+ when /^\\g(.)[+-]\d+/
1892
+ emit(:backref, $1 == '<' ? :number_rel_call_ab : :number_rel_call_sq, text)
1893
+ end
1894
+ end
1895
+ end
1896
+ when 60 then
1897
+ # line 585 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1898
+ begin
1899
+ te = p+1
1900
+ begin
1901
+ case text = copy(data, ts, te)
1902
+ when '?' ; emit(:quantifier, :zero_or_one, text)
1903
+ when '??'; emit(:quantifier, :zero_or_one_reluctant, text)
1904
+ when '?+'; emit(:quantifier, :zero_or_one_possessive, text)
1905
+ end
1906
+ end
1907
+ end
1908
+ when 56 then
1909
+ # line 593 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1910
+ begin
1911
+ te = p+1
1912
+ begin
1913
+ case text = copy(data, ts, te)
1914
+ when '*' ; emit(:quantifier, :zero_or_more, text)
1915
+ when '*?'; emit(:quantifier, :zero_or_more_reluctant, text)
1916
+ when '*+'; emit(:quantifier, :zero_or_more_possessive, text)
1917
+ end
1918
+ end
1919
+ end
1920
+ when 58 then
1921
+ # line 601 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1922
+ begin
1923
+ te = p+1
1924
+ begin
1925
+ case text = copy(data, ts, te)
1926
+ when '+' ; emit(:quantifier, :one_or_more, text)
1927
+ when '+?'; emit(:quantifier, :one_or_more_reluctant, text)
1928
+ when '++'; emit(:quantifier, :one_or_more_possessive, text)
1929
+ end
1930
+ end
1931
+ end
1932
+ when 13 then
1933
+ # line 609 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1934
+ begin
1935
+ te = p+1
1936
+ begin
1937
+ emit(:quantifier, :interval, copy(data, ts, te))
1938
+ end
1939
+ end
1940
+ when 48 then
1941
+ # line 624 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1942
+ begin
1943
+ te = p+1
1944
+ begin
1945
+ if free_spacing
1946
+ emit(:free_space, :comment, copy(data, ts, te))
1947
+ else
1948
+ # consume only the pound sign (#) and backtrack to do regular scanning
1949
+ append_literal(data, ts, ts + 1)
1950
+ begin p = (( ts + 1))-1; end
1951
+
1952
+ end
1953
+ end
1954
+ end
1955
+ when 51 then
1956
+ # line 478 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1957
+ begin
1958
+ te = p
1959
+ p = p - 1; begin
1960
+ text = copy(data, ts, te)
1961
+ if text[2..-1] =~ /([^\-mixdau:]|^$)|-.*([dau])/
1962
+ validation_error(:group_option, $1 || "-#{$2}", text)
1963
+ end
1964
+ emit_options(text)
1965
+ end
1966
+ end
1967
+ when 54 then
1968
+ # line 492 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1969
+ begin
1970
+ te = p
1971
+ p = p - 1; begin
1972
+ case text = copy(data, ts, te)
1973
+ when '(?='; emit(:assertion, :lookahead, text)
1974
+ when '(?!'; emit(:assertion, :nlookahead, text)
1975
+ when '(?<='; emit(:assertion, :lookbehind, text)
1976
+ when '(?<!'; emit(:assertion, :nlookbehind, text)
1977
+ end
1978
+ end
1979
+ end
1980
+ when 49 then
1981
+ # line 527 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1982
+ begin
1983
+ te = p
1984
+ p = p - 1; begin
1985
+ text = copy(data, ts, te)
1986
+ emit(:group, :capture, text)
1987
+ end
1988
+ end
1989
+ when 59 then
1990
+ # line 585 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
1991
+ begin
1992
+ te = p
1993
+ p = p - 1; begin
1994
+ case text = copy(data, ts, te)
1995
+ when '?' ; emit(:quantifier, :zero_or_one, text)
1996
+ when '??'; emit(:quantifier, :zero_or_one_reluctant, text)
1997
+ when '?+'; emit(:quantifier, :zero_or_one_possessive, text)
1998
+ end
1999
+ end
2000
+ end
2001
+ when 55 then
2002
+ # line 593 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2003
+ begin
2004
+ te = p
2005
+ p = p - 1; begin
2006
+ case text = copy(data, ts, te)
2007
+ when '*' ; emit(:quantifier, :zero_or_more, text)
2008
+ when '*?'; emit(:quantifier, :zero_or_more_reluctant, text)
2009
+ when '*+'; emit(:quantifier, :zero_or_more_possessive, text)
2010
+ end
2011
+ end
2012
+ end
2013
+ when 57 then
2014
+ # line 601 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2015
+ begin
2016
+ te = p
2017
+ p = p - 1; begin
2018
+ case text = copy(data, ts, te)
2019
+ when '+' ; emit(:quantifier, :one_or_more, text)
2020
+ when '+?'; emit(:quantifier, :one_or_more_reluctant, text)
2021
+ when '++'; emit(:quantifier, :one_or_more_possessive, text)
2022
+ end
2023
+ end
2024
+ end
2025
+ when 64 then
2026
+ # line 614 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2027
+ begin
2028
+ te = p
2029
+ p = p - 1; begin
2030
+ append_literal(data, ts, te)
2031
+ end
2032
+ end
2033
+ when 61 then
2034
+ # line 620 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2035
+ begin
2036
+ te = p
2037
+ p = p - 1; begin
2038
+ begin
2039
+ stack[top] = cs
2040
+ top+= 1
2041
+ cs = 101
2042
+ _goto_level = _again
2043
+ next
2044
+ end
2045
+
2046
+ end
2047
+ end
2048
+ when 47 then
2049
+ # line 624 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2050
+ begin
2051
+ te = p
2052
+ p = p - 1; begin
2053
+ if free_spacing
2054
+ emit(:free_space, :comment, copy(data, ts, te))
2055
+ else
2056
+ # consume only the pound sign (#) and backtrack to do regular scanning
2057
+ append_literal(data, ts, ts + 1)
2058
+ begin p = (( ts + 1))-1; end
2059
+
2060
+ end
2061
+ end
2062
+ end
2063
+ when 46 then
2064
+ # line 634 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2065
+ begin
2066
+ te = p
2067
+ p = p - 1; begin
2068
+ if free_spacing
2069
+ emit(:free_space, :whitespace, copy(data, ts, te))
2070
+ else
2071
+ append_literal(data, ts, te)
2072
+ end
2073
+ end
2074
+ end
2075
+ when 45 then
2076
+ # line 645 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2077
+ begin
2078
+ te = p
2079
+ p = p - 1; begin
2080
+ append_literal(data, ts, te)
2081
+ end
2082
+ end
2083
+ when 3 then
2084
+ # line 478 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2085
+ begin
2086
+ begin p = ((te))-1; end
2087
+ begin
2088
+ text = copy(data, ts, te)
2089
+ if text[2..-1] =~ /([^\-mixdau:]|^$)|-.*([dau])/
2090
+ validation_error(:group_option, $1 || "-#{$2}", text)
2091
+ end
2092
+ emit_options(text)
2093
+ end
2094
+ end
2095
+ when 12 then
2096
+ # line 614 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2097
+ begin
2098
+ begin p = ((te))-1; end
2099
+ begin
2100
+ append_literal(data, ts, te)
2101
+ end
2102
+ end
2103
+ when 9 then
2104
+ # line 620 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2105
+ begin
2106
+ begin p = ((te))-1; end
2107
+ begin
2108
+ begin
2109
+ stack[top] = cs
2110
+ top+= 1
2111
+ cs = 101
2112
+ _goto_level = _again
2113
+ next
2114
+ end
2115
+
2116
+ end
2117
+ end
2118
+ when 1 then
2119
+ # line 1 "NONE"
2120
+ begin
2121
+ case act
2122
+ when 0 then
2123
+ begin begin
2124
+ cs = 0
2125
+ _goto_level = _again
2126
+ next
2127
+ end
2128
+ end
2129
+ when 41 then
2130
+ begin begin p = ((te))-1; end
2131
+
2132
+ text = copy(data, ts, te)
2133
+ if text[2..-1] =~ /([^\-mixdau:]|^$)|-.*([dau])/
2134
+ validation_error(:group_option, $1 || "-#{$2}", text)
2135
+ end
2136
+ emit_options(text)
2137
+ end
2138
+ when 42 then
2139
+ begin begin p = ((te))-1; end
2140
+
2141
+ case text = copy(data, ts, te)
2142
+ when '(?='; emit(:assertion, :lookahead, text)
2143
+ when '(?!'; emit(:assertion, :nlookahead, text)
2144
+ when '(?<='; emit(:assertion, :lookbehind, text)
2145
+ when '(?<!'; emit(:assertion, :nlookbehind, text)
2146
+ end
2147
+ end
2148
+ when 56 then
2149
+ begin begin p = ((te))-1; end
2150
+
2151
+ append_literal(data, ts, te)
2152
+ end
2153
+ end
2154
+ end
2155
+ when 76 then
2156
+ # line 135 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2157
+ begin
2158
+
2159
+ text = copy(data, ts ? ts-1 : 0, -1)
2160
+ raise PrematureEndError.new( text )
2161
+ end
2162
+ # line 208 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2163
+ begin
2164
+ te = p
2165
+ p = p - 1; begin
2166
+ emit(:set, :open, '[')
2167
+ begin
2168
+ stack[top] = cs
2169
+ top+= 1
2170
+ cs = 91
2171
+ _goto_level = _again
2172
+ next
2173
+ end
2174
+
2175
+ end
2176
+ end
2177
+ when 20 then
2178
+ # line 135 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2179
+ begin
2180
+
2181
+ text = copy(data, ts ? ts-1 : 0, -1)
2182
+ raise PrematureEndError.new( text )
2183
+ end
2184
+ # line 208 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2185
+ begin
2186
+ begin p = ((te))-1; end
2187
+ begin
2188
+ emit(:set, :open, '[')
2189
+ begin
2190
+ stack[top] = cs
2191
+ top+= 1
2192
+ cs = 91
2193
+ _goto_level = _again
2194
+ next
2195
+ end
2196
+
2197
+ end
2198
+ end
2199
+ when 93 then
2200
+ # line 135 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2201
+ begin
2202
+
2203
+ text = copy(data, ts ? ts-1 : 0, -1)
2204
+ raise PrematureEndError.new( text )
2205
+ end
2206
+ # line 344 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2207
+ begin
2208
+ te = p
2209
+ p = p - 1; begin
2210
+ emit_meta_control_sequence(data, ts, te, :control)
2211
+ begin
2212
+ top -= 1
2213
+ cs = stack[top]
2214
+ _goto_level = _again
2215
+ next
2216
+ end
2217
+
2218
+ end
2219
+ end
2220
+ when 95 then
2221
+ # line 135 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2222
+ begin
2223
+
2224
+ text = copy(data, ts ? ts-1 : 0, -1)
2225
+ raise PrematureEndError.new( text )
2226
+ end
2227
+ # line 349 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2228
+ begin
2229
+ te = p
2230
+ p = p - 1; begin
2231
+ emit_meta_control_sequence(data, ts, te, :meta_sequence)
2232
+ begin
2233
+ top -= 1
2234
+ cs = stack[top]
2235
+ _goto_level = _again
2236
+ next
2237
+ end
2238
+
2239
+ end
2240
+ end
2241
+ when 27 then
2242
+ # line 135 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2243
+ begin
2244
+
2245
+ text = copy(data, ts ? ts-1 : 0, -1)
2246
+ raise PrematureEndError.new( text )
2247
+ end
2248
+ # line 344 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2249
+ begin
2250
+ begin p = ((te))-1; end
2251
+ begin
2252
+ emit_meta_control_sequence(data, ts, te, :control)
2253
+ begin
2254
+ top -= 1
2255
+ cs = stack[top]
2256
+ _goto_level = _again
2257
+ next
2258
+ end
2259
+
2260
+ end
2261
+ end
2262
+ when 29 then
2263
+ # line 135 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2264
+ begin
2265
+
2266
+ text = copy(data, ts ? ts-1 : 0, -1)
2267
+ raise PrematureEndError.new( text )
2268
+ end
2269
+ # line 349 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2270
+ begin
2271
+ begin p = ((te))-1; end
2272
+ begin
2273
+ emit_meta_control_sequence(data, ts, te, :meta_sequence)
2274
+ begin
2275
+ top -= 1
2276
+ cs = stack[top]
2277
+ _goto_level = _again
2278
+ next
2279
+ end
2280
+
2281
+ end
2282
+ end
2283
+ when 31 then
2284
+ # line 141 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2285
+ begin
2286
+
2287
+ text = copy(data, ts ? ts-1 : 0, -1)
2288
+ validation_error(:sequence, 'sequence', text)
2289
+ end
2290
+ # line 340 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2291
+ begin
2292
+ te = p+1
2293
+ begin
2294
+ begin
2295
+ top -= 1
2296
+ cs = stack[top]
2297
+ _goto_level = _again
2298
+ next
2299
+ end
2300
+
2301
+ end
2302
+ end
2303
+ when 5 then
2304
+ # line 148 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2305
+ begin
2306
+ self.group_depth = group_depth - 1 end
2307
+ # line 463 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2308
+ begin
2309
+ te = p+1
2310
+ begin
2311
+ emit(:group, :comment, copy(data, ts, te))
2312
+ end
2313
+ end
2314
+ when 38 then
2315
+ # line 148 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2316
+ begin
2317
+ self.group_depth = group_depth - 1 end
2318
+ # line 532 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2319
+ begin
2320
+ te = p+1
2321
+ begin
2322
+ if conditional_stack.last == group_depth + 1
2323
+ conditional_stack.pop
2324
+ emit(:conditional, :close, ')')
2325
+ else
2326
+ if spacing_stack.length > 1 &&
2327
+ spacing_stack.last[:depth] == group_depth + 1
2328
+ spacing_stack.pop
2329
+ self.free_spacing = spacing_stack.last[:free_spacing]
2330
+ end
2331
+
2332
+ emit(:group, :close, ')')
2333
+ end
2334
+ end
2335
+ end
2336
+ when 40 then
2337
+ # line 149 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2338
+ begin
2339
+ self.set_depth = set_depth + 1 end
2340
+ # line 438 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2341
+ begin
2342
+ te = p+1
2343
+ begin
2344
+ emit(:set, :open, copy(data, ts, te))
2345
+ begin
2346
+ stack[top] = cs
2347
+ top+= 1
2348
+ cs = 91
2349
+ _goto_level = _again
2350
+ next
2351
+ end
2352
+
2353
+ end
2354
+ end
2355
+ when 70 then
2356
+ # line 150 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2357
+ begin
2358
+ self.set_depth = set_depth - 1 end
2359
+ # line 156 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2360
+ begin
2361
+ te = p+1
2362
+ begin
2363
+ emit(:set, :close, copy(data, ts, te))
2364
+ if in_set?
2365
+ begin
2366
+ top -= 1
2367
+ cs = stack[top]
2368
+ _goto_level = _again
2369
+ next
2370
+ end
2371
+
2372
+ else
2373
+ begin
2374
+ cs = 73
2375
+ _goto_level = _again
2376
+ next
2377
+ end
2378
+
2379
+ end
2380
+ end
2381
+ end
2382
+ when 75 then
2383
+ # line 150 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2384
+ begin
2385
+ self.set_depth = set_depth - 1 end
2386
+ # line 165 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2387
+ begin
2388
+ te = p+1
2389
+ begin # special case, emits two tokens
2390
+ emit(:literal, :literal, '-')
2391
+ emit(:set, :close, ']')
2392
+ if in_set?
2393
+ begin
2394
+ top -= 1
2395
+ cs = stack[top]
2396
+ _goto_level = _again
2397
+ next
2398
+ end
2399
+
2400
+ else
2401
+ begin
2402
+ cs = 73
2403
+ _goto_level = _again
2404
+ next
2405
+ end
2406
+
2407
+ end
2408
+ end
2409
+ end
2410
+ when 22 then
2411
+ # line 150 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2412
+ begin
2413
+ self.set_depth = set_depth - 1 end
2414
+ # line 213 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2415
+ begin
2416
+ te = p+1
2417
+ begin
2418
+ text = copy(data, ts, te)
2419
+
2420
+ type = :posixclass
2421
+ class_name = text[2..-3]
2422
+ if class_name[0] == '^'
2423
+ class_name = class_name[1..-1]
2424
+ type = :nonposixclass
2425
+ end
2426
+
2427
+ unless self.class.posix_classes.include?(class_name)
2428
+ validation_error(:posix_class, text)
2429
+ end
2430
+
2431
+ emit(type, class_name.to_sym, text)
2432
+ end
2433
+ end
2434
+ when 68 then
2435
+ # line 1 "NONE"
2436
+ begin
2437
+ te = p+1
2438
+ end
2439
+ # line 149 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2440
+ begin
2441
+ self.set_depth = set_depth + 1 end
2442
+ when 84 then
2443
+ # line 1 "NONE"
2444
+ begin
2445
+ te = p+1
2446
+ end
2447
+ # line 277 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2448
+ begin
2449
+ act = 17; end
2450
+ when 83 then
2451
+ # line 1 "NONE"
2452
+ begin
2453
+ te = p+1
2454
+ end
2455
+ # line 283 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2456
+ begin
2457
+ act = 18; end
2458
+ when 8 then
2459
+ # line 1 "NONE"
2460
+ begin
2461
+ te = p+1
2462
+ end
2463
+ # line 492 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2464
+ begin
2465
+ act = 42; end
2466
+ when 2 then
2467
+ # line 1 "NONE"
2468
+ begin
2469
+ te = p+1
2470
+ end
2471
+ # line 645 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2472
+ begin
2473
+ act = 56; end
2474
+ when 50 then
2475
+ # line 1 "NONE"
2476
+ begin
2477
+ te = p+1
2478
+ end
2479
+ # line 148 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2480
+ begin
2481
+ self.group_depth = group_depth - 1 end
2482
+ # line 147 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2483
+ begin
2484
+ self.group_depth = group_depth + 1 end
2485
+ # line 478 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2486
+ begin
2487
+ act = 41; end
2488
+ # line 2488 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner.rb"
2489
+ end
2490
+ end
2491
+ end
2492
+ if _goto_level <= _again
2493
+ case _re_scanner_to_state_actions[cs]
2494
+ when 65 then
2495
+ # line 1 "NONE"
2496
+ begin
2497
+ ts = nil; end
2498
+ when 34 then
2499
+ # line 1 "NONE"
2500
+ begin
2501
+ ts = nil; end
2502
+ # line 1 "NONE"
2503
+ begin
2504
+ act = 0
2505
+ end
2506
+ # line 2506 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner.rb"
2507
+ end
2508
+
2509
+ if cs == 0
2510
+ _goto_level = _out
2511
+ next
2512
+ end
2513
+ p += 1
2514
+ if p != pe
2515
+ _goto_level = _resume
2516
+ next
2517
+ end
2518
+ end
2519
+ if _goto_level <= _test_eof
2520
+ if p == eof
2521
+ if _re_scanner_eof_trans[cs] > 0
2522
+ _trans = _re_scanner_eof_trans[cs] - 1;
2523
+ _goto_level = _eof_trans
2524
+ next;
2525
+ end
2526
+ case _re_scanner_eof_actions[cs]
2527
+ when 14 then
2528
+ # line 8 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/property.rl"
2529
+ begin
2530
+
2531
+ raise PrematureEndError.new('unicode property')
2532
+ end
2533
+ when 25 then
2534
+ # line 135 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2535
+ begin
2536
+
2537
+ text = copy(data, ts ? ts-1 : 0, -1)
2538
+ raise PrematureEndError.new( text )
2539
+ end
2540
+ # line 2540 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner.rb"
2541
+ end
2542
+ end
2543
+
2544
+ end
2545
+ if _goto_level <= _out
2546
+ break
2547
+ end
2548
+ end
2549
+ end
2550
+
2551
+ # line 751 "/Users/janosch/code/regexp_parser/tasks/../lib/regexp_parser/scanner/scanner.rl"
2552
+
2553
+ # to avoid "warning: assigned but unused variable - testEof"
2554
+ testEof = testEof
2555
+
2556
+ if cs == re_scanner_error
2557
+ text = copy(data, ts ? ts-1 : 0, -1)
2558
+ raise ScannerError.new("Scan error at '#{text}'")
2559
+ end
2560
+
2561
+ raise PrematureEndError.new("(missing group closing paranthesis) "+
2562
+ "[#{group_depth}]") if in_group?
2563
+ raise PrematureEndError.new("(missing set closing bracket) "+
2564
+ "[#{set_depth}]") if in_set?
2565
+
2566
+ # when the entire expression is a literal run
2567
+ emit_literal if literal_run
2568
+
2569
+ tokens
2570
+ end
2571
+
2572
+ # lazy-load property maps when first needed
2573
+ def self.short_prop_map
2574
+ @short_prop_map ||= parse_prop_map('short')
2575
+ end
2576
+
2577
+ def self.long_prop_map
2578
+ @long_prop_map ||= parse_prop_map('long')
2579
+ end
2580
+
2581
+ def self.parse_prop_map(name)
2582
+ File.read("#{__dir__}/scanner/properties/#{name}.csv").scan(/(.+),(.+)/).to_h
2583
+ end
2584
+
2585
+ def self.posix_classes
2586
+ %w[alnum alpha ascii blank cntrl digit graph
2587
+ lower print punct space upper word xdigit]
2588
+ end
2589
+
2590
+ # Emits an array with the details of the scanned pattern
2591
+ def emit(type, token, text)
2592
+ #puts "EMIT: type: #{type}, token: #{token}, text: #{text}, ts: #{ts}, te: #{te}"
2593
+
2594
+ emit_literal if literal_run
2595
+
2596
+ # Ragel runs with byte-based indices (ts, te). These are of little value to
2597
+ # end-users, so we keep track of char-based indices and emit those instead.
2598
+ ts_char_pos = char_pos
2599
+ te_char_pos = char_pos + text.length
2600
+
2601
+ tok = [type, token, text, ts_char_pos, te_char_pos]
2602
+
2603
+ self.prev_token = tok
2604
+
2605
+ self.char_pos = te_char_pos
2606
+
2607
+ if block
2608
+ block.call type, token, text, ts_char_pos, te_char_pos
2609
+ # TODO: in v3.0.0, remove `collect_tokens:` kwarg and only collect if no block given
2610
+ tokens << tok if collect_tokens
2611
+ elsif collect_tokens
2612
+ tokens << tok
2613
+ end
2614
+ end
2615
+
2616
+ attr_accessor :literal_run # only public for #||= to work on ruby <= 2.5
2617
+
2618
+ private
2619
+
2620
+ attr_accessor :block,
2621
+ :collect_tokens, :tokens, :prev_token,
2622
+ :free_spacing, :spacing_stack,
2623
+ :group_depth, :set_depth, :conditional_stack,
2624
+ :char_pos
2625
+
2626
+ def free_spacing?(input_object, options)
2627
+ if options && !input_object.is_a?(String)
2628
+ raise ArgumentError, 'options cannot be supplied unless scanning a String'
2629
+ end
2630
+
2631
+ options = input_object.options if input_object.is_a?(::Regexp)
2632
+
2633
+ return false unless options
2634
+
2635
+ options & Regexp::EXTENDED != 0
2636
+ end
2637
+
2638
+ def in_group?
2639
+ group_depth > 0
2640
+ end
2641
+
2642
+ def in_set?
2643
+ set_depth > 0
2644
+ end
2645
+
2646
+ # Copy from ts to te from data as text
2647
+ def copy(data, ts, te)
2648
+ data[ts...te].pack('c*').force_encoding('utf-8')
2649
+ end
2650
+
2651
+ # Appends one or more characters to the literal buffer, to be emitted later
2652
+ # by a call to emit_literal.
2653
+ def append_literal(data, ts, te)
2654
+ (self.literal_run ||= []) << copy(data, ts, te)
2655
+ end
2656
+
2657
+ # Emits the literal run collected by calls to the append_literal method.
2658
+ def emit_literal
2659
+ text = literal_run.join
2660
+ self.literal_run = nil
2661
+ emit(:literal, :literal, text)
2662
+ end
2663
+
2664
+ def emit_options(text)
2665
+ token = nil
2666
+
2667
+ # Ruby allows things like '(?-xxxx)' or '(?xx-xx--xx-:abc)'.
2668
+ text =~ /\(\?([mixdau]*)(-(?:[mix]*))*(:)?/
2669
+ positive, negative, group_local = $1, $2, $3
2670
+
2671
+ if positive.include?('x')
2672
+ self.free_spacing = true
2673
+ end
2674
+
2675
+ # If the x appears in both, treat it like ruby does, the second cancels
2676
+ # the first.
2677
+ if negative && negative.include?('x')
2678
+ self.free_spacing = false
2679
+ end
2680
+
2681
+ if group_local
2682
+ spacing_stack << {:free_spacing => free_spacing, :depth => group_depth}
2683
+ token = :options
2684
+ else
2685
+ # switch for parent group level
2686
+ spacing_stack.last[:free_spacing] = free_spacing
2687
+ token = :options_switch
2688
+ end
2689
+
2690
+ emit(:group, token, text)
2691
+ end
2692
+
2693
+ def emit_meta_control_sequence(data, ts, te, token)
2694
+ if data.last < 0x00 || data.last > 0x7F
2695
+ validation_error(:sequence, 'escape', token.to_s)
2696
+ end
2697
+ emit(:escape, token, copy(data, ts-1, te))
2698
+ end
2699
+
2700
+ # Centralizes and unifies the handling of validation related
2701
+ # errors.
2702
+ def validation_error(type, what, reason = nil)
2703
+ error =
2704
+ case type
2705
+ when :backref then InvalidBackrefError.new(what, reason)
2706
+ when :group then InvalidGroupError.new(what, reason)
2707
+ when :group_option then InvalidGroupOption.new(what, reason)
2708
+ when :posix_class then UnknownPosixClassError.new(what)
2709
+ when :property then UnknownUnicodePropertyError.new(what)
2710
+ when :sequence then InvalidSequenceError.new(what, reason)
2711
+ end
2712
+
2713
+ raise error # unless @@config.validation_ignore
2714
+ end
2715
+ end # module Regexp::Scanner