zuora_connect_ui 0.7.1 → 0.8.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 (1322) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/zuora_connect_ui/app.js.erb +9 -3
  3. data/app/assets/javascripts/zuora_connect_ui/datatable.js +9 -8
  4. data/app/assets/javascripts/zuora_connect_ui/fetch.js +36 -27
  5. data/app/assets/javascripts/zuora_connect_ui/noty.js +6 -0
  6. data/app/assets/stylesheets/_zuora_connect_ui.scss +2 -3
  7. data/app/helpers/zuora_connect_ui/application_helper.rb +1 -1
  8. data/app/views/partials/_row_actions.html.erb +2 -2
  9. data/app/views/partials/_table.html.erb +2 -2
  10. data/lib/zuora_connect_ui.rb +0 -1
  11. data/lib/zuora_connect_ui/version.rb +1 -1
  12. data/vendor/assets/anjuna/css/anjuna-application.css +2 -0
  13. data/vendor/assets/anjuna/css/anjuna-theme.css +2 -2
  14. data/vendor/ruby/2.6.0/cache/brakeman-4.6.1.gem +0 -0
  15. data/vendor/ruby/2.6.0/cache/nokogiri-1.10.4.gem +0 -0
  16. data/vendor/ruby/2.6.0/cache/rails-html-sanitizer-1.2.0.gem +0 -0
  17. data/vendor/ruby/2.6.0/cache/rubocop-0.74.0.gem +0 -0
  18. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.4/gem.build_complete +0 -0
  19. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.4/gem_make.out +438 -0
  20. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.4/mkmf.log +558 -0
  21. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.4/nokogiri/nokogiri.so +0 -0
  22. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/CHANGES.md +1156 -0
  23. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/FEATURES +16 -0
  24. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/README.md +199 -0
  25. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bin/brakeman +10 -0
  26. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/load.rb +14 -0
  27. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/CHANGES.txt +828 -0
  28. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/MIT-LICENSE +20 -0
  29. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/README.txt +102 -0
  30. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/erubis +3468 -0
  31. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
  32. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/inline-require +179 -0
  33. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis.rb +73 -0
  34. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
  35. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
  36. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
  37. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
  38. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
  39. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
  40. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
  41. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
  42. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
  43. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
  44. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
  45. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
  46. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
  47. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
  48. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
  49. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
  50. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
  51. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
  52. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
  53. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
  54. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
  55. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
  56. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
  57. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
  58. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
  59. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/erubis-2.7.0/setup.rb +1331 -0
  60. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/CHANGELOG.md +1363 -0
  61. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/FAQ.md +157 -0
  62. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/MIT-LICENSE +20 -0
  63. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/README.md +173 -0
  64. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/REFERENCE.md +1294 -0
  65. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml.rb +23 -0
  66. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/buffer.rb +345 -0
  67. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/compiler.rb +540 -0
  68. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/engine.rb +245 -0
  69. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/error.rb +61 -0
  70. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/exec.rb +329 -0
  71. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/filters.rb +404 -0
  72. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers.rb +664 -0
  73. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers/action_view_extensions.rb +58 -0
  74. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers/action_view_mods.rb +147 -0
  75. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers/action_view_xss_mods.rb +58 -0
  76. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers/safe_erubis_template.rb +29 -0
  77. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/helpers/xss_mods.rb +104 -0
  78. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/options.rb +279 -0
  79. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/parser.rb +764 -0
  80. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/railtie.rb +22 -0
  81. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/sass_rails_filter.rb +33 -0
  82. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/template.rb +32 -0
  83. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/template/options.rb +16 -0
  84. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/template/plugin.rb +41 -0
  85. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/util.rb +377 -0
  86. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/haml-4.0.7/lib/haml/version.rb +3 -0
  87. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/AUTHORS +3 -0
  88. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/COPYING +339 -0
  89. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/Changelog.md +617 -0
  90. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/Gemfile +22 -0
  91. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/LICENSE +7 -0
  92. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/README.md +202 -0
  93. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/TODO +6 -0
  94. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/appveyor.yml +37 -0
  95. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/highline.gemspec +35 -0
  96. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline.rb +650 -0
  97. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/builtin_styles.rb +129 -0
  98. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/color_scheme.rb +151 -0
  99. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/compatibility.rb +23 -0
  100. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/custom_errors.rb +57 -0
  101. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/import.rb +48 -0
  102. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/io_console_compatible.rb +37 -0
  103. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/list.rb +177 -0
  104. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/list_renderer.rb +261 -0
  105. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/menu.rb +576 -0
  106. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/menu/item.rb +32 -0
  107. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/paginator.rb +52 -0
  108. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/question.rb +630 -0
  109. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/question/answer_converter.rb +103 -0
  110. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/question_asker.rb +150 -0
  111. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/simulate.rb +59 -0
  112. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/statement.rb +88 -0
  113. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/string.rb +36 -0
  114. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/string_extensions.rb +130 -0
  115. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/style.rb +325 -0
  116. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/template_renderer.rb +62 -0
  117. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/terminal.rb +190 -0
  118. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/terminal/io_console.rb +36 -0
  119. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/terminal/ncurses.rb +38 -0
  120. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/terminal/unix_stty.rb +51 -0
  121. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/version.rb +6 -0
  122. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/highline-2.0.2/lib/highline/wrapper.rb +53 -0
  123. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.3/History.rdoc +429 -0
  124. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.3/Manifest.txt +8 -0
  125. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.3/README.rdoc +87 -0
  126. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.3/lib/ruby2ruby.rb +1309 -0
  127. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/History.rdoc +1065 -0
  128. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/Manifest.txt +37 -0
  129. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/README.rdoc +109 -0
  130. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/compare/normalize.rb +173 -0
  131. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/debugging.md +18 -0
  132. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/rp_extensions.rb +74 -0
  133. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/rp_stringscanner.rb +64 -0
  134. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby20_parser.rb +6869 -0
  135. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby20_parser.y +2431 -0
  136. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby21_parser.rb +6944 -0
  137. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby21_parser.y +2449 -0
  138. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby22_parser.rb +6968 -0
  139. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby22_parser.y +2458 -0
  140. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby23_parser.rb +6987 -0
  141. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby23_parser.y +2460 -0
  142. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby24_parser.rb +6994 -0
  143. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby24_parser.y +2466 -0
  144. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby25_parser.rb +6994 -0
  145. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby25_parser.y +2466 -0
  146. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby26_parser.rb +7012 -0
  147. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby26_parser.y +2478 -0
  148. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_lexer.rb +1449 -0
  149. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_lexer.rex +179 -0
  150. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_lexer.rex.rb +365 -0
  151. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_parser.rb +92 -0
  152. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_parser.yy +2582 -0
  153. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/lib/ruby_parser_extras.rb +1381 -0
  154. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/tools/munge.rb +217 -0
  155. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-3.13.1/tools/ripper.rb +28 -0
  156. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/History.rdoc +6 -0
  157. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/Manifest.txt +19 -0
  158. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/README.rdoc +54 -0
  159. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy.rb +5 -0
  160. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.rb +5794 -0
  161. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.y +1909 -0
  162. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.rb +6186 -0
  163. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.y +2117 -0
  164. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rb +1412 -0
  165. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex +179 -0
  166. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex.rb +323 -0
  167. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser.rb +30 -0
  168. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser_extras.rb +1388 -0
  169. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/CHANGES.md +154 -0
  170. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/Gemfile +11 -0
  171. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/LICENSE.txt +22 -0
  172. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/README.md +191 -0
  173. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/bundle_install_all_ruby_versions.sh +11 -0
  174. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml.rb +94 -0
  175. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/deep.rb +34 -0
  176. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/libyaml_checker.rb +36 -0
  177. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb +181 -0
  178. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/date.rb +37 -0
  179. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/hexadecimal.rb +12 -0
  180. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/sexagesimal.rb +26 -0
  181. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_handler.rb +99 -0
  182. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_resolver.rb +52 -0
  183. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/resolver.rb +94 -0
  184. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/safe_to_ruby_visitor.rb +29 -0
  185. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/store.rb +39 -0
  186. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_hack.rb +36 -0
  187. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_node_monkeypatch.rb +43 -0
  188. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_resolver.rb +38 -0
  189. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb +41 -0
  190. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_boolean.rb +21 -0
  191. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_date.rb +13 -0
  192. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_float.rb +33 -0
  193. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_integer.rb +26 -0
  194. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_nil.rb +18 -0
  195. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_symbol.rb +17 -0
  196. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/transformation_map.rb +47 -0
  197. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/version.rb +3 -0
  198. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/run_specs_all_ruby_versions.sh +38 -0
  199. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/safe_yaml.gemspec +19 -0
  200. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/History.rdoc +380 -0
  201. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/Manifest.txt +14 -0
  202. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/README.rdoc +93 -0
  203. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/composite_sexp_processor.rb +49 -0
  204. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/pt_testcase.rb +3128 -0
  205. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/sexp.rb +1423 -0
  206. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/sexp_processor.rb +754 -0
  207. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/strict_sexp.rb +126 -0
  208. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/sexp_processor-4.12.1/lib/unique.rb +21 -0
  209. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/CHANGES +456 -0
  210. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/Gemfile +71 -0
  211. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/LICENSE +21 -0
  212. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/README.jp.md +1289 -0
  213. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/README.md +1290 -0
  214. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim.rb +14 -0
  215. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/code_attributes.rb +67 -0
  216. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/command.rb +128 -0
  217. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/controls.rb +60 -0
  218. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/do_inserter.rb +33 -0
  219. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/embedded.rb +248 -0
  220. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/end_inserter.rb +62 -0
  221. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/engine.rb +39 -0
  222. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/erb_converter.rb +14 -0
  223. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/filter.rb +30 -0
  224. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/grammar.rb +23 -0
  225. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/include.rb +57 -0
  226. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/interpolation.rb +35 -0
  227. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less.rb +5 -0
  228. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less/context.rb +127 -0
  229. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less/filter.rb +80 -0
  230. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/parser.rb +548 -0
  231. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart.rb +8 -0
  232. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/escaper.rb +42 -0
  233. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/filter.rb +96 -0
  234. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/parser.rb +34 -0
  235. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/splat/builder.rb +107 -0
  236. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/splat/filter.rb +91 -0
  237. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/template.rb +19 -0
  238. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/translator.rb +118 -0
  239. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/version.rb +5 -0
  240. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/slim-4.0.1/slim.gemspec +24 -0
  241. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/CHANGES +255 -0
  242. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/EXPRESSIONS.md +262 -0
  243. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/Gemfile +3 -0
  244. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/LICENSE +20 -0
  245. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/README.md +267 -0
  246. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple.rb +67 -0
  247. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/engine.rb +67 -0
  248. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/erb/engine.rb +15 -0
  249. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/erb/parser.rb +40 -0
  250. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/erb/template.rb +11 -0
  251. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/erb/trimming.rb +23 -0
  252. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/exceptions.rb +13 -0
  253. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filter.rb +9 -0
  254. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/code_merger.rb +30 -0
  255. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/control_flow.rb +42 -0
  256. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/dynamic_inliner.rb +71 -0
  257. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/encoding.rb +24 -0
  258. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/eraser.rb +22 -0
  259. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/escapable.rb +40 -0
  260. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/multi_flattener.rb +25 -0
  261. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/remove_bom.rb +13 -0
  262. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/static_analyzer.rb +30 -0
  263. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/static_merger.rb +37 -0
  264. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/string_splitter.rb +130 -0
  265. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/filters/validator.rb +15 -0
  266. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generator.rb +88 -0
  267. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generators/array.rb +21 -0
  268. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generators/array_buffer.rb +29 -0
  269. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generators/erb.rb +32 -0
  270. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generators/rails_output_buffer.rb +35 -0
  271. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/generators/string_buffer.rb +25 -0
  272. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/grammar.rb +57 -0
  273. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/attribute_merger.rb +42 -0
  274. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/attribute_remover.rb +35 -0
  275. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/attribute_sorter.rb +21 -0
  276. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/dispatcher.rb +31 -0
  277. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/fast.rb +130 -0
  278. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/filter.rb +21 -0
  279. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/pretty.rb +103 -0
  280. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/html/safe.rb +23 -0
  281. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/map.rb +105 -0
  282. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/mixins/dispatcher.rb +161 -0
  283. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/mixins/engine_dsl.rb +145 -0
  284. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/mixins/grammar_dsl.rb +170 -0
  285. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/mixins/options.rb +87 -0
  286. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/mixins/template.rb +28 -0
  287. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/parser.rb +8 -0
  288. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/static_analyzer.rb +77 -0
  289. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/templates.rb +11 -0
  290. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/templates/rails.rb +26 -0
  291. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/templates/tilt.rb +46 -0
  292. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/utils.rb +101 -0
  293. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/lib/temple/version.rb +3 -0
  294. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/temple-0.8.1/temple.gemspec +29 -0
  295. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Gemfile +6 -0
  296. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/History.rdoc +85 -0
  297. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/LICENSE.txt +21 -0
  298. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Manifest +27 -0
  299. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/README.rdoc +247 -0
  300. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Todo.rdoc +14 -0
  301. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table.rb +26 -0
  302. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/cell.rb +94 -0
  303. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/import.rb +3 -0
  304. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/row.rb +52 -0
  305. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/separator.rb +14 -0
  306. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/style.rb +79 -0
  307. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/table.rb +343 -0
  308. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/table_helper.rb +9 -0
  309. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/version.rb +5 -0
  310. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/terminal-table.gemspec +26 -0
  311. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/CHANGELOG.md +132 -0
  312. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/COPYING +18 -0
  313. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/Gemfile +70 -0
  314. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/HACKING +16 -0
  315. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/README.md +233 -0
  316. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt.rb +166 -0
  317. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/asciidoc.rb +27 -0
  318. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/babel.rb +16 -0
  319. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/bluecloth.rb +24 -0
  320. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/builder.rb +37 -0
  321. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/coffee.rb +58 -0
  322. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/commonmarker.rb +78 -0
  323. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/creole.rb +25 -0
  324. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/csv.rb +65 -0
  325. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/dummy.rb +3 -0
  326. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/erb.rb +63 -0
  327. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/erubi.rb +32 -0
  328. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/erubis.rb +43 -0
  329. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/etanni.rb +27 -0
  330. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/haml.rb +86 -0
  331. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/kramdown.rb +25 -0
  332. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/less.rb +30 -0
  333. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/liquid.rb +44 -0
  334. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/livescript.rb +23 -0
  335. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/mapping.rb +293 -0
  336. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/markaby.rb +45 -0
  337. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/maruku.rb +22 -0
  338. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/nokogiri.rb +36 -0
  339. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/pandoc.rb +49 -0
  340. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/plain.rb +16 -0
  341. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/prawn.rb +43 -0
  342. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/radius.rb +48 -0
  343. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/rdiscount.rb +39 -0
  344. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/rdoc.rb +40 -0
  345. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/redcarpet.rb +83 -0
  346. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/redcloth.rb +23 -0
  347. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/rst-pandoc.rb +18 -0
  348. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/sass.rb +52 -0
  349. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/sigil.rb +34 -0
  350. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/string.rb +21 -0
  351. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/template.rb +302 -0
  352. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/typescript.rb +26 -0
  353. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/wikicloth.rb +22 -0
  354. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/yajl.rb +87 -0
  355. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/tilt.gemspec +130 -0
  356. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/CHANGELOG.md +125 -0
  357. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/MIT-LICENSE.txt +22 -0
  358. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/README.md +124 -0
  359. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/data/display_width.marshal.gz +0 -0
  360. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width.rb +51 -0
  361. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/constants.rb +8 -0
  362. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/index.rb +12 -0
  363. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/no_string_ext.rb +7 -0
  364. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/string_ext.rb +17 -0
  365. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman.rb +553 -0
  366. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/app_tree.rb +217 -0
  367. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/call_index.rb +261 -0
  368. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks.rb +217 -0
  369. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/base_check.rb +485 -0
  370. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_basic_auth.rb +88 -0
  371. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_basic_auth_timing_attack.rb +33 -0
  372. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_content_tag.rb +212 -0
  373. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_cookie_serialization.rb +22 -0
  374. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_create_with.rb +74 -0
  375. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_cross_site_scripting.rb +386 -0
  376. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_default_routes.rb +91 -0
  377. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_deserialize.rb +105 -0
  378. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_detailed_exceptions.rb +55 -0
  379. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_digest_dos.rb +38 -0
  380. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_divide_by_zero.rb +42 -0
  381. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_dynamic_finders.rb +48 -0
  382. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_escape_function.rb +21 -0
  383. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_evaluation.rb +34 -0
  384. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_execute.rb +208 -0
  385. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_file_access.rb +87 -0
  386. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_file_disclosure.rb +35 -0
  387. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_filter_skipping.rb +31 -0
  388. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_force_ssl.rb +27 -0
  389. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_forgery_setting.rb +81 -0
  390. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_header_dos.rb +31 -0
  391. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_i18n_xss.rb +48 -0
  392. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_jruby_xml.rb +36 -0
  393. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_json_encoding.rb +47 -0
  394. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_json_parsing.rb +109 -0
  395. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_link_to.rb +132 -0
  396. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_link_to_href.rb +151 -0
  397. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_mail_to.rb +49 -0
  398. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_mass_assignment.rb +196 -0
  399. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_mime_type_dos.rb +39 -0
  400. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_model_attr_accessible.rb +55 -0
  401. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_model_attributes.rb +81 -0
  402. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_model_serialize.rb +67 -0
  403. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_nested_attributes.rb +38 -0
  404. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_nested_attributes_bypass.rb +58 -0
  405. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_number_to_currency.rb +74 -0
  406. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_permit_attributes.rb +43 -0
  407. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_quote_table_name.rb +40 -0
  408. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_redirect.rb +256 -0
  409. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_regex_dos.rb +68 -0
  410. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_render.rb +97 -0
  411. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_render_dos.rb +37 -0
  412. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_render_inline.rb +53 -0
  413. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_response_splitting.rb +21 -0
  414. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_reverse_tabnabbing.rb +54 -0
  415. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_route_dos.rb +42 -0
  416. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_safe_buffer_manipulation.rb +31 -0
  417. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_sanitize_methods.rb +112 -0
  418. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_secrets.rb +40 -0
  419. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_select_tag.rb +59 -0
  420. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_select_vulnerability.rb +60 -0
  421. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_send.rb +46 -0
  422. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_send_file.rb +19 -0
  423. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_session_manipulation.rb +34 -0
  424. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_session_settings.rb +179 -0
  425. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_simple_format.rb +63 -0
  426. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_single_quotes.rb +105 -0
  427. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_skip_before_filter.rb +60 -0
  428. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_sprockets_path_traversal.rb +39 -0
  429. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_sql.rb +707 -0
  430. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_sql_cves.rb +106 -0
  431. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_ssl_verify.rb +48 -0
  432. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_strip_tags.rb +91 -0
  433. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_symbol_dos.rb +71 -0
  434. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_symbol_dos_cve.rb +30 -0
  435. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_translate_bug.rb +45 -0
  436. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_unsafe_reflection.rb +50 -0
  437. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_unscoped_find.rb +57 -0
  438. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_validation_regex.rb +116 -0
  439. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_weak_hash.rb +147 -0
  440. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_without_protection.rb +80 -0
  441. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_xml_dos.rb +45 -0
  442. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/checks/check_yaml_parsing.rb +113 -0
  443. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/codeclimate/engine_configuration.rb +97 -0
  444. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/commandline.rb +179 -0
  445. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/differ.rb +66 -0
  446. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/file_parser.rb +52 -0
  447. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/file_path.rb +85 -0
  448. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/format/style.css +141 -0
  449. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/messages.rb +220 -0
  450. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/options.rb +359 -0
  451. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/haml_embedded.rb +44 -0
  452. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/rails2_erubis.rb +6 -0
  453. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/rails2_xss_plugin_erubis.rb +48 -0
  454. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/rails3_erubis.rb +81 -0
  455. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/slim_embedded.rb +44 -0
  456. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/parsers/template_parser.rb +106 -0
  457. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processor.rb +101 -0
  458. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/alias_processor.rb +1268 -0
  459. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/base_processor.rb +296 -0
  460. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/config_processor.rb +17 -0
  461. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/controller_alias_processor.rb +281 -0
  462. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/controller_processor.rb +245 -0
  463. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/erb_template_processor.rb +77 -0
  464. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/erubis_template_processor.rb +92 -0
  465. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/gem_processor.rb +100 -0
  466. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/haml_template_processor.rb +196 -0
  467. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/basic_processor.rb +37 -0
  468. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/call_conversion_helper.rb +95 -0
  469. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/find_all_calls.rb +247 -0
  470. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/find_call.rb +122 -0
  471. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/find_return_value.rb +166 -0
  472. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/module_helper.rb +111 -0
  473. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/processor_helper.rb +88 -0
  474. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/rails2_config_processor.rb +145 -0
  475. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/rails2_route_processor.rb +313 -0
  476. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/rails3_config_processor.rb +132 -0
  477. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/rails3_route_processor.rb +306 -0
  478. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/rails4_config_processor.rb +18 -0
  479. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/render_helper.rb +186 -0
  480. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/render_path.rb +139 -0
  481. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/route_helper.rb +68 -0
  482. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/lib/safe_call_helper.rb +16 -0
  483. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/library_processor.rb +74 -0
  484. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/model_processor.rb +90 -0
  485. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/output_processor.rb +149 -0
  486. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/route_processor.rb +17 -0
  487. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/slim_template_processor.rb +127 -0
  488. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/template_alias_processor.rb +117 -0
  489. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/processors/template_processor.rb +89 -0
  490. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report.rb +88 -0
  491. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/config/remediation.yml +71 -0
  492. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/ignore/config.rb +152 -0
  493. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/ignore/interactive.rb +362 -0
  494. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/pager.rb +113 -0
  495. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/renderer.rb +24 -0
  496. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_base.rb +193 -0
  497. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_codeclimate.rb +79 -0
  498. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_csv.rb +72 -0
  499. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_hash.rb +23 -0
  500. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_html.rb +219 -0
  501. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_json.rb +43 -0
  502. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_markdown.rb +114 -0
  503. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_table.rb +290 -0
  504. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_tabs.rb +19 -0
  505. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/report_text.rb +214 -0
  506. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/controller_overview.html.erb +22 -0
  507. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/controller_warnings.html.erb +21 -0
  508. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/error_overview.html.erb +29 -0
  509. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/header.html.erb +58 -0
  510. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/ignored_warnings.html.erb +25 -0
  511. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/model_warnings.html.erb +21 -0
  512. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/overview.html.erb +38 -0
  513. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/security_warnings.html.erb +23 -0
  514. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/template_overview.html.erb +21 -0
  515. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/view_warnings.html.erb +34 -0
  516. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/report/templates/warning_overview.html.erb +17 -0
  517. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/rescanner.rb +484 -0
  518. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/scanner.rb +331 -0
  519. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker.rb +390 -0
  520. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/collection.rb +94 -0
  521. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/config.rb +209 -0
  522. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/constants.rb +172 -0
  523. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/controller.rb +161 -0
  524. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/library.rb +17 -0
  525. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/model.rb +90 -0
  526. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/tracker/template.rb +33 -0
  527. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/util.rb +357 -0
  528. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/version.rb +3 -0
  529. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/warning.rb +313 -0
  530. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/brakeman/warning_codes.rb +122 -0
  531. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/ruby_parser/bm_sexp.rb +626 -0
  532. data/vendor/ruby/2.6.0/gems/brakeman-4.6.1/lib/ruby_parser/bm_sexp_processor.rb +117 -0
  533. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/LICENSE-DEPENDENCIES.md +1614 -0
  534. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/LICENSE.md +9 -0
  535. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/README.md +198 -0
  536. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/bin/nokogiri +118 -0
  537. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/dependencies.yml +72 -0
  538. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/Makefile +628 -0
  539. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/depend +358 -0
  540. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/extconf.rb +686 -0
  541. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_document.c +170 -0
  542. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_document.h +10 -0
  543. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_document.o +0 -0
  544. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_element_description.c +279 -0
  545. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_element_description.h +10 -0
  546. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_element_description.o +0 -0
  547. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_entity_lookup.c +32 -0
  548. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_entity_lookup.h +8 -0
  549. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_entity_lookup.o +0 -0
  550. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_parser_context.c +116 -0
  551. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_parser_context.h +11 -0
  552. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_parser_context.o +0 -0
  553. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_push_parser.c +87 -0
  554. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_push_parser.h +9 -0
  555. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/html_sax_push_parser.o +0 -0
  556. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.c +141 -0
  557. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.h +121 -0
  558. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.o +0 -0
  559. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/nokogiri.so +0 -0
  560. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attr.c +103 -0
  561. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attr.h +9 -0
  562. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attr.o +0 -0
  563. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attribute_decl.c +70 -0
  564. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attribute_decl.h +9 -0
  565. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_attribute_decl.o +0 -0
  566. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_cdata.c +62 -0
  567. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_cdata.h +9 -0
  568. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_cdata.o +0 -0
  569. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_comment.c +69 -0
  570. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_comment.h +9 -0
  571. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_comment.o +0 -0
  572. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document.c +608 -0
  573. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document.h +23 -0
  574. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document.o +0 -0
  575. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document_fragment.c +48 -0
  576. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document_fragment.h +10 -0
  577. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_document_fragment.o +0 -0
  578. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_dtd.c +202 -0
  579. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_dtd.h +10 -0
  580. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_dtd.o +0 -0
  581. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_content.c +123 -0
  582. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_content.h +10 -0
  583. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_content.o +0 -0
  584. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_decl.c +69 -0
  585. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_decl.h +9 -0
  586. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_element_decl.o +0 -0
  587. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_encoding_handler.c +79 -0
  588. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_encoding_handler.h +8 -0
  589. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_encoding_handler.o +0 -0
  590. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_decl.c +110 -0
  591. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_decl.h +10 -0
  592. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_decl.o +0 -0
  593. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_reference.c +52 -0
  594. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_reference.h +9 -0
  595. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_entity_reference.o +0 -0
  596. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_io.c +61 -0
  597. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_io.h +11 -0
  598. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_io.o +0 -0
  599. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_libxml2_hacks.c +112 -0
  600. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_libxml2_hacks.h +12 -0
  601. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_libxml2_hacks.o +0 -0
  602. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_namespace.c +111 -0
  603. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_namespace.h +14 -0
  604. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_namespace.o +0 -0
  605. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node.c +1753 -0
  606. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node.h +13 -0
  607. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node.o +0 -0
  608. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node_set.c +486 -0
  609. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node_set.h +12 -0
  610. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_node_set.o +0 -0
  611. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_processing_instruction.c +56 -0
  612. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_processing_instruction.h +9 -0
  613. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_processing_instruction.o +0 -0
  614. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_reader.c +668 -0
  615. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_reader.h +10 -0
  616. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_reader.o +0 -0
  617. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_relax_ng.c +161 -0
  618. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_relax_ng.h +9 -0
  619. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_relax_ng.o +0 -0
  620. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser.c +310 -0
  621. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser.h +39 -0
  622. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser.o +0 -0
  623. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser_context.c +262 -0
  624. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser_context.h +10 -0
  625. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_parser_context.o +0 -0
  626. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_push_parser.c +159 -0
  627. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_push_parser.h +9 -0
  628. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_sax_push_parser.o +0 -0
  629. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_schema.c +205 -0
  630. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_schema.h +9 -0
  631. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_schema.o +0 -0
  632. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_syntax_error.c +64 -0
  633. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_syntax_error.h +13 -0
  634. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_syntax_error.o +0 -0
  635. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_text.c +52 -0
  636. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_text.h +9 -0
  637. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_text.o +0 -0
  638. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_xpath_context.c +298 -0
  639. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_xpath_context.h +10 -0
  640. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xml_xpath_context.o +0 -0
  641. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xslt_stylesheet.c +270 -0
  642. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xslt_stylesheet.h +14 -0
  643. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/ext/nokogiri/xslt_stylesheet.o +0 -0
  644. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri.rb +144 -0
  645. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css.rb +27 -0
  646. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/node.rb +52 -0
  647. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/parser.rb +750 -0
  648. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/parser.y +272 -0
  649. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/parser_extras.rb +91 -0
  650. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/syntax_error.rb +7 -0
  651. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/tokenizer.rb +153 -0
  652. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/tokenizer.rex +55 -0
  653. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/css/xpath_visitor.rb +230 -0
  654. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/decorators/slop.rb +42 -0
  655. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html.rb +37 -0
  656. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/builder.rb +35 -0
  657. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/document.rb +335 -0
  658. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/document_fragment.rb +49 -0
  659. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/element_description.rb +23 -0
  660. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/element_description_defaults.rb +671 -0
  661. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/entity_lookup.rb +13 -0
  662. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/sax/parser.rb +62 -0
  663. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/sax/parser_context.rb +16 -0
  664. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/html/sax/push_parser.rb +36 -0
  665. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/nokogiri.so +0 -0
  666. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/syntax_error.rb +4 -0
  667. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/version.rb +109 -0
  668. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml.rb +75 -0
  669. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/attr.rb +14 -0
  670. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/attribute_decl.rb +18 -0
  671. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/builder.rb +446 -0
  672. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/cdata.rb +11 -0
  673. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/character_data.rb +7 -0
  674. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/document.rb +285 -0
  675. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/document_fragment.rb +160 -0
  676. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/dtd.rb +32 -0
  677. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/element_content.rb +36 -0
  678. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/element_decl.rb +13 -0
  679. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/entity_decl.rb +19 -0
  680. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/entity_reference.rb +18 -0
  681. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/namespace.rb +13 -0
  682. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/node.rb +902 -0
  683. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/node/save_options.rb +61 -0
  684. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/node_set.rb +371 -0
  685. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/notation.rb +6 -0
  686. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/parse_options.rb +120 -0
  687. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/pp.rb +2 -0
  688. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/pp/character_data.rb +18 -0
  689. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/pp/node.rb +56 -0
  690. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/processing_instruction.rb +8 -0
  691. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/reader.rb +112 -0
  692. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/relax_ng.rb +32 -0
  693. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/sax.rb +4 -0
  694. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/sax/document.rb +171 -0
  695. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/sax/parser.rb +122 -0
  696. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/sax/parser_context.rb +16 -0
  697. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/sax/push_parser.rb +60 -0
  698. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/schema.rb +63 -0
  699. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/searchable.rb +230 -0
  700. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/syntax_error.rb +70 -0
  701. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/text.rb +9 -0
  702. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/xpath.rb +10 -0
  703. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/xpath/syntax_error.rb +11 -0
  704. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xml/xpath_context.rb +16 -0
  705. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xslt.rb +56 -0
  706. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/nokogiri/xslt/stylesheet.rb +25 -0
  707. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/lib/xsd/xmlparser/nokogiri.rb +102 -0
  708. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes.patch +78 -0
  709. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/patches/libxml2/0002-Remove-script-macro-support.patch +40 -0
  710. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi.patch +44 -0
  711. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.4/patches/libxslt/0001-Fix-security-framework-bypass.patch +120 -0
  712. data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/CHANGELOG.md +38 -0
  713. data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/MIT-LICENSE +23 -0
  714. data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/README.md +140 -0
  715. data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/lib/rails-html-sanitizer.rb +77 -0
  716. data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/lib/rails/html/sanitizer.rb +155 -0
  717. data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/lib/rails/html/sanitizer/version.rb +7 -0
  718. data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/lib/rails/html/scrubbers.rb +201 -0
  719. data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/test/sanitizer_test.rb +568 -0
  720. data/vendor/ruby/2.6.0/gems/rails-html-sanitizer-1.2.0/test/scrubbers_test.rb +174 -0
  721. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/LICENSE.txt +20 -0
  722. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/README.md +216 -0
  723. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/assets/logo.png +0 -0
  724. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/assets/output.html.erb +261 -0
  725. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/bin/console +10 -0
  726. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/bin/setup +7 -0
  727. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/config/default.yml +3915 -0
  728. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/exe/rubocop +17 -0
  729. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop.rb +603 -0
  730. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/builder.rb +81 -0
  731. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node.rb +640 -0
  732. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/alias_node.rb +24 -0
  733. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/and_node.rb +29 -0
  734. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/args_node.rb +29 -0
  735. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/array_node.rb +57 -0
  736. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/block_node.rb +115 -0
  737. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/break_node.rb +17 -0
  738. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/case_node.rb +56 -0
  739. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/class_node.rb +31 -0
  740. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/def_node.rb +71 -0
  741. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/defined_node.rb +17 -0
  742. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/ensure_node.rb +17 -0
  743. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/float_node.rb +12 -0
  744. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/for_node.rb +53 -0
  745. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/hash_node.rb +109 -0
  746. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/if_node.rb +175 -0
  747. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/int_node.rb +12 -0
  748. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/keyword_splat_node.rb +45 -0
  749. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/basic_literal_node.rb +16 -0
  750. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/binary_operator_node.rb +43 -0
  751. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/collection_node.rb +15 -0
  752. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/conditional_node.rb +45 -0
  753. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/hash_element_node.rb +125 -0
  754. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +272 -0
  755. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +114 -0
  756. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/modifier_node.rb +17 -0
  757. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/numeric_node.rb +21 -0
  758. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/parameterized_node.rb +61 -0
  759. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +35 -0
  760. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/module_node.rb +24 -0
  761. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/or_node.rb +29 -0
  762. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/pair_node.rb +63 -0
  763. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/range_node.rb +18 -0
  764. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/regexp_node.rb +35 -0
  765. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/resbody_node.rb +24 -0
  766. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/retry_node.rb +17 -0
  767. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/self_class_node.rb +24 -0
  768. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/send_node.rb +13 -0
  769. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/str_node.rb +16 -0
  770. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/super_node.rb +21 -0
  771. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/symbol_node.rb +12 -0
  772. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/until_node.rb +35 -0
  773. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/when_node.rb +53 -0
  774. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/while_node.rb +35 -0
  775. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/node/yield_node.rb +21 -0
  776. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/sexp.rb +16 -0
  777. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/ast/traversal.rb +183 -0
  778. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cached_data.rb +58 -0
  779. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cli.rb +343 -0
  780. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/comment_config.rb +200 -0
  781. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config.rb +240 -0
  782. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config_loader.rb +255 -0
  783. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config_loader_resolver.rb +194 -0
  784. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config_obsoletion.rb +201 -0
  785. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config_store.rb +48 -0
  786. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/config_validator.rb +239 -0
  787. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/autocorrect_logic.rb +103 -0
  788. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/badge.rb +73 -0
  789. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/bundler/duplicated_gem.rb +73 -0
  790. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/bundler/gem_comment.rb +64 -0
  791. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/bundler/insecure_protocol_source.rb +69 -0
  792. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/bundler/ordered_gems.rb +73 -0
  793. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/commissioner.rb +137 -0
  794. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/cop.rb +270 -0
  795. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/corrector.rb +171 -0
  796. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/alignment_corrector.rb +120 -0
  797. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/condition_corrector.rb +28 -0
  798. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/each_to_for_corrector.rb +53 -0
  799. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/empty_line_corrector.rb +26 -0
  800. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/for_to_each_corrector.rb +73 -0
  801. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +136 -0
  802. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/line_break_corrector.rb +61 -0
  803. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +68 -0
  804. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +44 -0
  805. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/parentheses_corrector.rb +31 -0
  806. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/percent_literal_corrector.rb +117 -0
  807. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/punctuation_corrector.rb +29 -0
  808. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/space_corrector.rb +49 -0
  809. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/string_literal_corrector.rb +25 -0
  810. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/correctors/unused_arg_corrector.rb +43 -0
  811. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/force.rb +42 -0
  812. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/gemspec/duplicated_assignment.rb +104 -0
  813. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/gemspec/ordered_dependencies.rb +106 -0
  814. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/gemspec/required_ruby_version.rb +85 -0
  815. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +55 -0
  816. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/generator.rb +223 -0
  817. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/generator/configuration_injector.rb +61 -0
  818. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/generator/require_file_injector.rb +78 -0
  819. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/ignored_node.rb +38 -0
  820. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs.rb +8 -0
  821. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/node_destructuring.rb +44 -0
  822. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +44 -0
  823. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +54 -0
  824. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +48 -0
  825. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +73 -0
  826. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +52 -0
  827. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/access_modifier_indentation.rb +98 -0
  828. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/align_arguments.rb +93 -0
  829. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/align_array.rb +39 -0
  830. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/align_hash.rb +358 -0
  831. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/align_parameters.rb +118 -0
  832. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/block_alignment.rb +244 -0
  833. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/block_end_newline.rb +62 -0
  834. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/case_indentation.rb +161 -0
  835. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/class_structure.rb +340 -0
  836. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +126 -0
  837. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +203 -0
  838. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/comment_indentation.rb +144 -0
  839. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/condition_position.rb +56 -0
  840. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/def_end_alignment.rb +74 -0
  841. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/dot_position.rb +105 -0
  842. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/else_alignment.rb +134 -0
  843. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_comment.rb +160 -0
  844. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +142 -0
  845. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +64 -0
  846. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_line_between_defs.rb +151 -0
  847. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines.rb +76 -0
  848. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +215 -0
  849. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +99 -0
  850. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +45 -0
  851. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +41 -0
  852. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +88 -0
  853. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +136 -0
  854. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +45 -0
  855. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +62 -0
  856. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/end_alignment.rb +189 -0
  857. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/end_of_line.rb +87 -0
  858. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/extra_spacing.rb +207 -0
  859. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/first_array_element_line_break.rb +45 -0
  860. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/first_hash_element_line_break.rb +37 -0
  861. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/first_method_argument_line_break.rb +55 -0
  862. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +46 -0
  863. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +289 -0
  864. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_assignment.rb +46 -0
  865. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_first_argument.rb +247 -0
  866. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_first_array_element.rb +167 -0
  867. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_first_hash_element.rb +184 -0
  868. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_first_parameter.rb +100 -0
  869. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indent_heredoc.rb +256 -0
  870. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indentation_consistency.rb +202 -0
  871. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/indentation_width.rb +364 -0
  872. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/initial_indentation.rb +59 -0
  873. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/leading_blank_lines.rb +53 -0
  874. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/leading_comment_space.rb +88 -0
  875. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +118 -0
  876. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +39 -0
  877. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_assignment_layout.rb +95 -0
  878. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_block_layout.rb +124 -0
  879. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +122 -0
  880. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +50 -0
  881. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +54 -0
  882. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +134 -0
  883. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +220 -0
  884. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +131 -0
  885. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/multiline_operation_indentation.rb +114 -0
  886. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +189 -0
  887. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_after_colon.rb +47 -0
  888. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_after_comma.rb +35 -0
  889. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_after_method_name.rb +42 -0
  890. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_after_not.rb +40 -0
  891. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_after_semicolon.rb +32 -0
  892. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_around_block_parameters.rb +165 -0
  893. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +92 -0
  894. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_around_keyword.rb +232 -0
  895. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_around_operators.rb +182 -0
  896. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_before_block_braces.rb +119 -0
  897. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_before_comma.rb +31 -0
  898. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_before_comment.rb +35 -0
  899. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_before_first_arg.rb +67 -0
  900. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_before_semicolon.rb +27 -0
  901. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_in_lambda_literal.rb +80 -0
  902. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +228 -0
  903. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +53 -0
  904. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_block_braces.rb +241 -0
  905. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +207 -0
  906. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_parens.rb +113 -0
  907. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +65 -0
  908. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_range_literal.rb +63 -0
  909. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +150 -0
  910. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +63 -0
  911. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/tab.rb +75 -0
  912. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/trailing_blank_lines.rb +113 -0
  913. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/layout/trailing_whitespace.rb +61 -0
  914. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ambiguous_block_association.rb +62 -0
  915. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ambiguous_operator.rb +55 -0
  916. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +43 -0
  917. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/assignment_in_condition.rb +84 -0
  918. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/big_decimal_new.rb +44 -0
  919. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/boolean_symbol.rb +38 -0
  920. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/circular_argument_reference.rb +72 -0
  921. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/debugger.rb +77 -0
  922. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/deprecated_class_methods.rb +111 -0
  923. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +81 -0
  924. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/duplicate_case_condition.rb +53 -0
  925. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/duplicate_methods.rb +239 -0
  926. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/duplicated_key.rb +38 -0
  927. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/each_with_object_argument.rb +42 -0
  928. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/else_layout.rb +66 -0
  929. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/empty_ensure.rb +60 -0
  930. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/empty_expression.rb +42 -0
  931. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/empty_interpolation.rb +36 -0
  932. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/empty_when.rb +38 -0
  933. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/end_in_method.rb +40 -0
  934. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ensure_return.rb +46 -0
  935. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/erb_new_arguments.rb +163 -0
  936. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/flip_flop.rb +32 -0
  937. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/float_out_of_range.rb +35 -0
  938. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/format_parameter_mismatch.rb +185 -0
  939. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/handle_exceptions.rb +95 -0
  940. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/heredoc_method_call_position.rb +156 -0
  941. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/implicit_string_concatenation.rb +101 -0
  942. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ineffective_access_modifier.rb +127 -0
  943. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/inherit_exception.rb +100 -0
  944. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/interpolation_check.rb +40 -0
  945. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/literal_as_condition.rb +138 -0
  946. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/literal_in_interpolation.rb +98 -0
  947. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/loop.rb +63 -0
  948. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +84 -0
  949. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/multiple_compare.rb +48 -0
  950. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/nested_method_definition.rb +104 -0
  951. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/nested_percent_literal.rb +51 -0
  952. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/next_without_accumulator.rb +50 -0
  953. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +83 -0
  954. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/number_conversion.rb +81 -0
  955. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/ordered_magic_comments.rb +86 -0
  956. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +64 -0
  957. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/percent_string_array.rb +73 -0
  958. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/percent_symbol_array.rb +69 -0
  959. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/rand_one.rb +45 -0
  960. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/redundant_with_index.rb +82 -0
  961. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/redundant_with_object.rb +83 -0
  962. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/regexp_as_condition.rb +29 -0
  963. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/require_parentheses.rb +66 -0
  964. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/rescue_exception.rb +46 -0
  965. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/rescue_type.rb +94 -0
  966. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/return_in_void_context.rb +74 -0
  967. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/safe_navigation_chain.rb +66 -0
  968. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/safe_navigation_consistency.rb +94 -0
  969. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +38 -0
  970. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/script_permission.rb +70 -0
  971. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/shadowed_argument.rb +182 -0
  972. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/shadowed_exception.rb +178 -0
  973. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +53 -0
  974. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/string_conversion_in_interpolation.rb +59 -0
  975. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/syntax.rb +59 -0
  976. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/to_json.rb +41 -0
  977. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +82 -0
  978. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unified_integer.rb +45 -0
  979. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unneeded_cop_disable_directive.rb +263 -0
  980. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unneeded_cop_enable_directive.rb +116 -0
  981. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unneeded_require_statement.rb +50 -0
  982. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unneeded_splat_expansion.rb +172 -0
  983. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unreachable_code.rb +99 -0
  984. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unused_block_argument.rb +149 -0
  985. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/unused_method_argument.rb +68 -0
  986. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/uri_escape_unescape.rb +76 -0
  987. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/uri_regexp.rb +73 -0
  988. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/useless_access_modifier.rb +240 -0
  989. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/useless_assignment.rb +129 -0
  990. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/useless_comparison.rb +28 -0
  991. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/useless_else_without_rescue.rb +49 -0
  992. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/useless_setter_call.rb +164 -0
  993. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/lint/void.rb +170 -0
  994. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/message_annotator.rb +120 -0
  995. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/abc_size.rb +24 -0
  996. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/block_length.rb +50 -0
  997. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/block_nesting.rb +65 -0
  998. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/class_length.rb +36 -0
  999. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +32 -0
  1000. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/line_length.rb +321 -0
  1001. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/method_length.rb +36 -0
  1002. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/module_length.rb +36 -0
  1003. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/parameter_lists.rb +54 -0
  1004. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/perceived_complexity.rb +61 -0
  1005. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +67 -0
  1006. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/alignment.rb +74 -0
  1007. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/annotation_comment.rb +37 -0
  1008. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/array_min_size.rb +59 -0
  1009. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/array_syntax.rb +17 -0
  1010. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/check_assignment.rb +44 -0
  1011. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/check_line_breakable.rb +190 -0
  1012. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/classish_length.rb +37 -0
  1013. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/code_length.rb +38 -0
  1014. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/configurable_enforced_style.rb +98 -0
  1015. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/configurable_formatting.rb +47 -0
  1016. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/configurable_max.rb +23 -0
  1017. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/configurable_naming.rb +16 -0
  1018. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/configurable_numbering.rb +17 -0
  1019. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/def_node.rb +33 -0
  1020. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/documentation_comment.rb +52 -0
  1021. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/duplication.rb +46 -0
  1022. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/empty_lines_around_body.rb +172 -0
  1023. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/empty_parameter.rb +24 -0
  1024. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/end_keyword_alignment.rb +67 -0
  1025. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/enforce_superclass.rb +30 -0
  1026. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/first_element_line_break.rb +46 -0
  1027. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/frozen_string_literal.rb +53 -0
  1028. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/hash_alignment.rb +147 -0
  1029. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/heredoc.rb +32 -0
  1030. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/ignored_method_patterns.rb +19 -0
  1031. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/ignored_methods.rb +19 -0
  1032. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/ignored_pattern.rb +29 -0
  1033. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/integer_node.rb +14 -0
  1034. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/interpolation.rb +27 -0
  1035. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/match_range.rb +26 -0
  1036. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/method_complexity.rb +56 -0
  1037. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/method_preference.rb +31 -0
  1038. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/min_body_length.rb +21 -0
  1039. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/multiline_element_indentation.rb +86 -0
  1040. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +33 -0
  1041. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +255 -0
  1042. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +141 -0
  1043. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/negative_conditional.rb +32 -0
  1044. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/nil_methods.rb +25 -0
  1045. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/on_normal_if_unless.rb +14 -0
  1046. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/ordered_gem_node.rb +56 -0
  1047. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/parentheses.rb +17 -0
  1048. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/parser_diagnostic.rb +37 -0
  1049. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/percent_array.rb +52 -0
  1050. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/percent_literal.rb +38 -0
  1051. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/preceding_following_alignment.rb +181 -0
  1052. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/preferred_delimiters.rb +53 -0
  1053. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/range_help.rb +117 -0
  1054. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/rescue_node.rb +22 -0
  1055. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/safe_assignment.rb +23 -0
  1056. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/safe_mode.rb +22 -0
  1057. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/space_after_punctuation.rb +55 -0
  1058. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/space_before_punctuation.rb +49 -0
  1059. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/statement_modifier.rb +68 -0
  1060. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/string_help.rb +35 -0
  1061. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/string_literals_help.rb +23 -0
  1062. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/surrounding_space.rb +146 -0
  1063. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/target_ruby_version.rb +16 -0
  1064. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/too_many_lines.rb +35 -0
  1065. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/trailing_body.rb +26 -0
  1066. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/trailing_comma.rb +216 -0
  1067. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/uncommunicative_name.rb +111 -0
  1068. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/mixin/unused_argument.rb +33 -0
  1069. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/accessor_method_name.rb +55 -0
  1070. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/ascii_identifiers.rb +72 -0
  1071. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +43 -0
  1072. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/class_and_module_camel_case.rb +33 -0
  1073. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/constant_name.rb +81 -0
  1074. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/file_name.rb +205 -0
  1075. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +62 -0
  1076. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +55 -0
  1077. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +171 -0
  1078. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/method_name.rb +42 -0
  1079. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/predicate_name.rb +108 -0
  1080. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +112 -0
  1081. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/uncommunicative_block_param_name.rb +49 -0
  1082. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/uncommunicative_method_param_name.rb +58 -0
  1083. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/variable_name.rb +51 -0
  1084. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/naming/variable_number.rb +61 -0
  1085. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/offense.rb +194 -0
  1086. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/registry.rb +190 -0
  1087. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/security/eval.rb +31 -0
  1088. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/security/json_load.rb +46 -0
  1089. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/security/marshal_load.rb +39 -0
  1090. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/security/open.rb +71 -0
  1091. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/security/yaml_load.rb +37 -0
  1092. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/severity.rb +77 -0
  1093. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/access_modifier_declarations.rb +111 -0
  1094. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/alias.rb +147 -0
  1095. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/and_or.rb +146 -0
  1096. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/array_join.rb +39 -0
  1097. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/ascii_comments.rb +61 -0
  1098. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/attr.rb +62 -0
  1099. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/auto_resource_cleanup.rb +51 -0
  1100. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/bare_percent_literals.rb +78 -0
  1101. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/begin_block.rb +22 -0
  1102. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/block_comments.rb +70 -0
  1103. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/block_delimiters.rb +330 -0
  1104. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/braces_around_hash_parameters.rb +190 -0
  1105. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/case_equality.rb +30 -0
  1106. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/character_literal.rb +53 -0
  1107. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/class_and_module_children.rb +151 -0
  1108. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/class_check.rb +59 -0
  1109. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/class_methods.rb +60 -0
  1110. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/class_vars.rb +48 -0
  1111. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/collection_methods.rb +77 -0
  1112. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/colon_method_call.rb +48 -0
  1113. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/colon_method_definition.rb +37 -0
  1114. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/command_literal.rb +187 -0
  1115. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/comment_annotation.rb +97 -0
  1116. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/commented_keyword.rb +67 -0
  1117. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/conditional_assignment.rb +668 -0
  1118. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/constant_visibility.rb +77 -0
  1119. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/copyright.rb +95 -0
  1120. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/date_time.rb +77 -0
  1121. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/def_with_parentheses.rb +57 -0
  1122. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/dir.rb +48 -0
  1123. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/documentation.rb +97 -0
  1124. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/documentation_method.rb +81 -0
  1125. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/double_cop_disable_directive.rb +49 -0
  1126. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/double_negation.rb +35 -0
  1127. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/each_for_simple_loop.rb +58 -0
  1128. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/each_with_object.rb +110 -0
  1129. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_block_parameter.rb +48 -0
  1130. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_case_condition.rb +107 -0
  1131. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_else.rb +175 -0
  1132. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_lambda_parameter.rb +45 -0
  1133. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_literal.rb +123 -0
  1134. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/empty_method.rb +115 -0
  1135. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/encoding.rb +56 -0
  1136. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/end_block.rb +25 -0
  1137. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/eval_with_location.rb +148 -0
  1138. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/even_odd.rb +58 -0
  1139. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/expand_path_arguments.rb +194 -0
  1140. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/float_division.rb +94 -0
  1141. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/for.rb +88 -0
  1142. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/format_string.rb +124 -0
  1143. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/format_string_token.rb +170 -0
  1144. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/frozen_string_literal_comment.rb +164 -0
  1145. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/global_vars.rb +80 -0
  1146. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/guard_clause.rb +121 -0
  1147. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/hash_syntax.rb +214 -0
  1148. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/identical_conditional_branches.rb +130 -0
  1149. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/if_inside_else.rb +87 -0
  1150. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/if_unless_modifier.rb +91 -0
  1151. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +39 -0
  1152. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/if_with_semicolon.rb +30 -0
  1153. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/implicit_runtime_error.rb +32 -0
  1154. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/infinite_loop.rb +127 -0
  1155. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/inline_comment.rb +34 -0
  1156. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/inverse_methods.rb +187 -0
  1157. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/ip_addresses.rb +76 -0
  1158. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/lambda.rb +131 -0
  1159. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/lambda_call.rb +93 -0
  1160. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/line_end_concatenation.rb +121 -0
  1161. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +388 -0
  1162. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +77 -0
  1163. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/method_called_on_do_end_block.rb +46 -0
  1164. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/method_def_parentheses.rb +158 -0
  1165. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/method_missing_super.rb +34 -0
  1166. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/min_max.rb +68 -0
  1167. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/missing_else.rb +180 -0
  1168. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/missing_respond_to_missing.rb +46 -0
  1169. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/mixin_grouping.rb +148 -0
  1170. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/mixin_usage.rb +80 -0
  1171. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/module_function.rb +104 -0
  1172. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_block_chain.rb +40 -0
  1173. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_if_modifier.rb +67 -0
  1174. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_if_then.rb +50 -0
  1175. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_memoization.rb +94 -0
  1176. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_method_signature.rb +61 -0
  1177. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_ternary_operator.rb +38 -0
  1178. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiline_when_then.rb +55 -0
  1179. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/multiple_comparison.rb +92 -0
  1180. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/mutable_constant.rb +174 -0
  1181. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/negated_if.rb +99 -0
  1182. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/negated_unless.rb +89 -0
  1183. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/negated_while.rb +48 -0
  1184. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/nested_modifier.rb +89 -0
  1185. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/nested_parenthesized_calls.rb +67 -0
  1186. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/nested_ternary_operator.rb +32 -0
  1187. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/next.rb +244 -0
  1188. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/nil_comparison.rb +75 -0
  1189. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/non_nil_check.rb +124 -0
  1190. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/not.rb +82 -0
  1191. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/numeric_literal_prefix.rb +124 -0
  1192. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/numeric_literals.rb +110 -0
  1193. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/numeric_predicate.rb +137 -0
  1194. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/one_line_conditional.rb +101 -0
  1195. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/option_hash.rb +55 -0
  1196. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/optional_arguments.rb +58 -0
  1197. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/or_assignment.rb +90 -0
  1198. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/parallel_assignment.rb +287 -0
  1199. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/parentheses_around_condition.rb +103 -0
  1200. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/percent_literal_delimiters.rb +127 -0
  1201. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/percent_q_literals.rb +73 -0
  1202. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/perl_backrefs.rb +38 -0
  1203. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/preferred_hash_methods.rb +75 -0
  1204. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/proc.rb +34 -0
  1205. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/raise_args.rb +145 -0
  1206. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/random_with_offset.rb +158 -0
  1207. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_begin.rb +91 -0
  1208. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_conditional.rb +97 -0
  1209. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_exception.rb +60 -0
  1210. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_freeze.rb +67 -0
  1211. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_parentheses.rb +222 -0
  1212. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_return.rb +161 -0
  1213. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_self.rb +154 -0
  1214. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/redundant_sort_by.rb +50 -0
  1215. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/regexp_literal.rb +228 -0
  1216. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/rescue_modifier.rb +49 -0
  1217. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/rescue_standard_error.rb +124 -0
  1218. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/return_nil.rb +89 -0
  1219. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/safe_navigation.rb +255 -0
  1220. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/sample.rb +144 -0
  1221. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/self_assignment.rb +97 -0
  1222. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/semicolon.rb +90 -0
  1223. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/send.rb +31 -0
  1224. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/signal_exception.rb +211 -0
  1225. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/single_line_block_params.rb +95 -0
  1226. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/single_line_methods.rb +76 -0
  1227. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/special_global_vars.rb +213 -0
  1228. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +86 -0
  1229. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/stderr_puts.rb +61 -0
  1230. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/string_hash_keys.rb +50 -0
  1231. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/string_literals.rb +129 -0
  1232. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/string_literals_in_interpolation.rb +49 -0
  1233. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/string_methods.rb +46 -0
  1234. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/strip.rb +46 -0
  1235. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/struct_inheritance.rb +39 -0
  1236. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/symbol_array.rb +119 -0
  1237. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/symbol_literal.rb +32 -0
  1238. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/symbol_proc.rb +110 -0
  1239. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/ternary_parentheses.rb +204 -0
  1240. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_body_on_class.rb +43 -0
  1241. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +54 -0
  1242. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_body_on_module.rb +43 -0
  1243. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +96 -0
  1244. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +58 -0
  1245. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +56 -0
  1246. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_method_end_statement.rb +91 -0
  1247. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trailing_underscore_variable.rb +161 -0
  1248. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/trivial_accessors.rb +191 -0
  1249. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unless_else.rb +55 -0
  1250. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unneeded_capital_w.rb +51 -0
  1251. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unneeded_condition.rb +112 -0
  1252. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unneeded_interpolation.rb +98 -0
  1253. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unneeded_percent_q.rb +112 -0
  1254. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unneeded_sort.rb +165 -0
  1255. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/unpack_first.rb +65 -0
  1256. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/variable_interpolation.rb +48 -0
  1257. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/when_then.rb +37 -0
  1258. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/while_until_do.rb +59 -0
  1259. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/while_until_modifier.rb +61 -0
  1260. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/word_array.rb +102 -0
  1261. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/yoda_condition.rb +141 -0
  1262. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/style/zero_length_predicate.rb +117 -0
  1263. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/team.rb +191 -0
  1264. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/util.rb +127 -0
  1265. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force.rb +464 -0
  1266. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/assignment.rb +96 -0
  1267. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/branch.rb +322 -0
  1268. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/branchable.rb +23 -0
  1269. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/reference.rb +49 -0
  1270. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/scope.rb +109 -0
  1271. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/variable.rb +104 -0
  1272. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/cop/variable_force/variable_table.rb +129 -0
  1273. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/core_ext/string.rb +47 -0
  1274. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/error.rb +34 -0
  1275. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/file_finder.rb +42 -0
  1276. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/auto_gen_config_formatter.rb +16 -0
  1277. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/base_formatter.rb +123 -0
  1278. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/clang_style_formatter.rb +54 -0
  1279. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/colorizable.rb +41 -0
  1280. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/disabled_config_formatter.rb +224 -0
  1281. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/disabled_lines_formatter.rb +57 -0
  1282. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/emacs_style_formatter.rb +24 -0
  1283. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/file_list_formatter.rb +20 -0
  1284. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/formatter_set.rb +105 -0
  1285. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/fuubar_style_formatter.rb +80 -0
  1286. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/html_formatter.rb +141 -0
  1287. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/json_formatter.rb +80 -0
  1288. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/offense_count_formatter.rb +74 -0
  1289. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/progress_formatter.rb +63 -0
  1290. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/quiet_formatter.rb +13 -0
  1291. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/simple_text_formatter.rb +126 -0
  1292. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/tap_formatter.rb +71 -0
  1293. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/text_util.rb +20 -0
  1294. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/formatter/worst_offenders_formatter.rb +62 -0
  1295. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/magic_comment.rb +210 -0
  1296. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/name_similarity.rb +21 -0
  1297. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/node_pattern.rb +799 -0
  1298. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/options.rb +465 -0
  1299. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/path_util.rb +85 -0
  1300. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/platform.rb +11 -0
  1301. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/processed_source.rb +216 -0
  1302. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rake_task.rb +79 -0
  1303. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/remote_config.rb +106 -0
  1304. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/result_cache.rb +191 -0
  1305. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rspec/cop_helper.rb +94 -0
  1306. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rspec/expect_offense.rb +240 -0
  1307. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rspec/host_environment_simulation_helper.rb +28 -0
  1308. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rspec/shared_contexts.rb +90 -0
  1309. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/rspec/support.rb +13 -0
  1310. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/runner.rb +352 -0
  1311. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/string_interpreter.rb +57 -0
  1312. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/string_util.rb +14 -0
  1313. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/target_finder.rb +190 -0
  1314. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/token.rb +114 -0
  1315. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/version.rb +21 -0
  1316. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/warning.rb +11 -0
  1317. data/vendor/ruby/2.6.0/gems/rubocop-0.74.0/lib/rubocop/yaml_duplication_checker.rb +39 -0
  1318. data/vendor/ruby/2.6.0/specifications/brakeman-4.6.1.gemspec +23 -0
  1319. data/vendor/ruby/2.6.0/specifications/nokogiri-1.10.4.gemspec +83 -0
  1320. data/vendor/ruby/2.6.0/specifications/rails-html-sanitizer-1.2.0.gemspec +44 -0
  1321. data/vendor/ruby/2.6.0/specifications/rubocop-0.74.0.gemspec +56 -0
  1322. metadata +1311 -2
@@ -0,0 +1,92 @@
1
+ require "ruby_parser_extras"
2
+ require "racc/parser"
3
+
4
+ ##
5
+ # RubyParser is a compound parser that uses all known versions to
6
+ # attempt to parse.
7
+
8
+ class RubyParser
9
+
10
+ VERSIONS = []
11
+
12
+ attr_accessor :current
13
+
14
+ class Parser < Racc::Parser
15
+ include RubyParserStuff
16
+
17
+ def self.inherited x
18
+ RubyParser::VERSIONS << x
19
+ end
20
+
21
+ def self.version= v
22
+ @version = v
23
+ end
24
+
25
+ def self.version
26
+ @version ||= Parser > self && self.name[/(?:V|Ruby)(\d+)/, 1].to_i
27
+ end
28
+ end
29
+
30
+ class SyntaxError < RuntimeError; end
31
+
32
+ def process s, f = "(string)", t = 10
33
+ e = nil
34
+ VERSIONS.each do |klass|
35
+ self.current = parser = klass.new
36
+ begin
37
+ return parser.process s, f, t
38
+ rescue Racc::ParseError, RubyParser::SyntaxError => exc
39
+ e ||= exc
40
+ end
41
+ end
42
+ raise e
43
+ end
44
+
45
+ alias :parse :process
46
+
47
+ def reset
48
+ # do nothing
49
+ end
50
+
51
+ def self.latest
52
+ VERSIONS.first.new
53
+ end
54
+
55
+ def self.for_current_ruby
56
+ name = "V#{RUBY_VERSION[/^\d+\.\d+/].delete "."}"
57
+ klass = if const_defined? name then
58
+ const_get name
59
+ else
60
+ latest = VERSIONS.first
61
+ warn "NOTE: RubyParser::#{name} undefined, using #{latest}."
62
+ latest
63
+ end
64
+
65
+ klass.new
66
+ end
67
+ end
68
+
69
+ ##
70
+ # Unfortunately a problem with racc is that it won't let me namespace
71
+ # properly, so instead of RubyParser::V25, I still have to generate
72
+ # the old Ruby25Parser and shove it in as V25.
73
+
74
+ require "ruby20_parser"
75
+ require "ruby21_parser"
76
+ require "ruby22_parser"
77
+ require "ruby23_parser"
78
+ require "ruby24_parser"
79
+ require "ruby25_parser"
80
+ require "ruby26_parser"
81
+
82
+ class RubyParser # HACK
83
+ VERSIONS.clear # also a HACK caused by racc namespace issues
84
+
85
+ class V26 < ::Ruby26Parser; end
86
+ class V25 < ::Ruby25Parser; end
87
+ class V24 < ::Ruby24Parser; end
88
+ class V23 < ::Ruby23Parser; end
89
+ class V22 < ::Ruby22Parser; end
90
+ class V21 < ::Ruby21Parser; end
91
+ class V20 < ::Ruby20Parser; end
92
+ end
@@ -0,0 +1,2582 @@
1
+ # -*- racc -*-
2
+
3
+ #if V==20
4
+ class Ruby20Parser
5
+ #elif V==21
6
+ class Ruby21Parser
7
+ #elif V == 22
8
+ class Ruby22Parser
9
+ #elif V == 23
10
+ class Ruby23Parser
11
+ #elif V == 24
12
+ class Ruby24Parser
13
+ #elif V == 25
14
+ class Ruby25Parser
15
+ #elif V == 26
16
+ class Ruby26Parser
17
+ #else
18
+ fail "version not specified or supported on code generation"
19
+ #endif
20
+
21
+ token kCLASS kMODULE kDEF kUNDEF kBEGIN kRESCUE kENSURE kEND kIF kUNLESS
22
+ kTHEN kELSIF kELSE kCASE kWHEN kWHILE kUNTIL kFOR kBREAK kNEXT
23
+ kREDO kRETRY kIN kDO kDO_COND kDO_BLOCK kDO_LAMBDA kRETURN kYIELD kSUPER
24
+ kSELF kNIL kTRUE kFALSE kAND kOR kNOT kIF_MOD kUNLESS_MOD kWHILE_MOD
25
+ kUNTIL_MOD kRESCUE_MOD kALIAS kDEFINED klBEGIN klEND k__LINE__
26
+ k__FILE__ k__ENCODING__ tIDENTIFIER tFID tGVAR tIVAR tCONSTANT
27
+ tLABEL tCVAR tNTH_REF tBACK_REF tSTRING_CONTENT tINTEGER tFLOAT
28
+ tREGEXP_END tUPLUS tUMINUS tUMINUS_NUM tPOW tCMP tEQ tEQQ tNEQ
29
+ tGEQ tLEQ tANDOP tOROP tMATCH tNMATCH tDOT tDOT2 tDOT3 tAREF
30
+ tASET tLSHFT tRSHFT tCOLON2 tCOLON3 tOP_ASGN tASSOC tLPAREN
31
+ tLPAREN2 tRPAREN tLPAREN_ARG tLBRACK tLBRACK2 tRBRACK tLBRACE
32
+ tLBRACE_ARG tSTAR tSTAR2 tAMPER tAMPER2 tTILDE tPERCENT tDIVIDE
33
+ tPLUS tMINUS tLT tGT tPIPE tBANG tCARET tLCURLY tRCURLY
34
+ tBACK_REF2 tSYMBEG tSTRING_BEG tXSTRING_BEG tREGEXP_BEG
35
+ tWORDS_BEG tQWORDS_BEG tSTRING_DBEG tSTRING_DVAR tSTRING_END
36
+ tSTRING tSYMBOL tNL tEH tCOLON tCOMMA tSPACE tSEMI tLAMBDA
37
+ tLAMBEG tDSTAR tCHAR tSYMBOLS_BEG tQSYMBOLS_BEG tSTRING_DEND tUBANG
38
+ #if V >= 21
39
+ tRATIONAL tIMAGINARY
40
+ #endif
41
+ #if V >= 22
42
+ tLABEL_END
43
+ #endif
44
+ #if V >= 23
45
+ tLONELY
46
+ #endif
47
+
48
+ prechigh
49
+ right tBANG tTILDE tUPLUS
50
+ right tPOW
51
+ right tUMINUS_NUM tUMINUS
52
+ left tSTAR2 tDIVIDE tPERCENT
53
+ left tPLUS tMINUS
54
+ left tLSHFT tRSHFT
55
+ left tAMPER2
56
+ left tPIPE tCARET
57
+ left tGT tGEQ tLT tLEQ
58
+ nonassoc tCMP tEQ tEQQ tNEQ tMATCH tNMATCH
59
+ left tANDOP
60
+ left tOROP
61
+ nonassoc tDOT2 tDOT3
62
+ right tEH tCOLON
63
+ left kRESCUE_MOD
64
+ right tEQL tOP_ASGN
65
+ nonassoc kDEFINED
66
+ right kNOT
67
+ left kOR kAND
68
+ nonassoc kIF_MOD kUNLESS_MOD kWHILE_MOD kUNTIL_MOD
69
+ nonassoc tLBRACE_ARG
70
+ nonassoc tLOWEST
71
+ preclow
72
+
73
+ rule
74
+
75
+ program: {
76
+ self.lexer.lex_state = EXPR_BEG
77
+ }
78
+ top_compstmt
79
+ {
80
+ result = new_compstmt val
81
+ }
82
+
83
+ top_compstmt: top_stmts opt_terms
84
+ {
85
+ result = val[0]
86
+ }
87
+
88
+ top_stmts: none
89
+ | top_stmt
90
+ | top_stmts terms top_stmt
91
+ {
92
+ result = self.block_append val[0], val[2]
93
+ }
94
+ | error top_stmt
95
+
96
+ top_stmt: stmt
97
+ {
98
+ result = val[0]
99
+
100
+ # TODO: remove once I have more confidence this is fixed
101
+ # result.each_of_type :call_args do |s|
102
+ # debug20 666, s, result
103
+ # end
104
+ }
105
+ | klBEGIN
106
+ {
107
+ if (self.in_def || self.in_single > 0) then
108
+ debug20 1
109
+ yyerror "BEGIN in method"
110
+ end
111
+ self.env.extend
112
+ }
113
+ begin_block
114
+ {
115
+ _, _, block = val
116
+ result = block
117
+ }
118
+
119
+ begin_block: tLCURLY top_compstmt tRCURLY
120
+ {
121
+ _, stmt, _ = val
122
+ result = new_iter s(:preexe), 0, stmt
123
+ }
124
+
125
+ bodystmt: compstmt opt_rescue k_else
126
+ {
127
+ res = _values[-2]
128
+ yyerror "else without rescue is useless" unless res
129
+ }
130
+ compstmt
131
+ opt_ensure
132
+ {
133
+ body, resc, _, _, els, ens = val
134
+
135
+ result = new_body [body, resc, els, ens]
136
+ }
137
+ | compstmt opt_rescue opt_ensure
138
+ {
139
+ body, resc, ens = val
140
+
141
+ result = new_body [body, resc, nil, ens]
142
+ }
143
+
144
+ compstmt: stmts opt_terms
145
+ {
146
+ result = new_compstmt val
147
+ }
148
+
149
+ stmts: none
150
+ | stmt_or_begin # TODO: newline_node ?
151
+ | stmts terms stmt_or_begin
152
+ {
153
+ result = self.block_append val[0], val[2]
154
+ }
155
+ | error stmt
156
+ {
157
+ result = val[1]
158
+ debug20 2, val, result
159
+ }
160
+
161
+ stmt_or_begin: stmt
162
+ | klBEGIN
163
+ {
164
+ if (self.in_def || self.in_single > 0) then
165
+ debug20 1
166
+ yyerror "BEGIN in method"
167
+ end
168
+ self.env.extend
169
+ }
170
+ begin_block
171
+ {
172
+ _, _, stmt = val
173
+ result = stmt
174
+ }
175
+
176
+ stmt: kALIAS fitem
177
+ {
178
+ lexer.lex_state = EXPR_FNAME
179
+ result = self.lexer.lineno
180
+ }
181
+ fitem
182
+ {
183
+ result = s(:alias, val[1], val[3]).line(val[2])
184
+ }
185
+ | kALIAS tGVAR tGVAR
186
+ {
187
+ result = s(:valias, val[1].to_sym, val[2].to_sym)
188
+ }
189
+ | kALIAS tGVAR tBACK_REF
190
+ {
191
+ result = s(:valias, val[1].to_sym, :"$#{val[2]}")
192
+ }
193
+ | kALIAS tGVAR tNTH_REF
194
+ {
195
+ yyerror "can't make alias for the number variables"
196
+ }
197
+ | kUNDEF undef_list
198
+ {
199
+ result = val[1]
200
+ }
201
+ | stmt kIF_MOD expr_value
202
+ {
203
+ result = new_if val[2], val[0], nil
204
+ }
205
+ | stmt kUNLESS_MOD expr_value
206
+ {
207
+ result = new_if val[2], nil, val[0]
208
+ }
209
+ | stmt kWHILE_MOD expr_value
210
+ {
211
+ result = new_while val[0], val[2], true
212
+ }
213
+ | stmt kUNTIL_MOD expr_value
214
+ {
215
+ result = new_until val[0], val[2], true
216
+ }
217
+ | stmt kRESCUE_MOD stmt
218
+ {
219
+ body, _, resbody = val
220
+ result = new_rescue body, new_resbody(s(:array), resbody)
221
+ }
222
+ | klEND tLCURLY compstmt tRCURLY
223
+ {
224
+ if (self.in_def || self.in_single > 0) then
225
+ debug20 3
226
+ yyerror "END in method; use at_exit"
227
+ end
228
+ result = new_iter s(:postexe), 0, val[2]
229
+ }
230
+ | command_asgn
231
+ | mlhs tEQL command_call
232
+ {
233
+ result = new_masgn val[0], val[2], :wrap
234
+ }
235
+ | lhs tEQL mrhs
236
+ {
237
+ result = new_assign val[0], s(:svalue, val[2])
238
+ }
239
+ #if V == 20
240
+ | mlhs tEQL arg_value
241
+ {
242
+ result = new_masgn val[0], val[2], :wrap
243
+ }
244
+ | mlhs tEQL mrhs
245
+ #else
246
+ | mlhs tEQL mrhs_arg
247
+ #endif
248
+ {
249
+ result = new_masgn val[0], val[2]
250
+ }
251
+ | expr
252
+
253
+ command_asgn: lhs tEQL command_rhs
254
+ {
255
+ result = new_assign val[0], val[2]
256
+ }
257
+ # | lhs tEQL command_asgn
258
+ # {
259
+ # result = new_assign val[0], val[2]
260
+ # }
261
+ | var_lhs tOP_ASGN command_rhs
262
+ {
263
+ result = new_op_asgn val
264
+ }
265
+ | primary_value tLBRACK2 opt_call_args rbracket tOP_ASGN command_rhs
266
+ {
267
+ result = s(:op_asgn1, val[0], val[2], val[4].to_sym, val[5])
268
+ }
269
+ | primary_value call_op tIDENTIFIER tOP_ASGN command_rhs
270
+ {
271
+ result = s(:op_asgn, val[0], val[4], val[2].to_sym, val[3].to_sym)
272
+ if val[1] == '&.'
273
+ result.sexp_type = :safe_op_asgn
274
+ end
275
+ result.line = val[0].line
276
+ }
277
+ | primary_value call_op tCONSTANT tOP_ASGN command_rhs
278
+ {
279
+ result = s(:op_asgn, val[0], val[4], val[2].to_sym, val[3].to_sym)
280
+ if val[1] == '&.'
281
+ result.sexp_type = :safe_op_asgn
282
+ end
283
+ result.line = val[0].line
284
+ }
285
+ | primary_value tCOLON2 tCONSTANT tOP_ASGN command_rhs
286
+ {
287
+ result = s(:op_asgn, val[0], val[4], val[2], val[3])
288
+ debug20 4, val, result
289
+ }
290
+ | primary_value tCOLON2 tIDENTIFIER tOP_ASGN command_rhs
291
+ {
292
+ result = s(:op_asgn, val[0], val[4], val[2], val[3])
293
+ debug20 5, val, result
294
+ }
295
+ | backref tOP_ASGN command_rhs
296
+ {
297
+ self.backref_assign_error val[0]
298
+ }
299
+
300
+ command_rhs: command_call =tOP_ASGN
301
+ {
302
+ expr, = val
303
+ result = value_expr expr
304
+ }
305
+ #if V >= 24
306
+ | command_call kRESCUE_MOD stmt
307
+ {
308
+ expr, _, resbody = val
309
+ expr = value_expr expr
310
+ result = new_rescue(expr, new_resbody(s(:array), resbody))
311
+ }
312
+ #endif
313
+ | command_asgn
314
+
315
+ expr: command_call
316
+ | expr kAND expr
317
+ {
318
+ result = logical_op :and, val[0], val[2]
319
+ }
320
+ | expr kOR expr
321
+ {
322
+ result = logical_op :or, val[0], val[2]
323
+ }
324
+ | kNOT opt_nl expr
325
+ {
326
+ result = s(:call, val[2], :"!")
327
+ }
328
+ | tBANG command_call
329
+ {
330
+ result = s(:call, val[1], :"!")
331
+ }
332
+ | arg
333
+
334
+ expr_value: expr
335
+ {
336
+ result = value_expr(val[0])
337
+ }
338
+
339
+ expr_value_do: {
340
+ lexer.cond.push true
341
+ }
342
+ expr_value do
343
+ {
344
+ lexer.cond.pop
345
+ }
346
+ {
347
+ _, expr, _, _ = val
348
+ result = expr
349
+ }
350
+
351
+ command_call: command
352
+ | block_command
353
+
354
+ block_command: block_call
355
+ | block_call call_op2 operation2 command_args
356
+ {
357
+ result = new_call val[0], val[2].to_sym, val[3]
358
+ }
359
+
360
+ cmd_brace_block: tLBRACE_ARG
361
+ {
362
+ # self.env.extend(:dynamic)
363
+ result = self.lexer.lineno
364
+ }
365
+ brace_body tRCURLY
366
+ {
367
+ _, line, body, _ = val
368
+
369
+ result = body
370
+ result.line = line
371
+
372
+ # self.env.unextend
373
+ }
374
+
375
+ fcall: operation
376
+ {
377
+ result = new_call nil, val[0].to_sym
378
+ }
379
+
380
+ command: fcall command_args =tLOWEST
381
+ {
382
+ result = val[0].concat val[1].sexp_body # REFACTOR pattern
383
+ }
384
+ | fcall command_args cmd_brace_block
385
+ {
386
+ result = val[0].concat val[1].sexp_body
387
+ if val[2] then
388
+ block_dup_check result, val[2]
389
+
390
+ result, operation = val[2], result
391
+ result.insert 1, operation
392
+ end
393
+ }
394
+ | primary_value call_op operation2 command_args =tLOWEST
395
+ {
396
+ result = new_call val[0], val[2].to_sym, val[3], val[1]
397
+ }
398
+ | primary_value call_op operation2 command_args cmd_brace_block
399
+ {
400
+ recv, _, msg, args, block = val
401
+ call = new_call recv, msg.to_sym, args, val[1]
402
+
403
+ block_dup_check call, block
404
+
405
+ block.insert 1, call
406
+ result = block
407
+ }
408
+ | primary_value tCOLON2 operation2 command_args =tLOWEST
409
+ {
410
+ result = new_call val[0], val[2].to_sym, val[3]
411
+ }
412
+ | primary_value tCOLON2 operation2 command_args cmd_brace_block
413
+ {
414
+ recv, _, msg, args, block = val
415
+ call = new_call recv, msg.to_sym, args
416
+
417
+ block_dup_check call, block
418
+
419
+ block.insert 1, call
420
+ result = block
421
+ }
422
+ | kSUPER command_args
423
+ {
424
+ result = new_super val[1]
425
+ }
426
+ | kYIELD command_args
427
+ {
428
+ result = new_yield val[1]
429
+ }
430
+ | k_return call_args
431
+ {
432
+ line = val[0].last
433
+ result = s(:return, ret_args(val[1])).line(line)
434
+ }
435
+ | kBREAK call_args
436
+ {
437
+ line = val[0].last
438
+ result = s(:break, ret_args(val[1])).line(line)
439
+ }
440
+ | kNEXT call_args
441
+ {
442
+ line = val[0].last
443
+ result = s(:next, ret_args(val[1])).line(line)
444
+ }
445
+
446
+ mlhs: mlhs_basic
447
+ | tLPAREN mlhs_inner rparen
448
+ {
449
+ result = val[1]
450
+ }
451
+
452
+ mlhs_inner: mlhs_basic
453
+ | tLPAREN mlhs_inner rparen
454
+ {
455
+ result = s(:masgn, s(:array, val[1]))
456
+ }
457
+
458
+ mlhs_basic: mlhs_head
459
+ {
460
+ result = s(:masgn, val[0])
461
+ }
462
+ | mlhs_head mlhs_item
463
+ {
464
+ result = s(:masgn, val[0] << val[1].compact)
465
+ }
466
+ | mlhs_head tSTAR mlhs_node
467
+ {
468
+ result = s(:masgn, val[0] << s(:splat, val[2]))
469
+ }
470
+ | mlhs_head tSTAR mlhs_node tCOMMA mlhs_post
471
+ {
472
+ ary1, _, splat, _, ary2 = val
473
+
474
+ result = list_append ary1, s(:splat, splat)
475
+ result.concat ary2.sexp_body
476
+ result = s(:masgn, result)
477
+ }
478
+ | mlhs_head tSTAR
479
+ {
480
+ result = s(:masgn, val[0] << s(:splat))
481
+ }
482
+ | mlhs_head tSTAR tCOMMA mlhs_post
483
+ {
484
+ ary = list_append val[0], s(:splat)
485
+ ary.concat val[3].sexp_body
486
+ result = s(:masgn, ary)
487
+ }
488
+ | tSTAR mlhs_node
489
+ {
490
+ result = s(:masgn, s(:array, s(:splat, val[1])))
491
+ }
492
+ | tSTAR mlhs_node tCOMMA mlhs_post
493
+ {
494
+ ary = s(:array, s(:splat, val[1]))
495
+ ary.concat val[3].sexp_body
496
+ result = s(:masgn, ary)
497
+ }
498
+ | tSTAR
499
+ {
500
+ result = s(:masgn, s(:array, s(:splat)))
501
+ }
502
+ | tSTAR tCOMMA mlhs_post
503
+ {
504
+ result = s(:masgn, s(:array, s(:splat), *val[2].sexp_body))
505
+ }
506
+
507
+ mlhs_item: mlhs_node
508
+ | tLPAREN mlhs_inner rparen
509
+ {
510
+ result = val[1]
511
+ }
512
+
513
+ mlhs_head: mlhs_item tCOMMA
514
+ {
515
+ result = s(:array, val[0])
516
+ }
517
+ | mlhs_head mlhs_item tCOMMA
518
+ {
519
+ result = val[0] << val[1].compact
520
+ }
521
+
522
+ mlhs_post: mlhs_item
523
+ {
524
+ result = s(:array, val[0])
525
+ }
526
+ | mlhs_post tCOMMA mlhs_item
527
+ {
528
+ result = list_append val[0], val[2]
529
+ }
530
+
531
+ mlhs_node: user_variable
532
+ {
533
+ result = self.assignable val[0]
534
+ }
535
+ | keyword_variable
536
+ {
537
+ result = self.assignable val[0]
538
+ }
539
+ | primary_value tLBRACK2 opt_call_args rbracket
540
+ {
541
+ result = self.aryset val[0], val[2]
542
+ }
543
+ | primary_value call_op tIDENTIFIER
544
+ {
545
+ result = new_attrasgn val[0], val[2], val[1]
546
+ }
547
+ | primary_value tCOLON2 tIDENTIFIER
548
+ {
549
+ result = s(:attrasgn, val[0], :"#{val[2]}=")
550
+ }
551
+ | primary_value call_op tCONSTANT
552
+ {
553
+ result = new_attrasgn val[0], val[2], val[1]
554
+ }
555
+ | primary_value tCOLON2 tCONSTANT
556
+ {
557
+ if (self.in_def || self.in_single > 0) then
558
+ debug20 7
559
+ yyerror "dynamic constant assignment"
560
+ end
561
+
562
+ result = s(:const, s(:colon2, val[0], val[2].to_sym), nil)
563
+ }
564
+ | tCOLON3 tCONSTANT
565
+ {
566
+ if (self.in_def || self.in_single > 0) then
567
+ debug20 8
568
+ yyerror "dynamic constant assignment"
569
+ end
570
+
571
+ result = s(:const, nil, s(:colon3, val[1].to_sym))
572
+ }
573
+ | backref
574
+ {
575
+ self.backref_assign_error val[0]
576
+ }
577
+
578
+ lhs: user_variable
579
+ {
580
+ result = self.assignable val[0]
581
+ }
582
+ | keyword_variable
583
+ {
584
+ result = self.assignable val[0]
585
+ debug20 9, val, result
586
+ }
587
+ | primary_value tLBRACK2 opt_call_args rbracket
588
+ {
589
+ result = self.aryset val[0], val[2]
590
+ }
591
+ | primary_value call_op tIDENTIFIER # REFACTOR
592
+ {
593
+ result = new_attrasgn val[0], val[2], val[1]
594
+ }
595
+ | primary_value tCOLON2 tIDENTIFIER
596
+ {
597
+ result = s(:attrasgn, val[0], :"#{val[2]}=")
598
+ }
599
+ | primary_value call_op tCONSTANT # REFACTOR?
600
+ {
601
+ result = new_attrasgn val[0], val[2], val[1]
602
+ }
603
+ | primary_value tCOLON2 tCONSTANT
604
+ {
605
+ if (self.in_def || self.in_single > 0) then
606
+ debug20 10
607
+ yyerror "dynamic constant assignment"
608
+ end
609
+
610
+ result = s(:const, s(:colon2, val[0], val[2].to_sym))
611
+ }
612
+ | tCOLON3 tCONSTANT
613
+ {
614
+ if (self.in_def || self.in_single > 0) then
615
+ debug20 11
616
+ yyerror "dynamic constant assignment"
617
+ end
618
+
619
+ result = s(:const, s(:colon3, val[1].to_sym))
620
+ }
621
+ | backref
622
+ {
623
+ self.backref_assign_error val[0]
624
+ }
625
+
626
+ cname: tIDENTIFIER
627
+ {
628
+ yyerror "class/module name must be CONSTANT"
629
+ }
630
+ | tCONSTANT
631
+
632
+ cpath: tCOLON3 cname
633
+ {
634
+ result = s(:colon3, val[1].to_sym)
635
+ }
636
+ | cname
637
+ {
638
+ result = val[0].to_sym
639
+ }
640
+ | primary_value tCOLON2 cname
641
+ {
642
+ result = s(:colon2, val[0], val[2].to_sym)
643
+ }
644
+
645
+ fname: tIDENTIFIER | tCONSTANT | tFID
646
+ | op
647
+ {
648
+ lexer.lex_state = EXPR_END
649
+ result = val[0]
650
+ }
651
+
652
+ | reswords
653
+ {
654
+ (sym, _line), = val
655
+ lexer.lex_state = EXPR_END
656
+ result = sym
657
+ }
658
+
659
+ fsym: fname | symbol
660
+
661
+ fitem: fsym
662
+ {
663
+ result = s(:lit, val[0].to_sym)
664
+ }
665
+ | dsym
666
+
667
+ undef_list: fitem
668
+ {
669
+ result = new_undef val[0]
670
+ }
671
+ |
672
+ undef_list tCOMMA
673
+ {
674
+ lexer.lex_state = EXPR_FNAME
675
+ }
676
+ fitem
677
+ {
678
+ result = new_undef val[0], val[3]
679
+ }
680
+
681
+ op: tPIPE | tCARET | tAMPER2 | tCMP | tEQ | tEQQ
682
+ | tMATCH | tNMATCH | tGT | tGEQ | tLT | tLEQ
683
+ | tNEQ | tLSHFT | tRSHFT | tPLUS | tMINUS | tSTAR2
684
+ | tSTAR | tDIVIDE | tPERCENT | tPOW | tDSTAR | tBANG | tTILDE
685
+ | tUPLUS | tUMINUS | tAREF | tASET | tBACK_REF2
686
+ #if V >= 20
687
+ | tUBANG
688
+ #endif
689
+
690
+ reswords: k__LINE__ | k__FILE__ | k__ENCODING__ | klBEGIN | klEND
691
+ | kALIAS | kAND | kBEGIN | kBREAK | kCASE
692
+ | kCLASS | kDEF | kDEFINED | kDO | kELSE
693
+ | kELSIF | kEND | kENSURE | kFALSE | kFOR
694
+ | kIN | kMODULE | kNEXT | kNIL | kNOT
695
+ | kOR | kREDO | kRESCUE | kRETRY | kRETURN
696
+ | kSELF | kSUPER | kTHEN | kTRUE | kUNDEF
697
+ | kWHEN | kYIELD | kIF | kUNLESS | kWHILE
698
+ | kUNTIL
699
+
700
+ arg: lhs tEQL arg_rhs
701
+ {
702
+ result = new_assign val[0], val[2]
703
+ }
704
+ | var_lhs tOP_ASGN arg_rhs
705
+ {
706
+ result = new_op_asgn val
707
+ }
708
+ | primary_value tLBRACK2 opt_call_args rbracket tOP_ASGN arg_rhs
709
+ {
710
+ val[2].sexp_type = :arglist if val[2]
711
+ result = s(:op_asgn1, val[0], val[2], val[4].to_sym, val[5])
712
+ }
713
+ | primary_value call_op tIDENTIFIER tOP_ASGN arg_rhs
714
+ {
715
+ result = new_op_asgn2 val
716
+ }
717
+ | primary_value call_op tCONSTANT tOP_ASGN arg_rhs
718
+ {
719
+ result = new_op_asgn2 val
720
+ }
721
+ | primary_value tCOLON2 tIDENTIFIER tOP_ASGN arg_rhs
722
+ {
723
+ result = s(:op_asgn, val[0], val[4], val[2].to_sym, val[3].to_sym)
724
+ }
725
+ | primary_value tCOLON2 tCONSTANT tOP_ASGN arg_rhs
726
+ {
727
+ lhs1, _, lhs2, op, rhs = val
728
+
729
+ lhs = s(:colon2, lhs1, lhs2.to_sym).line lhs1.line
730
+ result = new_const_op_asgn [lhs, op, rhs]
731
+ }
732
+ | tCOLON3 tCONSTANT
733
+ {
734
+ result = self.lexer.lineno
735
+ }
736
+ tOP_ASGN arg_rhs
737
+ {
738
+ _, lhs, line, op, rhs = val
739
+
740
+ lhs = s(:colon3, lhs.to_sym).line line
741
+ result = new_const_op_asgn [lhs, op, rhs]
742
+ }
743
+ | backref tOP_ASGN arg_rhs
744
+ {
745
+ # TODO: lhs = var_field val[0]
746
+ asgn = new_op_asgn val
747
+ result = self.backref_assign_error asgn
748
+ }
749
+ | arg tDOT2 arg
750
+ {
751
+ v1, v2 = val[0], val[2]
752
+ if v1.node_type == :lit and v2.node_type == :lit and Integer === v1.last and Integer === v2.last then
753
+ result = s(:lit, (v1.last)..(v2.last))
754
+ else
755
+ result = s(:dot2, v1, v2)
756
+ end
757
+ }
758
+ | arg tDOT3 arg
759
+ {
760
+ v1, v2 = val[0], val[2]
761
+ if v1.node_type == :lit and v2.node_type == :lit and Integer === v1.last and Integer === v2.last then
762
+ result = s(:lit, (v1.last)...(v2.last))
763
+ else
764
+ result = s(:dot3, v1, v2)
765
+ end
766
+ }
767
+ #if V >= 26
768
+ | arg tDOT2
769
+ {
770
+ v1, v2 = val[0], nil
771
+
772
+ result = s(:dot2, v1, v2)
773
+ }
774
+ | arg tDOT3
775
+ {
776
+ v1, v2 = val[0], nil
777
+
778
+ result = s(:dot3, v1, v2)
779
+ }
780
+ #endif
781
+ | arg tPLUS arg
782
+ {
783
+ result = new_call val[0], :+, argl(val[2])
784
+ }
785
+ | arg tMINUS arg
786
+ {
787
+ result = new_call val[0], :-, argl(val[2])
788
+ }
789
+ | arg tSTAR2 arg # TODO: rename
790
+ {
791
+ result = new_call val[0], :*, argl(val[2])
792
+ }
793
+ | arg tDIVIDE arg
794
+ {
795
+ result = new_call val[0], :"/", argl(val[2])
796
+ }
797
+ | arg tPERCENT arg
798
+ {
799
+ result = new_call val[0], :"%", argl(val[2])
800
+ }
801
+ | arg tPOW arg
802
+ {
803
+ result = new_call val[0], :**, argl(val[2])
804
+ }
805
+ #if V == 20
806
+ | tUMINUS_NUM tINTEGER tPOW arg
807
+ {
808
+ result = new_call(new_call(s(:lit, val[1]), :"**", argl(val[3])), :"-@")
809
+ }
810
+ | tUMINUS_NUM tFLOAT tPOW arg
811
+ #else
812
+ | tUMINUS_NUM simple_numeric tPOW arg
813
+ #endif
814
+ {
815
+ result = new_call(new_call(s(:lit, val[1]), :"**", argl(val[3])), :"-@")
816
+ #if V == 20
817
+ ## TODO: why is this 2.0 only?
818
+ debug20 12, val, result
819
+ #endif
820
+ }
821
+ | tUPLUS arg
822
+ {
823
+ result = new_call val[1], :"+@"
824
+ }
825
+ | tUMINUS arg
826
+ {
827
+ result = new_call val[1], :"-@"
828
+ }
829
+ | arg tPIPE arg
830
+ {
831
+ result = new_call val[0], :"|", argl(val[2])
832
+ }
833
+ | arg tCARET arg
834
+ {
835
+ result = new_call val[0], :"^", argl(val[2])
836
+ }
837
+ | arg tAMPER2 arg
838
+ {
839
+ result = new_call val[0], :"&", argl(val[2])
840
+ }
841
+ | arg tCMP arg
842
+ {
843
+ result = new_call val[0], :"<=>", argl(val[2])
844
+ }
845
+ | rel_expr =tCMP
846
+ | arg tEQ arg
847
+ {
848
+ result = new_call val[0], :"==", argl(val[2])
849
+ }
850
+ | arg tEQQ arg
851
+ {
852
+ result = new_call val[0], :"===", argl(val[2])
853
+ }
854
+ | arg tNEQ arg
855
+ {
856
+ result = new_call val[0], :"!=", argl(val[2])
857
+ }
858
+ | arg tMATCH arg
859
+ {
860
+ result = new_match val[0], val[2]
861
+ }
862
+ | arg tNMATCH arg
863
+ {
864
+ result = s(:not, new_match(val[0], val[2]))
865
+ }
866
+ | tBANG arg
867
+ {
868
+ result = new_call val[1], :"!"
869
+ }
870
+ | tTILDE arg
871
+ {
872
+ result = new_call value_expr(val[1]), :"~"
873
+ }
874
+ | arg tLSHFT arg
875
+ {
876
+ val[0] = value_expr val[0]
877
+ val[2] = value_expr val[2]
878
+ result = new_call val[0], :"\<\<", argl(val[2])
879
+ }
880
+ | arg tRSHFT arg
881
+ {
882
+ val[0] = value_expr val[0]
883
+ val[2] = value_expr val[2]
884
+ result = new_call val[0], :">>", argl(val[2])
885
+ }
886
+ | arg tANDOP arg
887
+ {
888
+ result = logical_op :and, val[0], val[2]
889
+ }
890
+ | arg tOROP arg
891
+ {
892
+ result = logical_op :or, val[0], val[2]
893
+ }
894
+ | kDEFINED opt_nl arg
895
+ {
896
+ result = s(:defined, val[2])
897
+ }
898
+ | arg tEH arg opt_nl tCOLON arg
899
+ {
900
+ result = s(:if, val[0], val[2], val[5])
901
+ }
902
+ | primary
903
+
904
+ relop: tGT
905
+ | tLT
906
+ | tGEQ
907
+ | tLEQ
908
+
909
+ rel_expr: arg relop arg =tGT
910
+ {
911
+ lhs, op, rhs = val
912
+ result = new_call lhs, op.to_sym, argl(rhs)
913
+ }
914
+ | rel_expr relop arg =tGT
915
+ {
916
+ lhs, op, rhs = val
917
+ warn "comparison '%s' after comparison", op
918
+ result = new_call lhs, op.to_sym, argl(rhs)
919
+ }
920
+
921
+ arg_value: arg
922
+ {
923
+ result = value_expr(val[0])
924
+ }
925
+
926
+ aref_args: none
927
+ | args trailer
928
+ {
929
+ result = args [val[0]]
930
+ }
931
+ | args tCOMMA assocs trailer
932
+ {
933
+ result = args [val[0], array_to_hash(val[2])]
934
+ }
935
+ | assocs trailer
936
+ {
937
+ result = args [array_to_hash(val[0])]
938
+ }
939
+
940
+ arg_rhs: arg =tOP_ASGN
941
+ | arg kRESCUE_MOD arg
942
+ {
943
+ body, _, resbody = val
944
+ body = value_expr body
945
+ resbody = remove_begin resbody
946
+ result = new_rescue(body, new_resbody(s(:array), resbody))
947
+ }
948
+
949
+ paren_args: tLPAREN2 opt_call_args rparen
950
+ {
951
+ result = val[1]
952
+ }
953
+
954
+ opt_paren_args: none
955
+ | paren_args
956
+
957
+ opt_call_args: none
958
+ {
959
+ result = val[0]
960
+ }
961
+ | call_args
962
+ {
963
+ result = val[0]
964
+ }
965
+ | args tCOMMA
966
+ {
967
+ result = args val
968
+ }
969
+ | args tCOMMA assocs tCOMMA
970
+ {
971
+ result = args [val[0], array_to_hash(val[2])]
972
+ }
973
+ | assocs tCOMMA
974
+ {
975
+ result = args [array_to_hash(val[0])]
976
+ }
977
+
978
+ call_args: command
979
+ {
980
+ warning "parenthesize argument(s) for future version"
981
+ result = call_args val
982
+ }
983
+ | args opt_block_arg
984
+ {
985
+ result = call_args val
986
+ result = self.arg_blk_pass val[0], val[1]
987
+ }
988
+ | assocs opt_block_arg
989
+ {
990
+ result = call_args [array_to_hash(val[0])]
991
+ result = self.arg_blk_pass result, val[1]
992
+ }
993
+ | args tCOMMA assocs opt_block_arg
994
+ {
995
+ result = call_args [val[0], array_to_hash(val[2])]
996
+ result = self.arg_blk_pass result, val[3]
997
+ }
998
+ | block_arg
999
+ {
1000
+ result = call_args val
1001
+ }
1002
+
1003
+ command_args: {
1004
+ result = lexer.cmdarg.store true
1005
+ }
1006
+ call_args
1007
+ {
1008
+ lexer.cmdarg.restore val[0]
1009
+ result = val[1]
1010
+ }
1011
+
1012
+ block_arg: tAMPER arg_value
1013
+ {
1014
+ result = s(:block_pass, val[1])
1015
+ }
1016
+
1017
+ opt_block_arg: tCOMMA block_arg
1018
+ {
1019
+ result = val[1]
1020
+ }
1021
+ | none
1022
+
1023
+ args: arg_value
1024
+ {
1025
+ result = s(:array, val[0])
1026
+ }
1027
+ | tSTAR arg_value
1028
+ {
1029
+ result = s(:array, s(:splat, val[1]))
1030
+ }
1031
+ | args tCOMMA arg_value
1032
+ {
1033
+ result = self.list_append val[0], val[2]
1034
+ }
1035
+ | args tCOMMA tSTAR arg_value
1036
+ {
1037
+ result = self.list_append val[0], s(:splat, val[3])
1038
+ }
1039
+
1040
+ #if V >= 21
1041
+ mrhs_arg: mrhs
1042
+ {
1043
+ result = new_masgn_arg val[0]
1044
+ }
1045
+ | arg_value
1046
+ {
1047
+ result = new_masgn_arg val[0], :wrap
1048
+ }
1049
+
1050
+ #endif
1051
+ mrhs: args tCOMMA arg_value
1052
+ {
1053
+ result = val[0] << val[2]
1054
+ }
1055
+ | args tCOMMA tSTAR arg_value
1056
+ {
1057
+ result = self.arg_concat val[0], val[3]
1058
+ }
1059
+ | tSTAR arg_value
1060
+ {
1061
+ result = s(:splat, val[1])
1062
+ }
1063
+
1064
+ primary: literal
1065
+ | strings
1066
+ | xstring
1067
+ | regexp
1068
+ | words
1069
+ | qwords
1070
+ | symbols
1071
+ | qsymbols
1072
+ | var_ref
1073
+ | backref
1074
+ | tFID
1075
+ {
1076
+ result = new_call nil, val[0].to_sym
1077
+ }
1078
+ | k_begin
1079
+ {
1080
+ result = self.lexer.lineno
1081
+ # TODO:
1082
+ # $<val>1 = cmdarg_stack;
1083
+ # CMDARG_SET(0);
1084
+ }
1085
+ bodystmt k_end
1086
+ {
1087
+ # TODO: CMDARG_SET($<val>1);
1088
+ unless val[2] then
1089
+ result = s(:nil)
1090
+ else
1091
+ result = s(:begin, val[2])
1092
+ end
1093
+
1094
+ result.line = val[1]
1095
+ }
1096
+ | tLPAREN_ARG rparen
1097
+ {
1098
+ # TODO: lex_state = EXPR_ENDARG in between
1099
+ debug20 13, val, result
1100
+ }
1101
+ | tLPAREN_ARG
1102
+ {
1103
+ result = lexer.cmdarg.store false
1104
+ # result = self.lexer.cmdarg.stack.dup
1105
+ # lexer.cmdarg.stack.replace [false] # TODO add api for these
1106
+ }
1107
+ stmt
1108
+ {
1109
+ lexer.lex_state = EXPR_ENDARG
1110
+ }
1111
+ rparen
1112
+ {
1113
+ _, cmdarg, stmt, _, _, = val
1114
+ warning "(...) interpreted as grouped expression"
1115
+ lexer.cmdarg.restore cmdarg
1116
+ result = stmt
1117
+ }
1118
+ | tLPAREN compstmt tRPAREN
1119
+ {
1120
+ result = val[1] || s(:nil)
1121
+ result.paren = true
1122
+ }
1123
+ | primary_value tCOLON2 tCONSTANT
1124
+ {
1125
+ result = s(:colon2, val[0], val[2].to_sym)
1126
+ }
1127
+ | tCOLON3 tCONSTANT
1128
+ {
1129
+ result = s(:colon3, val[1].to_sym)
1130
+ }
1131
+ | tLBRACK aref_args tRBRACK
1132
+ {
1133
+ result = val[1] || s(:array)
1134
+ result.sexp_type = :array # aref_args is :args
1135
+ }
1136
+ | tLBRACE
1137
+ {
1138
+ result = self.lexer.lineno
1139
+ }
1140
+ assoc_list tRCURLY
1141
+ {
1142
+ result = new_hash val
1143
+ }
1144
+ | k_return
1145
+ {
1146
+ result = s(:return)
1147
+ }
1148
+ | kYIELD tLPAREN2 call_args rparen
1149
+ {
1150
+ result = new_yield val[2]
1151
+ }
1152
+ | kYIELD tLPAREN2 rparen
1153
+ {
1154
+ result = new_yield
1155
+ }
1156
+ | kYIELD
1157
+ {
1158
+ result = new_yield
1159
+ }
1160
+ | kDEFINED opt_nl tLPAREN2 expr rparen
1161
+ {
1162
+ result = s(:defined, val[3])
1163
+ }
1164
+ | kNOT tLPAREN2 expr rparen
1165
+ {
1166
+ result = s(:call, val[2], :"!")
1167
+ }
1168
+ | kNOT tLPAREN2 rparen
1169
+ {
1170
+ debug20 14, val, result
1171
+ }
1172
+ | fcall brace_block
1173
+ {
1174
+ oper, iter = val[0], val[1]
1175
+ call = oper # FIX
1176
+ iter.insert 1, call
1177
+ result = iter
1178
+ call.line = iter.line
1179
+ }
1180
+ | method_call
1181
+ | method_call brace_block
1182
+ {
1183
+ call, iter = val[0], val[1]
1184
+ block_dup_check call, iter
1185
+ iter.insert 1, call # FIX
1186
+ result = iter
1187
+ }
1188
+ | tLAMBDA lambda
1189
+ {
1190
+ result = val[1] # TODO: fix lineno
1191
+ }
1192
+ | k_if expr_value then compstmt if_tail k_end
1193
+ {
1194
+ _, c, _, t, f, _ = val
1195
+ result = new_if c, t, f
1196
+ }
1197
+ | k_unless expr_value then compstmt opt_else k_end
1198
+ {
1199
+ _, c, _, t, f, _ = val
1200
+ result = new_if c, f, t
1201
+ }
1202
+ | k_while expr_value_do compstmt k_end
1203
+ {
1204
+ _, cond, body, _ = val
1205
+ result = new_while body, cond, true
1206
+ }
1207
+ | k_until expr_value_do compstmt k_end
1208
+ {
1209
+ _, cond, body, _ = val
1210
+ result = new_until body, cond, true
1211
+ }
1212
+ | k_case expr_value opt_terms case_body k_end
1213
+ {
1214
+ (_, line), expr, _, body, _ = val
1215
+ result = new_case expr, body, line
1216
+ }
1217
+ | k_case opt_terms case_body k_end
1218
+ {
1219
+ (_, line), _, body, _ = val
1220
+ result = new_case nil, body, line
1221
+ }
1222
+ | k_for for_var kIN expr_value_do compstmt k_end
1223
+ {
1224
+ _, var, _, iter, body, _ = val
1225
+ result = new_for iter, var, body
1226
+ }
1227
+ | k_class
1228
+ {
1229
+ result = self.lexer.lineno
1230
+ }
1231
+ cpath superclass
1232
+ {
1233
+ self.comments.push self.lexer.comments
1234
+ if (self.in_def || self.in_single > 0) then
1235
+ yyerror "class definition in method body"
1236
+ end
1237
+ self.env.extend
1238
+ }
1239
+ bodystmt k_end
1240
+ {
1241
+ result = new_class val
1242
+ self.env.unextend
1243
+ self.lexer.comments # we don't care about comments in the body
1244
+ }
1245
+ | k_class tLSHFT
1246
+ {
1247
+ result = self.lexer.lineno
1248
+ }
1249
+ expr
1250
+ {
1251
+ result = self.in_def
1252
+ self.in_def = false
1253
+ }
1254
+ term
1255
+ {
1256
+ result = self.in_single
1257
+ self.in_single = 0
1258
+ self.env.extend
1259
+ }
1260
+ bodystmt k_end
1261
+ {
1262
+ result = new_sclass val
1263
+ self.env.unextend
1264
+ self.lexer.comments # we don't care about comments in the body
1265
+ }
1266
+ | k_module
1267
+ {
1268
+ result = self.lexer.lineno
1269
+ }
1270
+ cpath
1271
+ {
1272
+ self.comments.push self.lexer.comments
1273
+ yyerror "module definition in method body" if
1274
+ self.in_def or self.in_single > 0
1275
+
1276
+ self.env.extend
1277
+ }
1278
+ bodystmt k_end
1279
+ {
1280
+ result = new_module val
1281
+ self.env.unextend
1282
+ self.lexer.comments # we don't care about comments in the body
1283
+ }
1284
+ | k_def fname
1285
+ {
1286
+ result = [self.in_def, self.lexer.cmdarg.stack.dup]
1287
+
1288
+ self.comments.push self.lexer.comments
1289
+ self.in_def = true
1290
+ self.env.extend
1291
+ # TODO: local->cmdargs = cmdarg_stack;
1292
+ # TODO: port local_push_gen and local_pop_gen
1293
+ lexer.cmdarg.stack.replace [false]
1294
+ }
1295
+ f_arglist bodystmt k_end
1296
+ {
1297
+ in_def, cmdarg = val[2]
1298
+
1299
+ result = new_defn val
1300
+
1301
+ lexer.cmdarg.stack.replace cmdarg
1302
+ self.env.unextend
1303
+ self.in_def = in_def
1304
+ self.lexer.comments # we don't care about comments in the body
1305
+ }
1306
+ | k_def singleton dot_or_colon
1307
+ {
1308
+ self.comments.push self.lexer.comments
1309
+ lexer.lex_state = EXPR_FNAME
1310
+ }
1311
+ fname
1312
+ {
1313
+ self.in_single += 1
1314
+ self.env.extend
1315
+ lexer.lex_state = EXPR_ENDFN # force for args
1316
+ result = [lexer.lineno, self.lexer.cmdarg.stack.dup]
1317
+ lexer.cmdarg.stack.replace [false]
1318
+ }
1319
+ f_arglist bodystmt k_end
1320
+ {
1321
+ line, cmdarg = val[5]
1322
+ result = new_defs val
1323
+ result[3].line line
1324
+
1325
+ lexer.cmdarg.stack.replace cmdarg
1326
+
1327
+ self.env.unextend
1328
+ self.in_single -= 1
1329
+ self.lexer.comments # we don't care about comments in the body
1330
+ }
1331
+ | kBREAK
1332
+ {
1333
+ result = s(:break)
1334
+ }
1335
+ | kNEXT
1336
+ {
1337
+ result = s(:next)
1338
+ }
1339
+ | kREDO
1340
+ {
1341
+ result = s(:redo)
1342
+ }
1343
+ | kRETRY
1344
+ {
1345
+ result = s(:retry)
1346
+ }
1347
+
1348
+ primary_value: primary
1349
+ {
1350
+ result = value_expr(val[0])
1351
+ }
1352
+
1353
+ # These are really stupid
1354
+ k_begin: kBEGIN
1355
+ k_if: kIF
1356
+ k_unless: kUNLESS
1357
+ k_while: kWHILE
1358
+ k_until: kUNTIL
1359
+ k_case: kCASE
1360
+ k_for: kFOR
1361
+ k_class: kCLASS
1362
+ k_module: kMODULE
1363
+ k_def: kDEF
1364
+ k_do: kDO
1365
+ k_do_block: kDO_BLOCK
1366
+ k_rescue: kRESCUE
1367
+ k_ensure: kENSURE
1368
+ k_when: kWHEN
1369
+ k_else: kELSE
1370
+ k_elsif: kELSIF
1371
+ k_end: kEND
1372
+ k_return: kRETURN
1373
+
1374
+ then: term
1375
+ | kTHEN
1376
+ | term kTHEN
1377
+
1378
+ do: term
1379
+ | kDO_COND
1380
+
1381
+ if_tail: opt_else
1382
+ | k_elsif expr_value then compstmt if_tail
1383
+ {
1384
+ result = s(:if, val[1], val[3], val[4])
1385
+ }
1386
+
1387
+ opt_else: none
1388
+ | kELSE compstmt
1389
+ {
1390
+ result = val[1]
1391
+ }
1392
+
1393
+ for_var: lhs
1394
+ | mlhs
1395
+ {
1396
+ val[0].delete_at 1 if val[0][1].nil? # HACK
1397
+ }
1398
+
1399
+ f_marg: f_norm_arg
1400
+ | tLPAREN f_margs rparen
1401
+ {
1402
+ result = val[1]
1403
+ }
1404
+
1405
+ f_marg_list: f_marg
1406
+ {
1407
+ result = s(:array, val[0])
1408
+ }
1409
+ | f_marg_list tCOMMA f_marg
1410
+ {
1411
+ result = list_append val[0], val[2]
1412
+ }
1413
+
1414
+ f_margs: f_marg_list
1415
+ {
1416
+ args, = val
1417
+
1418
+ result = block_var args
1419
+ }
1420
+ | f_marg_list tCOMMA tSTAR f_norm_arg
1421
+ {
1422
+ args, _, _, splat = val
1423
+
1424
+ result = block_var args, "*#{splat}".to_sym
1425
+ }
1426
+ | f_marg_list tCOMMA tSTAR f_norm_arg tCOMMA f_marg_list
1427
+ {
1428
+ args, _, _, splat, _, args2 = val
1429
+
1430
+ result = block_var args, "*#{splat}".to_sym, args2
1431
+ }
1432
+ | f_marg_list tCOMMA tSTAR
1433
+ {
1434
+ args, _, _ = val
1435
+
1436
+ result = block_var args, :*
1437
+ }
1438
+ | f_marg_list tCOMMA tSTAR tCOMMA f_marg_list
1439
+ {
1440
+ args, _, _, _, args2 = val
1441
+
1442
+ result = block_var args, :*, args2
1443
+ }
1444
+ | tSTAR f_norm_arg
1445
+ {
1446
+ _, splat = val
1447
+
1448
+ result = block_var :"*#{splat}"
1449
+ }
1450
+ | tSTAR f_norm_arg tCOMMA f_marg_list
1451
+ {
1452
+ _, splat, _, args = val
1453
+
1454
+ result = block_var :"*#{splat}", args
1455
+ }
1456
+ | tSTAR
1457
+ {
1458
+ result = block_var :*
1459
+ }
1460
+ | tSTAR tCOMMA f_marg_list
1461
+ {
1462
+ _, _, args = val
1463
+
1464
+ result = block_var :*, args
1465
+ }
1466
+
1467
+ block_args_tail: f_block_kwarg tCOMMA f_kwrest opt_f_block_arg
1468
+ {
1469
+ result = call_args val
1470
+ }
1471
+ | f_block_kwarg opt_f_block_arg
1472
+ {
1473
+ result = call_args val
1474
+ }
1475
+ | f_kwrest opt_f_block_arg
1476
+ {
1477
+ result = call_args val
1478
+ }
1479
+ | f_block_arg
1480
+ {
1481
+ result = call_args val
1482
+ }
1483
+
1484
+ opt_block_args_tail: tCOMMA block_args_tail
1485
+ {
1486
+ result = args val
1487
+ }
1488
+ | none
1489
+
1490
+ block_param: f_arg tCOMMA f_block_optarg tCOMMA f_rest_arg opt_block_args_tail
1491
+ {
1492
+ result = args val
1493
+ }
1494
+ | f_arg tCOMMA f_block_optarg tCOMMA f_rest_arg tCOMMA f_arg opt_block_args_tail
1495
+ {
1496
+ result = args val
1497
+ }
1498
+ | f_arg tCOMMA f_block_optarg opt_block_args_tail
1499
+ {
1500
+ result = args val
1501
+ }
1502
+ | f_arg tCOMMA f_block_optarg tCOMMA f_arg opt_block_args_tail
1503
+ {
1504
+ result = args val
1505
+ }
1506
+ | f_arg tCOMMA f_rest_arg opt_block_args_tail
1507
+ {
1508
+ result = args val
1509
+ }
1510
+ | f_arg tCOMMA
1511
+ {
1512
+ result = args val
1513
+ }
1514
+ | f_arg tCOMMA f_rest_arg tCOMMA f_arg opt_block_args_tail
1515
+ {
1516
+ result = args val
1517
+ }
1518
+ | f_arg opt_block_args_tail
1519
+ {
1520
+ result = args val
1521
+ }
1522
+ | f_block_optarg tCOMMA f_rest_arg opt_block_args_tail
1523
+ {
1524
+ result = args val
1525
+ }
1526
+ | f_block_optarg tCOMMA f_rest_arg tCOMMA f_arg opt_block_args_tail
1527
+ {
1528
+ result = args val
1529
+ }
1530
+ | f_block_optarg opt_block_args_tail
1531
+ {
1532
+ result = args val
1533
+ }
1534
+ | f_block_optarg tCOMMA f_arg opt_block_args_tail
1535
+ {
1536
+ result = args val
1537
+ }
1538
+ | f_rest_arg opt_block_args_tail
1539
+ {
1540
+ result = args val
1541
+ }
1542
+ | f_rest_arg tCOMMA f_arg opt_block_args_tail
1543
+ {
1544
+ result = args val
1545
+ }
1546
+ | block_args_tail
1547
+ {
1548
+ result = args val
1549
+ }
1550
+
1551
+ opt_block_param: none { result = 0 }
1552
+ | block_param_def
1553
+ {
1554
+ self.lexer.command_start = true
1555
+ }
1556
+
1557
+ block_param_def: tPIPE opt_bv_decl tPIPE
1558
+ {
1559
+ # TODO: current_arg = 0
1560
+ result = args val
1561
+ }
1562
+ | tOROP
1563
+ {
1564
+ result = s(:args)
1565
+ }
1566
+ | tPIPE block_param opt_bv_decl tPIPE
1567
+ {
1568
+ # TODO: current_arg = 0
1569
+ result = args val
1570
+ }
1571
+
1572
+ opt_bv_decl: opt_nl
1573
+ | opt_nl tSEMI bv_decls opt_nl
1574
+ {
1575
+ result = args val
1576
+ }
1577
+
1578
+ bv_decls: bvar
1579
+ {
1580
+ result = args val
1581
+ }
1582
+ | bv_decls tCOMMA bvar
1583
+ {
1584
+ result = args val
1585
+ }
1586
+
1587
+ bvar: tIDENTIFIER
1588
+ {
1589
+ result = s(:shadow, val[0].to_sym)
1590
+ }
1591
+ | f_bad_arg
1592
+
1593
+ lambda: {
1594
+ self.env.extend :dynamic
1595
+ result = self.lexer.lineno
1596
+
1597
+ result = lexer.lpar_beg
1598
+ lexer.paren_nest += 1
1599
+ lexer.lpar_beg = lexer.paren_nest
1600
+ }
1601
+ f_larglist
1602
+ {
1603
+ result = [lexer.cmdarg.store(false), self.lexer.lineno]
1604
+ }
1605
+ lambda_body
1606
+ {
1607
+ lpar, args, (cmdarg, lineno), body = val
1608
+ lexer.lpar_beg = lpar
1609
+
1610
+ lexer.cmdarg.restore cmdarg
1611
+ lexer.cmdarg.lexpop
1612
+
1613
+ call = new_call nil, :lambda
1614
+ result = new_iter call, args, body
1615
+ result.line = lineno
1616
+ self.env.unextend
1617
+ }
1618
+
1619
+ f_larglist: tLPAREN2 f_args opt_bv_decl rparen
1620
+ {
1621
+ result = args val
1622
+ }
1623
+ | f_args
1624
+ {
1625
+ result = val[0]
1626
+ result = 0 if result == s(:args)
1627
+ }
1628
+
1629
+ lambda_body: tLAMBEG compstmt tRCURLY
1630
+ {
1631
+ result = val[1]
1632
+ }
1633
+ | kDO_LAMBDA bodystmt kEND
1634
+ {
1635
+ result = val[1]
1636
+ }
1637
+
1638
+ do_block: k_do_block do_body kEND
1639
+ {
1640
+ # TODO: maybe fix lineno to kDO's lineno?
1641
+ result = val[1]
1642
+ }
1643
+
1644
+ block_call: command do_block
1645
+ {
1646
+ # TODO:
1647
+ ## if (nd_type($1) == NODE_YIELD) {
1648
+ ## compile_error(PARSER_ARG "block given to yield");
1649
+
1650
+ syntax_error "Both block arg and actual block given." if
1651
+ val[0].block_pass?
1652
+
1653
+ val = invert_block_call val if inverted? val
1654
+
1655
+ result = val[1]
1656
+ result.insert 1, val[0]
1657
+ }
1658
+ | block_call call_op2 operation2 opt_paren_args
1659
+ {
1660
+ result = new_call val[0], val[2].to_sym, val[3]
1661
+ }
1662
+ | block_call call_op2 operation2 opt_paren_args brace_block
1663
+ {
1664
+ iter1, _, name, args, iter2 = val
1665
+
1666
+ call = new_call iter1, name.to_sym, args
1667
+ iter2.insert 1, call
1668
+
1669
+ result = iter2
1670
+ }
1671
+ | block_call call_op2 operation2 command_args do_block
1672
+ {
1673
+ iter1, _, name, args, iter2 = val
1674
+
1675
+ call = new_call iter1, name.to_sym, args
1676
+ iter2.insert 1, call
1677
+
1678
+ result = iter2
1679
+ }
1680
+
1681
+ method_call: fcall
1682
+ {
1683
+ result = self.lexer.lineno
1684
+ }
1685
+ paren_args
1686
+ {
1687
+ args = self.call_args val[2..-1]
1688
+ result = val[0].concat args.sexp_body
1689
+ }
1690
+ | primary_value call_op operation2 opt_paren_args
1691
+ {
1692
+ result = new_call val[0], val[2].to_sym, val[3], val[1]
1693
+ }
1694
+ | primary_value tCOLON2 operation2 paren_args
1695
+ {
1696
+ result = new_call val[0], val[2].to_sym, val[3]
1697
+ }
1698
+ | primary_value tCOLON2 operation3
1699
+ {
1700
+ result = new_call val[0], val[2].to_sym
1701
+ }
1702
+ | primary_value call_op paren_args
1703
+ {
1704
+ result = new_call val[0], :call, val[2], val[1]
1705
+ }
1706
+ | primary_value tCOLON2 paren_args
1707
+ {
1708
+ result = new_call val[0], :call, val[2]
1709
+ }
1710
+ | kSUPER paren_args
1711
+ {
1712
+ result = new_super val[1]
1713
+ }
1714
+ | kSUPER
1715
+ {
1716
+ result = s(:zsuper)
1717
+ }
1718
+ | primary_value tLBRACK2 opt_call_args rbracket
1719
+ {
1720
+ result = new_aref val
1721
+ }
1722
+
1723
+ brace_block: tLCURLY
1724
+ {
1725
+ self.env.extend :dynamic
1726
+ result = self.lexer.lineno
1727
+ }
1728
+ brace_body tRCURLY
1729
+ {
1730
+ _, line, body, _ = val
1731
+
1732
+ result = body
1733
+ result.line = line
1734
+
1735
+ self.env.unextend
1736
+ }
1737
+ | k_do
1738
+ {
1739
+ self.env.extend :dynamic
1740
+ result = self.lexer.lineno
1741
+ }
1742
+ do_body kEND
1743
+ {
1744
+ _, line, body, _ = val
1745
+
1746
+ result = body
1747
+ result.line = line
1748
+
1749
+ self.env.unextend
1750
+ }
1751
+
1752
+ brace_body: { self.env.extend :dynamic; result = self.lexer.lineno }
1753
+ { result = lexer.cmdarg.store(false) }
1754
+ opt_block_param compstmt
1755
+ {
1756
+ line, cmdarg, param, cmpstmt = val
1757
+
1758
+ result = new_brace_body param, cmpstmt, line
1759
+ self.env.unextend
1760
+ lexer.cmdarg.restore cmdarg
1761
+ lexer.cmdarg.pop # because of: cmdarg_stack >> 1 ?
1762
+ }
1763
+
1764
+ do_body: { self.env.extend :dynamic; result = self.lexer.lineno }
1765
+ { result = lexer.cmdarg.store(false) }
1766
+ opt_block_param
1767
+ #if V >= 25
1768
+ bodystmt
1769
+ #else
1770
+ compstmt
1771
+ #endif
1772
+ {
1773
+ line, cmdarg, param, cmpstmt = val
1774
+
1775
+ result = new_do_body param, cmpstmt, line
1776
+ self.env.unextend
1777
+ lexer.cmdarg.restore cmdarg
1778
+ }
1779
+
1780
+ case_body: k_when
1781
+ {
1782
+ result = self.lexer.lineno
1783
+ }
1784
+ args then compstmt cases
1785
+ {
1786
+ result = new_when(val[2], val[4])
1787
+ result.line = val[1]
1788
+ result << val[5] if val[5]
1789
+ }
1790
+
1791
+ cases: opt_else | case_body
1792
+
1793
+ opt_rescue: k_rescue exc_list exc_var then compstmt opt_rescue
1794
+ {
1795
+ (_, line), klasses, var, _, body, rest = val
1796
+
1797
+ klasses ||= s(:array)
1798
+ klasses << new_assign(var, s(:gvar, :"$!")) if var
1799
+ klasses.line line
1800
+
1801
+ result = new_resbody(klasses, body)
1802
+ result << rest if rest # UGH, rewritten above
1803
+ }
1804
+ |
1805
+ {
1806
+ result = nil
1807
+ }
1808
+
1809
+ exc_list: arg_value
1810
+ {
1811
+ result = s(:array, val[0])
1812
+ }
1813
+ | mrhs
1814
+ | none
1815
+
1816
+ exc_var: tASSOC lhs
1817
+ {
1818
+ result = val[1]
1819
+ }
1820
+ | none
1821
+
1822
+ opt_ensure: k_ensure compstmt
1823
+ {
1824
+ _, body = val
1825
+
1826
+ result = body || s(:nil)
1827
+ }
1828
+ | none
1829
+
1830
+ literal: numeric
1831
+ {
1832
+ result = s(:lit, val[0])
1833
+ }
1834
+ | symbol
1835
+ {
1836
+ result = s(:lit, val[0])
1837
+ }
1838
+ | dsym
1839
+
1840
+ strings: string
1841
+ {
1842
+ val[0] = s(:dstr, val[0].value) if val[0].sexp_type == :evstr
1843
+ result = val[0]
1844
+ }
1845
+
1846
+ string: tCHAR
1847
+ {
1848
+ debug20 23, val, result
1849
+ }
1850
+ | string1
1851
+ | string string1
1852
+ {
1853
+ result = self.literal_concat val[0], val[1]
1854
+ }
1855
+
1856
+ string1: tSTRING_BEG string_contents tSTRING_END
1857
+ {
1858
+ result = val[1]
1859
+ }
1860
+ | tSTRING
1861
+ {
1862
+ result = new_string val
1863
+ }
1864
+
1865
+ xstring: tXSTRING_BEG xstring_contents tSTRING_END
1866
+ {
1867
+ result = new_xstring val[1]
1868
+ }
1869
+
1870
+ regexp: tREGEXP_BEG regexp_contents tREGEXP_END
1871
+ {
1872
+ result = new_regexp val
1873
+ }
1874
+
1875
+ words: tWORDS_BEG tSPACE tSTRING_END
1876
+ {
1877
+ result = s(:array)
1878
+ }
1879
+ | tWORDS_BEG word_list tSTRING_END
1880
+ {
1881
+ result = val[1]
1882
+ }
1883
+
1884
+ word_list: none
1885
+ {
1886
+ result = new_word_list
1887
+ }
1888
+ | word_list word tSPACE
1889
+ {
1890
+ result = val[0].dup << new_word_list_entry(val)
1891
+ }
1892
+
1893
+ word: string_content
1894
+ | word string_content
1895
+ {
1896
+ result = self.literal_concat val[0], val[1]
1897
+ }
1898
+
1899
+ symbols: tSYMBOLS_BEG tSPACE tSTRING_END
1900
+ {
1901
+ result = s(:array)
1902
+ }
1903
+ | tSYMBOLS_BEG symbol_list tSTRING_END
1904
+ {
1905
+ result = val[1]
1906
+ }
1907
+
1908
+ symbol_list: none
1909
+ {
1910
+ result = new_symbol_list
1911
+ }
1912
+ | symbol_list word tSPACE
1913
+ {
1914
+ result = val[0].dup << new_symbol_list_entry(val)
1915
+ }
1916
+
1917
+ qwords: tQWORDS_BEG tSPACE tSTRING_END
1918
+ {
1919
+ result = s(:array)
1920
+ }
1921
+ | tQWORDS_BEG qword_list tSTRING_END
1922
+ {
1923
+ result = val[1]
1924
+ }
1925
+
1926
+ qsymbols: tQSYMBOLS_BEG tSPACE tSTRING_END
1927
+ {
1928
+ result = s(:array)
1929
+ }
1930
+ | tQSYMBOLS_BEG qsym_list tSTRING_END
1931
+ {
1932
+ result = val[1]
1933
+ }
1934
+
1935
+ qword_list: none
1936
+ {
1937
+ result = new_qword_list
1938
+ }
1939
+ | qword_list tSTRING_CONTENT tSPACE
1940
+ {
1941
+ result = val[0].dup << new_qword_list_entry(val)
1942
+ }
1943
+
1944
+ qsym_list: none
1945
+ {
1946
+ result = new_qsym_list
1947
+ }
1948
+ | qsym_list tSTRING_CONTENT tSPACE
1949
+ {
1950
+ result = val[0].dup << new_qsym_list_entry(val)
1951
+ }
1952
+
1953
+ string_contents: none
1954
+ {
1955
+ result = s(:str, "")
1956
+ }
1957
+ | string_contents string_content
1958
+ {
1959
+ result = literal_concat(val[0], val[1])
1960
+ }
1961
+
1962
+ xstring_contents: none
1963
+ {
1964
+ result = nil
1965
+ }
1966
+ | xstring_contents string_content
1967
+ {
1968
+ result = literal_concat(val[0], val[1])
1969
+ }
1970
+
1971
+ regexp_contents: none
1972
+ {
1973
+ result = nil
1974
+ }
1975
+ | regexp_contents string_content
1976
+ {
1977
+ result = literal_concat(val[0], val[1])
1978
+ }
1979
+
1980
+ string_content: tSTRING_CONTENT
1981
+ {
1982
+ result = new_string val
1983
+ }
1984
+ | tSTRING_DVAR
1985
+ {
1986
+ result = lexer.lex_strterm
1987
+
1988
+ lexer.lex_strterm = nil
1989
+ lexer.lex_state = EXPR_BEG
1990
+ }
1991
+ string_dvar
1992
+ {
1993
+ lexer.lex_strterm = val[1]
1994
+ result = s(:evstr, val[2])
1995
+ }
1996
+ | tSTRING_DBEG
1997
+ {
1998
+ result = [lexer.lex_strterm,
1999
+ lexer.brace_nest,
2000
+ lexer.string_nest, # TODO: remove
2001
+ lexer.cond.store,
2002
+ lexer.cmdarg.store,
2003
+ lexer.lex_state,
2004
+ ]
2005
+
2006
+ lexer.lex_strterm = nil
2007
+ lexer.brace_nest = 0
2008
+ lexer.string_nest = 0
2009
+
2010
+ lexer.lex_state = EXPR_BEG
2011
+ }
2012
+ compstmt
2013
+ tSTRING_DEND
2014
+ {
2015
+ _, memo, stmt, _ = val
2016
+
2017
+ lex_strterm, brace_nest, string_nest, oldcond, oldcmdarg, oldlex_state = memo
2018
+
2019
+ lexer.lex_strterm = lex_strterm
2020
+ lexer.brace_nest = brace_nest
2021
+ lexer.string_nest = string_nest
2022
+
2023
+ lexer.cond.restore oldcond
2024
+ lexer.cmdarg.restore oldcmdarg
2025
+
2026
+ lexer.lex_state = oldlex_state
2027
+
2028
+ case stmt
2029
+ when Sexp then
2030
+ case stmt.sexp_type
2031
+ when :str, :dstr, :evstr then
2032
+ result = stmt
2033
+ else
2034
+ result = s(:evstr, stmt)
2035
+ end
2036
+ when nil then
2037
+ result = s(:evstr)
2038
+ else
2039
+ debug20 25
2040
+ raise "unknown string body: #{stmt.inspect}"
2041
+ end
2042
+ }
2043
+
2044
+ string_dvar: tGVAR { result = s(:gvar, val[0].to_sym) }
2045
+ | tIVAR { result = s(:ivar, val[0].to_sym) }
2046
+ | tCVAR { result = s(:cvar, val[0].to_sym) }
2047
+ | backref
2048
+
2049
+ symbol: tSYMBEG sym
2050
+ {
2051
+ lexer.lex_state = EXPR_END
2052
+ result = val[1].to_sym
2053
+ }
2054
+ | tSYMBOL
2055
+ {
2056
+ result = val[0].to_sym
2057
+ }
2058
+
2059
+ sym: fname | tIVAR | tGVAR | tCVAR
2060
+
2061
+ dsym: tSYMBEG xstring_contents tSTRING_END
2062
+ {
2063
+ lexer.lex_state = EXPR_END
2064
+ result = val[1]
2065
+
2066
+ result ||= s(:str, "")
2067
+
2068
+ case result.sexp_type
2069
+ when :dstr then
2070
+ result.sexp_type = :dsym
2071
+ when :str then
2072
+ result = s(:lit, result.last.to_sym)
2073
+ when :evstr then
2074
+ result = s(:dsym, "", result)
2075
+ else
2076
+ debug20 26, val, result
2077
+ end
2078
+ }
2079
+
2080
+ #if V == 20
2081
+ numeric: tINTEGER
2082
+ | tFLOAT
2083
+ | tUMINUS_NUM tINTEGER =tLOWEST
2084
+ #else
2085
+ numeric: simple_numeric
2086
+ | tUMINUS_NUM simple_numeric
2087
+ #endif
2088
+ {
2089
+ result = -val[1] # TODO: pt_testcase
2090
+ #if V == 20
2091
+ }
2092
+ | tUMINUS_NUM tFLOAT =tLOWEST
2093
+ {
2094
+ result = -val[1] # TODO: pt_testcase
2095
+ #endif
2096
+ }
2097
+
2098
+ #if V >= 21
2099
+ simple_numeric: tINTEGER
2100
+ | tFLOAT
2101
+ | tRATIONAL
2102
+ | tIMAGINARY
2103
+
2104
+ #endif
2105
+ user_variable: tIDENTIFIER
2106
+ | tIVAR
2107
+ | tGVAR
2108
+ | tCONSTANT
2109
+ | tCVAR
2110
+
2111
+ keyword_variable: kNIL { result = s(:nil) }
2112
+ | kSELF { result = s(:self) }
2113
+ | kTRUE { result = s(:true) }
2114
+ | kFALSE { result = s(:false) }
2115
+ | k__FILE__ { result = s(:str, self.file) }
2116
+ | k__LINE__ { result = s(:lit, lexer.lineno) }
2117
+ | k__ENCODING__
2118
+ {
2119
+ result =
2120
+ if defined? Encoding then
2121
+ s(:colon2, s(:const, :Encoding), :UTF_8)
2122
+ else
2123
+ s(:str, "Unsupported!")
2124
+ end
2125
+ }
2126
+
2127
+ var_ref: user_variable
2128
+ {
2129
+ var = val[0]
2130
+ result = Sexp === var ? var : self.gettable(var)
2131
+ }
2132
+ | keyword_variable
2133
+ {
2134
+ var = val[0]
2135
+ result = Sexp === var ? var : self.gettable(var)
2136
+ }
2137
+
2138
+ var_lhs: user_variable
2139
+ {
2140
+ result = self.assignable val[0]
2141
+ }
2142
+ | keyword_variable
2143
+ {
2144
+ result = self.assignable val[0]
2145
+ debug20 29, val, result
2146
+ }
2147
+
2148
+ backref: tNTH_REF { result = s(:nth_ref, val[0]) }
2149
+ | tBACK_REF { result = s(:back_ref, val[0]) }
2150
+
2151
+ superclass: tLT
2152
+ {
2153
+ lexer.lex_state = EXPR_BEG
2154
+ lexer.command_start = true
2155
+ }
2156
+ expr_value term
2157
+ {
2158
+ result = val[2]
2159
+ }
2160
+ | none
2161
+ {
2162
+ result = nil
2163
+ }
2164
+
2165
+ f_arglist: tLPAREN2 f_args rparen
2166
+ {
2167
+ result = val[1]
2168
+ self.lexer.lex_state = EXPR_BEG
2169
+ self.lexer.command_start = true
2170
+ }
2171
+ | {
2172
+ result = self.in_kwarg
2173
+ self.in_kwarg = true
2174
+ self.lexer.lex_state |= EXPR_LABEL
2175
+ }
2176
+ f_args term
2177
+ {
2178
+ kwarg, args, _ = val
2179
+
2180
+ self.in_kwarg = kwarg
2181
+ result = args
2182
+ lexer.lex_state = EXPR_BEG
2183
+ lexer.command_start = true
2184
+ }
2185
+
2186
+ args_tail: f_kwarg tCOMMA f_kwrest opt_f_block_arg
2187
+ {
2188
+ result = args val
2189
+ }
2190
+ | f_kwarg opt_f_block_arg
2191
+ {
2192
+ result = args val
2193
+ }
2194
+ | f_kwrest opt_f_block_arg
2195
+ {
2196
+ result = args val
2197
+ }
2198
+ | f_block_arg
2199
+
2200
+ opt_args_tail: tCOMMA args_tail
2201
+ {
2202
+ result = val[1]
2203
+ }
2204
+ |
2205
+ {
2206
+ result = nil
2207
+ }
2208
+
2209
+ f_args: f_arg tCOMMA f_optarg tCOMMA f_rest_arg opt_args_tail
2210
+ {
2211
+ result = args val
2212
+ }
2213
+ | f_arg tCOMMA f_optarg tCOMMA f_rest_arg tCOMMA f_arg opt_args_tail
2214
+ {
2215
+ result = args val
2216
+ }
2217
+ | f_arg tCOMMA f_optarg opt_args_tail
2218
+ {
2219
+ result = args val
2220
+ }
2221
+ | f_arg tCOMMA f_optarg tCOMMA f_arg opt_args_tail
2222
+ {
2223
+ result = args val
2224
+ }
2225
+ | f_arg tCOMMA f_rest_arg opt_args_tail
2226
+ {
2227
+ result = args val
2228
+ }
2229
+ | f_arg tCOMMA f_rest_arg tCOMMA f_arg opt_args_tail
2230
+ {
2231
+ result = args val
2232
+ }
2233
+ | f_arg opt_args_tail
2234
+ {
2235
+ result = args val
2236
+ }
2237
+ | f_optarg tCOMMA f_rest_arg opt_args_tail
2238
+ {
2239
+ result = args val
2240
+ }
2241
+ | f_optarg tCOMMA f_rest_arg tCOMMA f_arg opt_args_tail
2242
+ {
2243
+ result = args val
2244
+ }
2245
+ | f_optarg opt_args_tail
2246
+ {
2247
+ result = args val
2248
+ }
2249
+ | f_optarg tCOMMA f_arg opt_args_tail
2250
+ {
2251
+ result = args val
2252
+ }
2253
+ | f_rest_arg opt_args_tail
2254
+ {
2255
+ result = args val
2256
+ }
2257
+ | f_rest_arg tCOMMA f_arg opt_args_tail
2258
+ {
2259
+ result = args val
2260
+ }
2261
+ | args_tail
2262
+ {
2263
+ result = args val
2264
+ }
2265
+ |
2266
+ {
2267
+ result = args val
2268
+ }
2269
+
2270
+ f_bad_arg: tCONSTANT
2271
+ {
2272
+ yyerror "formal argument cannot be a constant"
2273
+ }
2274
+ | tIVAR
2275
+ {
2276
+ yyerror "formal argument cannot be an instance variable"
2277
+ }
2278
+ | tGVAR
2279
+ {
2280
+ yyerror "formal argument cannot be a global variable"
2281
+ }
2282
+ | tCVAR
2283
+ {
2284
+ yyerror "formal argument cannot be a class variable"
2285
+ }
2286
+
2287
+ f_norm_arg: f_bad_arg
2288
+ | tIDENTIFIER
2289
+ {
2290
+ identifier = val[0].to_sym
2291
+ self.env[identifier] = :lvar
2292
+
2293
+ result = identifier
2294
+ }
2295
+
2296
+ #if V >= 22
2297
+ f_arg_asgn: f_norm_arg
2298
+
2299
+ f_arg_item: f_arg_asgn
2300
+ | tLPAREN f_margs rparen
2301
+ {
2302
+ result = val[1]
2303
+ }
2304
+ #else
2305
+ f_arg_item: f_norm_arg
2306
+ | tLPAREN f_margs rparen
2307
+ {
2308
+ result = val[1]
2309
+ }
2310
+ #endif
2311
+
2312
+ f_arg: f_arg_item
2313
+ {
2314
+ case val[0]
2315
+ when Symbol then
2316
+ result = s(:args)
2317
+ result << val[0]
2318
+ when Sexp then
2319
+ result = val[0]
2320
+ else
2321
+ debug20 32
2322
+ raise "Unknown f_arg type: #{val.inspect}"
2323
+ end
2324
+ }
2325
+ | f_arg tCOMMA f_arg_item
2326
+ {
2327
+ list, _, item = val
2328
+
2329
+ if list.sexp_type == :args then
2330
+ result = list
2331
+ else
2332
+ result = s(:args, list)
2333
+ end
2334
+
2335
+ result << item
2336
+ }
2337
+
2338
+ #if V == 20
2339
+ f_kw: tLABEL arg_value
2340
+ #else
2341
+ f_label: tLABEL
2342
+
2343
+ f_kw: f_label arg_value
2344
+ #endif
2345
+ {
2346
+ # TODO: call_args
2347
+ label, _ = val[0] # TODO: fix lineno?
2348
+ identifier = label.to_sym
2349
+ self.env[identifier] = :lvar
2350
+
2351
+ result = s(:array, s(:kwarg, identifier, val[1]))
2352
+ }
2353
+ #if V >= 21
2354
+ | f_label
2355
+ {
2356
+ label, _ = val[0] # TODO: fix lineno?
2357
+ identifier = label.to_sym
2358
+ self.env[identifier] = :lvar
2359
+
2360
+ result = s(:array, s(:kwarg, identifier))
2361
+ }
2362
+ #endif
2363
+
2364
+ #if V == 20
2365
+ f_block_kw: tLABEL primary_value
2366
+ #else
2367
+ f_block_kw: f_label primary_value
2368
+ #endif
2369
+ {
2370
+ # TODO: call_args
2371
+ label, _ = val[0] # TODO: fix lineno?
2372
+ identifier = label.to_sym
2373
+ self.env[identifier] = :lvar
2374
+
2375
+ result = s(:array, s(:kwarg, identifier, val[1]))
2376
+ }
2377
+ #if V >= 21
2378
+ | f_label
2379
+ {
2380
+ label, _ = val[0] # TODO: fix lineno?
2381
+ identifier = label.to_sym
2382
+ self.env[identifier] = :lvar
2383
+
2384
+ result = s(:array, s(:kwarg, identifier))
2385
+ }
2386
+ #endif
2387
+
2388
+ f_block_kwarg: f_block_kw
2389
+ | f_block_kwarg tCOMMA f_block_kw
2390
+ {
2391
+ list, _, item = val
2392
+ result = list << item.last
2393
+ }
2394
+
2395
+ f_kwarg: f_kw
2396
+ | f_kwarg tCOMMA f_kw
2397
+ {
2398
+ result = args val
2399
+ }
2400
+
2401
+ kwrest_mark: tPOW
2402
+ | tDSTAR
2403
+
2404
+ f_kwrest: kwrest_mark tIDENTIFIER
2405
+ {
2406
+ name = val[1].to_sym
2407
+ self.assignable name
2408
+ result = :"**#{name}"
2409
+ }
2410
+ | kwrest_mark
2411
+ {
2412
+ result = :"**"
2413
+ }
2414
+
2415
+ #if V == 20
2416
+ f_opt: tIDENTIFIER tEQL arg_value
2417
+ #elif V == 21
2418
+ f_opt: f_norm_arg tEQL arg_value
2419
+ #else
2420
+ f_opt: f_arg_asgn tEQL arg_value
2421
+ #endif
2422
+ {
2423
+ result = self.assignable val[0], val[2]
2424
+ # TODO: detect duplicate names
2425
+ }
2426
+
2427
+ #if V == 20
2428
+ f_block_opt: tIDENTIFIER tEQL primary_value
2429
+ #elif V == 21
2430
+ f_block_opt: f_norm_arg tEQL primary_value
2431
+ #else
2432
+ f_block_opt: f_arg_asgn tEQL primary_value
2433
+ #endif
2434
+ {
2435
+ result = self.assignable val[0], val[2]
2436
+ }
2437
+
2438
+ f_block_optarg: f_block_opt
2439
+ {
2440
+ result = s(:block, val[0])
2441
+ }
2442
+ | f_block_optarg tCOMMA f_block_opt
2443
+ {
2444
+ result = val[0]
2445
+ result << val[2]
2446
+ }
2447
+
2448
+ f_optarg: f_opt
2449
+ {
2450
+ result = s(:block, val[0])
2451
+ }
2452
+ | f_optarg tCOMMA f_opt
2453
+ {
2454
+ result = self.block_append val[0], val[2]
2455
+ }
2456
+
2457
+ restarg_mark: tSTAR2 | tSTAR
2458
+
2459
+ f_rest_arg: restarg_mark tIDENTIFIER
2460
+ {
2461
+ # TODO: differs from parse.y - needs tests
2462
+ name = val[1].to_sym
2463
+ self.assignable name
2464
+ result = :"*#{name}"
2465
+ }
2466
+ | restarg_mark
2467
+ {
2468
+ name = :"*"
2469
+ self.env[name] = :lvar
2470
+ result = name
2471
+ }
2472
+
2473
+ blkarg_mark: tAMPER2 | tAMPER
2474
+
2475
+ f_block_arg: blkarg_mark tIDENTIFIER
2476
+ {
2477
+ identifier = val[1].to_sym
2478
+
2479
+ self.env[identifier] = :lvar
2480
+ result = "&#{identifier}".to_sym
2481
+ }
2482
+
2483
+ opt_f_block_arg: tCOMMA f_block_arg
2484
+ {
2485
+ result = val[1]
2486
+ }
2487
+ |
2488
+ {
2489
+ result = nil
2490
+ }
2491
+
2492
+ singleton: var_ref
2493
+ | tLPAREN2
2494
+ {
2495
+ lexer.lex_state = EXPR_BEG
2496
+ }
2497
+ expr rparen
2498
+ {
2499
+ result = val[2]
2500
+ yyerror "Can't define single method for literals." if
2501
+ result.sexp_type == :lit
2502
+ }
2503
+
2504
+ assoc_list: none # [!nil]
2505
+ {
2506
+ result = s(:array)
2507
+ }
2508
+ | assocs trailer # [!nil]
2509
+ {
2510
+ result = val[0]
2511
+ }
2512
+
2513
+ assocs: assoc
2514
+ | assocs tCOMMA assoc
2515
+ {
2516
+ list = val[0].dup
2517
+ more = val[2].sexp_body
2518
+ list.push(*more) unless more.empty?
2519
+ result = list
2520
+ result.sexp_type = :hash
2521
+ }
2522
+
2523
+ assoc: arg_value tASSOC arg_value
2524
+ {
2525
+ result = s(:array, val[0], val[2])
2526
+ }
2527
+ | tLABEL arg_value
2528
+ {
2529
+ (label, _), arg = val
2530
+ result = s(:array, s(:lit, label.to_sym), arg)
2531
+ }
2532
+ #if V >= 22
2533
+ | tSTRING_BEG string_contents tLABEL_END arg_value
2534
+ {
2535
+ _, sym, _, value = val
2536
+ sym.sexp_type = :dsym
2537
+ result = s(:array, sym, value)
2538
+ }
2539
+ #endif
2540
+ | tDSTAR arg_value
2541
+ {
2542
+ result = s(:array, s(:kwsplat, val[1]))
2543
+ }
2544
+
2545
+ operation: tIDENTIFIER | tCONSTANT | tFID
2546
+ operation2: tIDENTIFIER | tCONSTANT | tFID | op
2547
+ operation3: tIDENTIFIER | tFID | op
2548
+ dot_or_colon: tDOT | tCOLON2
2549
+ call_op: tDOT
2550
+ #if V >= 23
2551
+ | tLONELY # TODO: rename tANDDOT?
2552
+ #endif
2553
+
2554
+ call_op2: call_op
2555
+ | tCOLON2
2556
+
2557
+ opt_terms: | terms
2558
+ opt_nl: | tNL
2559
+ rparen: opt_nl tRPAREN
2560
+ rbracket: opt_nl tRBRACK
2561
+ trailer: | tNL | tCOMMA
2562
+
2563
+ term: tSEMI { yyerrok }
2564
+ | tNL
2565
+
2566
+ terms: term
2567
+ | terms tSEMI { yyerrok }
2568
+
2569
+ none: { result = nil; }
2570
+ end
2571
+
2572
+ ---- inner
2573
+
2574
+ require "ruby_lexer"
2575
+ require "ruby_parser_extras"
2576
+ include RubyLexer::State::Values
2577
+
2578
+ # :stopdoc:
2579
+
2580
+ # Local Variables: **
2581
+ # racc-token-length-max:14 **
2582
+ # End: **