sorbet-rails 0.7.3 → 0.7.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (363) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +7 -0
  3. data/.github/workflows/ci-master.yml +28 -0
  4. data/.github/workflows/ci.yml +26 -0
  5. data/.github/workflows/publish-gem.yml +18 -0
  6. data/CONTRIBUTING.md +1 -2
  7. data/Gemfile +5 -9
  8. data/README.md +15 -5
  9. data/Rakefile +13 -24
  10. data/lib/sorbet-rails/active_record_rbi_formatter.rb +16 -13
  11. data/lib/sorbet-rails/dependent_gem_rbis/activerecord.rbi +4 -0
  12. data/lib/sorbet-rails/dependent_gem_rbis/parlour.rbi +1896 -0
  13. data/lib/sorbet-rails/gem_plugins/aasm_plugin.rb +50 -0
  14. data/lib/sorbet-rails/gem_plugins/attr_json_plugin.rb +137 -0
  15. data/lib/sorbet-rails/gem_plugins/flag_shih_tzu_plugin.rb +201 -0
  16. data/lib/sorbet-rails/gem_plugins/kaminari_plugin.rb +20 -0
  17. data/lib/sorbet-rails/gem_plugins/money_rails_plugin.rb +76 -0
  18. data/lib/sorbet-rails/gem_plugins/shrine_plugin.rb +1 -1
  19. data/lib/sorbet-rails/job_rbi_formatter.rb +1 -1
  20. data/lib/sorbet-rails/model_plugins/active_record_serialized_attribute.rb +3 -2
  21. data/lib/sorbet-rails/model_plugins/base.rb +8 -1
  22. data/lib/sorbet-rails/model_plugins/custom_finder_methods.rb +1 -1
  23. data/lib/sorbet-rails/model_plugins/plugins.rb +12 -0
  24. data/lib/sorbet-rails/railtie.rb +1 -1
  25. data/lib/sorbet-rails/routes_rbi_formatter.rb +8 -0
  26. data/lib/sorbet-rails/tasks/rails_rbi.rake +12 -8
  27. data/sorbet-rails.gemspec +2 -2
  28. data/spec/bin/run_all_specs.sh +3 -4
  29. data/spec/bin/run_spec.sh +4 -1
  30. data/spec/generators/rails-template.rb +3 -20
  31. data/spec/generators/sorbet_test_cases.rb +17 -4
  32. data/spec/rails_helper.rb +6 -10
  33. data/spec/rake_rails_rbi_models_spec.rb +11 -4
  34. data/spec/sorbet_spec.rb +2 -1
  35. data/spec/support/v5.2/Gemfile +1 -3
  36. data/spec/support/v5.2/Gemfile.lock +72 -74
  37. data/spec/support/v5.2/app/controllers/application_controller.rb +1 -1
  38. data/spec/support/v5.2/app/mailers/application_mailer.rb +1 -1
  39. data/spec/support/v5.2/app/mailers/daily_prophet_mailer.rb +1 -1
  40. data/spec/support/v5.2/app/mailers/hogwarts_acceptance_mailer.rb +1 -1
  41. data/spec/support/v5.2/app/models/spell_book.rb +1 -1
  42. data/spec/support/v5.2/app/models/wand.rb +1 -1
  43. data/spec/support/v5.2/app/models/wizard.rb +1 -1
  44. data/spec/support/v5.2/config/environments/development.rb +1 -1
  45. data/spec/support/v5.2/config/environments/production.rb +1 -1
  46. data/spec/support/v5.2/config/environments/test.rb +1 -1
  47. data/spec/support/v5.2/config/initializers/wrap_parameters.rb +1 -1
  48. data/spec/support/v5.2/config/routes.rb +1 -1
  49. data/spec/support/v5.2/sorbet_test_cases.rb +17 -4
  50. data/spec/support/v6.0/Gemfile +1 -1
  51. data/spec/support/v6.0/Gemfile.lock +87 -88
  52. data/spec/support/v6.0/app/mailers/application_mailer.rb +1 -1
  53. data/spec/support/v6.0/config/environments/development.rb +1 -1
  54. data/spec/support/v6.0/config/environments/test.rb +1 -1
  55. data/spec/support/v6.0/config/initializers/cookies_serializer.rb +1 -1
  56. data/spec/support/v6.0/config/initializers/sorbet_rails.rb +1 -1
  57. data/spec/support/v6.0/config/routes.rb +1 -1
  58. data/spec/support/v6.0/sorbet_test_cases.rb +17 -4
  59. data/spec/support/{v5.1 → v6.1}/.gitignore +13 -2
  60. data/spec/support/{v5.1 → v6.1}/Gemfile +12 -15
  61. data/spec/support/v6.1/Gemfile.lock +196 -0
  62. data/spec/support/{v5.0 → v6.1}/README.md +0 -0
  63. data/spec/support/{v5.0 → v6.1}/Rakefile +0 -0
  64. data/spec/support/{v5.0 → v6.1}/app/assets/config/manifest.js +0 -0
  65. data/spec/support/{v5.0 → v6.1}/app/assets/images/.keep +0 -0
  66. data/spec/support/{v5.1 → v6.1}/app/assets/stylesheets/application.css +0 -0
  67. data/spec/support/{v5.0 → v6.1}/app/controllers/application_controller.rb +1 -2
  68. data/spec/support/{v5.0 → v6.1}/app/controllers/concerns/.keep +0 -0
  69. data/spec/support/{v5.0 → v6.1}/app/helpers/application_helper.rb +0 -0
  70. data/spec/support/{v5.0 → v6.1}/app/helpers/bar_helper.rb +0 -0
  71. data/spec/support/{v5.0 → v6.1}/app/helpers/baz_helper.rb +0 -0
  72. data/spec/support/{v5.0 → v6.1}/app/helpers/foo_helper.rb +0 -0
  73. data/spec/support/v6.1/app/jobs/application_job.rb +8 -0
  74. data/spec/support/{v5.0 → v6.1}/app/jobs/award_house_point_hourglasses.rb +0 -0
  75. data/spec/support/{v5.1 → v6.1}/app/mailers/application_mailer.rb +1 -1
  76. data/spec/support/{v5.0 → v6.1}/app/mailers/daily_prophet_mailer.rb +0 -0
  77. data/spec/support/{v5.0 → v6.1}/app/mailers/hogwarts_acceptance_mailer.rb +0 -0
  78. data/spec/support/{v5.0 → v6.1}/app/models/application_record.rb +0 -0
  79. data/spec/support/{v5.0 → v6.1}/app/models/concerns/.keep +0 -0
  80. data/spec/support/{v5.0 → v6.1}/app/models/concerns/mythical.rb +0 -0
  81. data/spec/support/{v5.1 → v6.1}/app/models/headmaster.rb +1 -1
  82. data/spec/support/{v5.1 → v6.1}/app/models/potion.rb +0 -0
  83. data/spec/support/{v5.1 → v6.1}/app/models/robe.rb +0 -0
  84. data/spec/support/{v5.0 → v6.1}/app/models/school.rb +1 -1
  85. data/spec/support/{v5.1 → v6.1}/app/models/spell.rb +0 -0
  86. data/spec/support/{v5.0 → v6.1}/app/models/spell_book.rb +0 -0
  87. data/spec/support/{v5.0 → v6.1}/app/models/squib.rb +0 -0
  88. data/spec/support/{v5.1 → v6.1}/app/models/subject.rb +0 -0
  89. data/spec/support/{v5.0 → v6.1}/app/models/wand.rb +0 -0
  90. data/spec/support/{v5.0 → v6.1}/app/models/wizard.rb +2 -1
  91. data/spec/support/{v5.1 → v6.1}/app/views/layouts/application.html.erb +2 -1
  92. data/spec/support/{v5.0 → v6.1}/app/views/layouts/mailer.html.erb +0 -0
  93. data/spec/support/{v5.0 → v6.1}/app/views/layouts/mailer.text.erb +0 -0
  94. data/spec/support/v6.1/bin/bundle +114 -0
  95. data/spec/support/{v5.0 → v6.1}/bin/rails +0 -0
  96. data/spec/support/{v5.0 → v6.1}/bin/rake +0 -0
  97. data/spec/support/{v5.1 → v6.1}/bin/setup +6 -11
  98. data/spec/support/{v5.1 → v6.1}/config/application.rb +8 -4
  99. data/spec/support/{v5.0 → v6.1}/config/boot.rb +0 -0
  100. data/spec/support/{v5.1 → v6.1}/config/database.yml +1 -1
  101. data/spec/support/{v5.0 → v6.1}/config/environment.rb +0 -0
  102. data/spec/support/{v5.1 → v6.1}/config/environments/development.rb +12 -4
  103. data/spec/support/{v5.1 → v6.1}/config/environments/production.rb +29 -7
  104. data/spec/support/{v5.1 → v6.1}/config/environments/test.rb +13 -7
  105. data/spec/support/{v5.0 → v6.1}/config/initializers/application_controller_renderer.rb +0 -0
  106. data/spec/support/{v5.0 → v6.1}/config/initializers/backtrace_silencers.rb +0 -0
  107. data/spec/support/v6.1/config/initializers/content_security_policy.rb +29 -0
  108. data/spec/support/{v5.1 → v6.1}/config/initializers/cookies_serializer.rb +1 -1
  109. data/spec/support/{v5.0 → v6.1}/config/initializers/filter_parameter_logging.rb +0 -0
  110. data/spec/support/{v5.0 → v6.1}/config/initializers/inflections.rb +0 -0
  111. data/spec/support/{v5.0 → v6.1}/config/initializers/mime_types.rb +0 -0
  112. data/spec/support/{v5.0 → v6.1}/config/initializers/sorbet_rails.rb +1 -1
  113. data/spec/support/{v5.0 → v6.1}/config/initializers/wrap_parameters.rb +1 -1
  114. data/spec/support/{v5.1 → v6.1}/config/locales/en.yml +1 -1
  115. data/spec/support/{v5.1 → v6.1}/config/puma.rb +8 -26
  116. data/spec/support/v6.1/config/routes.rb +5 -0
  117. data/spec/support/v6.1/config/storage.yml +34 -0
  118. data/spec/support/{v5.0 → v6.1}/config.ru +0 -0
  119. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000001_create_wizards.rb +2 -2
  120. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000002_create_wands.rb +2 -2
  121. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000003_create_spell_books.rb +2 -2
  122. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000004_add_more_column_types_to_wands.rb +2 -2
  123. data/spec/support/v6.1/db/migrate/20190620000005_add_broom_to_wizard.rb +6 -0
  124. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000006_add_more_enums_to_wizard.rb +2 -2
  125. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000007_add_type_to_wizard.rb +2 -2
  126. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000008_add_robe_to_wizard.rb +2 -2
  127. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000009_add_school.rb +2 -2
  128. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000010_add_subject.rb +2 -2
  129. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000011_add_subjects_wizards.rb +2 -2
  130. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000012_add_spell.rb +2 -2
  131. data/spec/support/{v5.1 → v6.1}/db/migrate/20190620000013_add_spells_spell_books.rb +2 -2
  132. data/spec/support/{v5.0 → v6.1}/db/migrate/20190620000014_create_headmasters.rb +2 -2
  133. data/spec/support/{v5.0 → v6.1}/db/migrate/20190620000015_add_serialized_to_wizards.rb +2 -2
  134. data/spec/support/{v5.1 → v6.1}/db/schema.rb +14 -11
  135. data/spec/support/{v5.0 → v6.1}/db/seeds.rb +0 -0
  136. data/spec/support/{v5.0 → v6.1}/lib/assets/.keep +0 -0
  137. data/spec/support/{v5.0 → v6.1}/lib/mythical_rbi_plugin.rb +0 -0
  138. data/spec/support/{v5.0 → v6.1}/lib/tasks/.keep +0 -0
  139. data/spec/support/{v5.0 → v6.1}/log/.keep +0 -0
  140. data/spec/support/{v5.0 → v6.1}/sorbet_test_cases.rb +17 -4
  141. data/spec/support/{v5.0/tmp → v6.1/storage}/.keep +0 -0
  142. data/spec/support/{v5.0/vendor/assets/stylesheets → v6.1/tmp}/.keep +0 -0
  143. data/spec/support/{v5.1/app/assets/images → v6.1/tmp/pids}/.keep +0 -0
  144. data/spec/support/{v5.1/app/controllers/concerns → v6.1/vendor}/.keep +0 -0
  145. data/spec/test_data/v5.2/expected_active_record_base.rbi +10 -10
  146. data/spec/test_data/v5.2/expected_active_record_relation.rbi +10 -11
  147. data/spec/test_data/v5.2/expected_attachment.rbi +1 -1
  148. data/spec/test_data/v5.2/expected_blob.rbi +1 -1
  149. data/spec/test_data/v5.2/expected_headmaster.rbi +1 -1
  150. data/spec/test_data/v5.2/expected_internal_metadata.rbi +1 -1
  151. data/spec/test_data/v5.2/expected_potion.rbi +1 -1
  152. data/spec/test_data/v5.2/expected_robe.rbi +1 -1
  153. data/spec/test_data/v5.2/expected_routes.rbi +8 -0
  154. data/spec/test_data/v5.2/expected_schema_migration.rbi +1 -1
  155. data/spec/test_data/v5.2/expected_school.rbi +1 -1
  156. data/spec/test_data/v5.2/expected_spell/habtm_spell_books.rbi +1 -1
  157. data/spec/test_data/v5.2/expected_spell.rbi +1 -1
  158. data/spec/test_data/v5.2/expected_spell_book/habtm_spells.rbi +1 -1
  159. data/spec/test_data/v5.2/expected_spell_book.rbi +1 -1
  160. data/spec/test_data/v5.2/expected_squib.rbi +3 -3
  161. data/spec/test_data/v5.2/expected_subject/habtm_wizards.rbi +1 -1
  162. data/spec/test_data/v5.2/expected_subject.rbi +1 -1
  163. data/spec/test_data/v5.2/expected_wand.rbi +1 -1
  164. data/spec/test_data/v5.2/expected_wizard/habtm_subjects.rbi +1 -1
  165. data/spec/test_data/v5.2/expected_wizard.rbi +3 -3
  166. data/spec/test_data/v5.2/expected_wizard_wo_spellbook.rbi +3 -3
  167. data/spec/test_data/v6.0/expected_active_record_base.rbi +10 -10
  168. data/spec/test_data/v6.0/expected_active_record_relation.rbi +10 -11
  169. data/spec/test_data/v6.0/expected_attachment.rbi +1 -1
  170. data/spec/test_data/v6.0/expected_blob.rbi +1 -1
  171. data/spec/test_data/v6.0/expected_headmaster.rbi +1 -1
  172. data/spec/test_data/v6.0/expected_internal_metadata.rbi +1 -1
  173. data/spec/test_data/v6.0/expected_potion.rbi +1 -1
  174. data/spec/test_data/v6.0/expected_robe.rbi +1 -1
  175. data/spec/test_data/v6.0/expected_routes.rbi +8 -0
  176. data/spec/test_data/v6.0/expected_schema_migration.rbi +1 -1
  177. data/spec/test_data/v6.0/expected_school.rbi +1 -1
  178. data/spec/test_data/v6.0/expected_spell/habtm_spell_books.rbi +1 -1
  179. data/spec/test_data/v6.0/expected_spell.rbi +1 -1
  180. data/spec/test_data/v6.0/expected_spell_book/habtm_spells.rbi +1 -1
  181. data/spec/test_data/v6.0/expected_spell_book.rbi +1 -1
  182. data/spec/test_data/v6.0/expected_squib.rbi +3 -3
  183. data/spec/test_data/v6.0/expected_subject/habtm_wizards.rbi +1 -1
  184. data/spec/test_data/v6.0/expected_subject.rbi +1 -1
  185. data/spec/test_data/v6.0/expected_wand.rbi +1 -1
  186. data/spec/test_data/v6.0/expected_wizard/habtm_subjects.rbi +1 -1
  187. data/spec/test_data/v6.0/expected_wizard.rbi +3 -3
  188. data/spec/test_data/v6.0/expected_wizard_wo_spellbook.rbi +3 -3
  189. data/spec/test_data/{v5.1 → v6.1}/expected_active_record_base.rbi +16 -16
  190. data/spec/test_data/{v5.1 → v6.1}/expected_active_record_relation.rbi +26 -30
  191. data/spec/test_data/{v5.0 → v6.1}/expected_application_job.rbi +0 -0
  192. data/spec/test_data/{v5.0 → v6.1}/expected_application_mailer.rbi +0 -0
  193. data/spec/test_data/v6.1/expected_attachment.rbi +328 -0
  194. data/spec/test_data/{v5.0 → v6.1}/expected_award_house_point_hourglasses.rbi +0 -0
  195. data/spec/test_data/v6.1/expected_blob.rbi +376 -0
  196. data/spec/test_data/{v5.0 → v6.1}/expected_custom_application_job.rbi +0 -0
  197. data/spec/test_data/{v5.0 → v6.1}/expected_custom_application_mailer.rbi +0 -0
  198. data/spec/test_data/{v5.0 → v6.1}/expected_custom_award_house_point_hourglasses.rbi +0 -0
  199. data/spec/test_data/{v5.0 → v6.1}/expected_custom_daily_prophet_mailer.rbi +0 -0
  200. data/spec/test_data/{v5.0 → v6.1}/expected_custom_hogwarts_acceptance_mailer.rbi +0 -0
  201. data/spec/test_data/{v5.0 → v6.1}/expected_daily_prophet_mailer.rbi +0 -0
  202. data/spec/test_data/{v5.1 → v6.1}/expected_habtm_subjects.rbi +48 -0
  203. data/spec/test_data/{v5.1 → v6.1}/expected_habtm_wizards.rbi +48 -0
  204. data/spec/test_data/{v5.1 → v6.1}/expected_headmaster.rbi +25 -1
  205. data/spec/test_data/{v5.0 → v6.1}/expected_helpers.rbi +0 -0
  206. data/spec/test_data/{v5.0 → v6.1}/expected_helpers_with_application_and_devise_helpers.rbi +0 -0
  207. data/spec/test_data/{v5.0 → v6.1}/expected_hogwarts_acceptance_mailer.rbi +0 -0
  208. data/spec/test_data/{v5.1 → v6.1}/expected_internal_metadata.rbi +25 -1
  209. data/spec/test_data/{v5.0 → v6.1}/expected_no_routes.rbi +0 -0
  210. data/spec/test_data/{v5.1 → v6.1}/expected_potion.rbi +25 -1
  211. data/spec/test_data/v6.1/expected_record.rbi +289 -0
  212. data/spec/test_data/{v5.1 → v6.1}/expected_robe.rbi +25 -1
  213. data/spec/test_data/v6.1/expected_routes.rbi +175 -0
  214. data/spec/test_data/{v5.1 → v6.1}/expected_schema_migration.rbi +25 -1
  215. data/spec/test_data/{v5.1 → v6.1}/expected_school.rbi +25 -1
  216. data/spec/test_data/{v5.1 → v6.1}/expected_spell/habtm_spell_books.rbi +25 -1
  217. data/spec/test_data/{v5.1 → v6.1}/expected_spell.rbi +25 -1
  218. data/spec/test_data/{v5.1 → v6.1}/expected_spell_book/habtm_spell_books.rbi +48 -0
  219. data/spec/test_data/{v5.1 → v6.1}/expected_spell_book/habtm_spells.rbi +25 -1
  220. data/spec/test_data/{v5.1 → v6.1}/expected_spell_book.rbi +61 -1
  221. data/spec/test_data/{v5.1 → v6.1}/expected_squib.rbi +497 -59
  222. data/spec/test_data/{v5.0 → v6.1}/expected_srb_tc_output.txt +0 -0
  223. data/spec/test_data/{v5.1 → v6.1}/expected_subject/habtm_wizards.rbi +25 -1
  224. data/spec/test_data/{v5.1 → v6.1}/expected_subject.rbi +25 -1
  225. data/spec/test_data/v6.1/expected_variant_record.rbi +364 -0
  226. data/spec/test_data/{v5.1 → v6.1}/expected_wand.rbi +91 -1
  227. data/spec/test_data/{v5.1 → v6.1}/expected_wizard/habtm_subjects.rbi +25 -1
  228. data/spec/test_data/{v5.1 → v6.1}/expected_wizard.rbi +497 -59
  229. data/spec/test_data/{v5.1 → v6.1}/expected_wizard_wo_spellbook.rbi +491 -53
  230. metadata +269 -501
  231. data/.travis.yml +0 -42
  232. data/lib/sorbet-rails/type_assert/actionpack.rbi +0 -4
  233. data/spec/support/v5.0/.gitignore +0 -21
  234. data/spec/support/v5.0/Gemfile +0 -37
  235. data/spec/support/v5.0/Gemfile.lock +0 -158
  236. data/spec/support/v5.0/app/assets/stylesheets/application.css +0 -15
  237. data/spec/support/v5.0/app/jobs/application_job.rb +0 -3
  238. data/spec/support/v5.0/app/mailers/application_mailer.rb +0 -5
  239. data/spec/support/v5.0/app/models/headmaster.rb +0 -8
  240. data/spec/support/v5.0/app/models/potion.rb +0 -6
  241. data/spec/support/v5.0/app/models/robe.rb +0 -4
  242. data/spec/support/v5.0/app/models/spell.rb +0 -5
  243. data/spec/support/v5.0/app/models/subject.rb +0 -5
  244. data/spec/support/v5.0/app/views/layouts/application.html.erb +0 -13
  245. data/spec/support/v5.0/bin/bundle +0 -3
  246. data/spec/support/v5.0/bin/setup +0 -34
  247. data/spec/support/v5.0/bin/update +0 -29
  248. data/spec/support/v5.0/config/application.rb +0 -27
  249. data/spec/support/v5.0/config/database.yml +0 -25
  250. data/spec/support/v5.0/config/environments/development.rb +0 -48
  251. data/spec/support/v5.0/config/environments/production.rb +0 -75
  252. data/spec/support/v5.0/config/environments/test.rb +0 -43
  253. data/spec/support/v5.0/config/initializers/cookies_serializer.rb +0 -6
  254. data/spec/support/v5.0/config/initializers/new_framework_defaults.rb +0 -27
  255. data/spec/support/v5.0/config/initializers/session_store.rb +0 -4
  256. data/spec/support/v5.0/config/locales/en.yml +0 -23
  257. data/spec/support/v5.0/config/puma.rb +0 -48
  258. data/spec/support/v5.0/config/routes.rb +0 -5
  259. data/spec/support/v5.0/db/migrate/20190620000001_create_wizards.rb +0 -14
  260. data/spec/support/v5.0/db/migrate/20190620000002_create_wands.rb +0 -12
  261. data/spec/support/v5.0/db/migrate/20190620000003_create_spell_books.rb +0 -10
  262. data/spec/support/v5.0/db/migrate/20190620000004_add_more_column_types_to_wands.rb +0 -17
  263. data/spec/support/v5.0/db/migrate/20190620000005_add_broom_to_wizard.rb +0 -6
  264. data/spec/support/v5.0/db/migrate/20190620000006_add_more_enums_to_wizard.rb +0 -9
  265. data/spec/support/v5.0/db/migrate/20190620000007_add_type_to_wizard.rb +0 -6
  266. data/spec/support/v5.0/db/migrate/20190620000008_add_robe_to_wizard.rb +0 -8
  267. data/spec/support/v5.0/db/migrate/20190620000009_add_school.rb +0 -10
  268. data/spec/support/v5.0/db/migrate/20190620000010_add_subject.rb +0 -8
  269. data/spec/support/v5.0/db/migrate/20190620000011_add_subjects_wizards.rb +0 -8
  270. data/spec/support/v5.0/db/migrate/20190620000012_add_spell.rb +0 -8
  271. data/spec/support/v5.0/db/migrate/20190620000013_add_spells_spell_books.rb +0 -8
  272. data/spec/support/v5.0/db/schema.rb +0 -96
  273. data/spec/support/v5.0/public/robots.txt +0 -5
  274. data/spec/support/v5.1/Gemfile.lock +0 -165
  275. data/spec/support/v5.1/README.md +0 -24
  276. data/spec/support/v5.1/Rakefile +0 -6
  277. data/spec/support/v5.1/app/assets/config/manifest.js +0 -2
  278. data/spec/support/v5.1/app/controllers/application_controller.rb +0 -4
  279. data/spec/support/v5.1/app/helpers/application_helper.rb +0 -3
  280. data/spec/support/v5.1/app/helpers/bar_helper.rb +0 -3
  281. data/spec/support/v5.1/app/helpers/baz_helper.rb +0 -3
  282. data/spec/support/v5.1/app/helpers/foo_helper.rb +0 -3
  283. data/spec/support/v5.1/app/jobs/application_job.rb +0 -3
  284. data/spec/support/v5.1/app/jobs/award_house_point_hourglasses.rb +0 -12
  285. data/spec/support/v5.1/app/mailers/daily_prophet_mailer.rb +0 -9
  286. data/spec/support/v5.1/app/mailers/hogwarts_acceptance_mailer.rb +0 -29
  287. data/spec/support/v5.1/app/models/application_record.rb +0 -4
  288. data/spec/support/v5.1/app/models/concerns/.keep +0 -0
  289. data/spec/support/v5.1/app/models/concerns/mythical.rb +0 -11
  290. data/spec/support/v5.1/app/models/school.rb +0 -5
  291. data/spec/support/v5.1/app/models/spell_book.rb +0 -18
  292. data/spec/support/v5.1/app/models/squib.rb +0 -6
  293. data/spec/support/v5.1/app/models/wand.rb +0 -19
  294. data/spec/support/v5.1/app/models/wizard.rb +0 -65
  295. data/spec/support/v5.1/app/views/layouts/mailer.html.erb +0 -13
  296. data/spec/support/v5.1/app/views/layouts/mailer.text.erb +0 -1
  297. data/spec/support/v5.1/bin/bundle +0 -3
  298. data/spec/support/v5.1/bin/rails +0 -4
  299. data/spec/support/v5.1/bin/rake +0 -4
  300. data/spec/support/v5.1/bin/update +0 -29
  301. data/spec/support/v5.1/bin/yarn +0 -11
  302. data/spec/support/v5.1/config/boot.rb +0 -4
  303. data/spec/support/v5.1/config/environment.rb +0 -6
  304. data/spec/support/v5.1/config/initializers/application_controller_renderer.rb +0 -9
  305. data/spec/support/v5.1/config/initializers/backtrace_silencers.rb +0 -8
  306. data/spec/support/v5.1/config/initializers/filter_parameter_logging.rb +0 -5
  307. data/spec/support/v5.1/config/initializers/inflections.rb +0 -17
  308. data/spec/support/v5.1/config/initializers/mime_types.rb +0 -5
  309. data/spec/support/v5.1/config/initializers/sorbet_rails.rb +0 -3
  310. data/spec/support/v5.1/config/initializers/wrap_parameters.rb +0 -15
  311. data/spec/support/v5.1/config/routes.rb +0 -5
  312. data/spec/support/v5.1/config.ru +0 -5
  313. data/spec/support/v5.1/db/migrate/20190620000005_add_broom_to_wizard.rb +0 -6
  314. data/spec/support/v5.1/db/migrate/20190620000014_create_headmasters.rb +0 -9
  315. data/spec/support/v5.1/db/migrate/20190620000015_add_serialized_to_wizards.rb +0 -9
  316. data/spec/support/v5.1/db/seeds.rb +0 -8
  317. data/spec/support/v5.1/lib/assets/.keep +0 -0
  318. data/spec/support/v5.1/lib/mythical_rbi_plugin.rb +0 -16
  319. data/spec/support/v5.1/lib/tasks/.keep +0 -0
  320. data/spec/support/v5.1/log/.keep +0 -0
  321. data/spec/support/v5.1/package.json +0 -5
  322. data/spec/support/v5.1/public/robots.txt +0 -1
  323. data/spec/support/v5.1/sorbet_test_cases.rb +0 -409
  324. data/spec/support/v5.1/tmp/.keep +0 -0
  325. data/spec/support/v5.1/vendor/.keep +0 -0
  326. data/spec/test_data/v5.0/expected_active_record_base.rbi +0 -113
  327. data/spec/test_data/v5.0/expected_active_record_relation.rbi +0 -199
  328. data/spec/test_data/v5.0/expected_habtm_subjects.rbi +0 -660
  329. data/spec/test_data/v5.0/expected_habtm_wizards.rbi +0 -660
  330. data/spec/test_data/v5.0/expected_headmaster.rbi +0 -328
  331. data/spec/test_data/v5.0/expected_internal_metadata.rbi +0 -298
  332. data/spec/test_data/v5.0/expected_potion.rbi +0 -280
  333. data/spec/test_data/v5.0/expected_robe.rbi +0 -301
  334. data/spec/test_data/v5.0/expected_routes.rbi +0 -27
  335. data/spec/test_data/v5.0/expected_schema_migration.rbi +0 -271
  336. data/spec/test_data/v5.0/expected_school.rbi +0 -301
  337. data/spec/test_data/v5.0/expected_spell/habtm_spell_books.rbi +0 -319
  338. data/spec/test_data/v5.0/expected_spell.rbi +0 -292
  339. data/spec/test_data/v5.0/expected_spell_book/habtm_spell_books.rbi +0 -637
  340. data/spec/test_data/v5.0/expected_spell_book/habtm_spells.rbi +0 -319
  341. data/spec/test_data/v5.0/expected_spell_book.rbi +0 -415
  342. data/spec/test_data/v5.0/expected_squib.rbi +0 -832
  343. data/spec/test_data/v5.0/expected_subject/habtm_wizards.rbi +0 -319
  344. data/spec/test_data/v5.0/expected_subject.rbi +0 -292
  345. data/spec/test_data/v5.0/expected_wand.rbi +0 -497
  346. data/spec/test_data/v5.0/expected_wizard/habtm_subjects.rbi +0 -319
  347. data/spec/test_data/v5.0/expected_wizard.rbi +0 -908
  348. data/spec/test_data/v5.0/expected_wizard_wo_spellbook.rbi +0 -902
  349. data/spec/test_data/v5.1/expected_application_job.rbi +0 -20
  350. data/spec/test_data/v5.1/expected_application_mailer.rbi +0 -5
  351. data/spec/test_data/v5.1/expected_award_house_point_hourglasses.rbi +0 -20
  352. data/spec/test_data/v5.1/expected_custom_application_job.rbi +0 -21
  353. data/spec/test_data/v5.1/expected_custom_application_mailer.rbi +0 -6
  354. data/spec/test_data/v5.1/expected_custom_award_house_point_hourglasses.rbi +0 -21
  355. data/spec/test_data/v5.1/expected_custom_daily_prophet_mailer.rbi +0 -8
  356. data/spec/test_data/v5.1/expected_custom_hogwarts_acceptance_mailer.rbi +0 -21
  357. data/spec/test_data/v5.1/expected_daily_prophet_mailer.rbi +0 -7
  358. data/spec/test_data/v5.1/expected_helpers.rbi +0 -27
  359. data/spec/test_data/v5.1/expected_helpers_with_application_and_devise_helpers.rbi +0 -34
  360. data/spec/test_data/v5.1/expected_hogwarts_acceptance_mailer.rbi +0 -20
  361. data/spec/test_data/v5.1/expected_no_routes.rbi +0 -4
  362. data/spec/test_data/v5.1/expected_routes.rbi +0 -27
  363. data/spec/test_data/v5.1/expected_srb_tc_output.txt +0 -1
@@ -0,0 +1,328 @@
1
+ # This is an autogenerated file for dynamic methods in ActiveStorage::Attachment
2
+ # Please rerun bundle exec rake rails_rbi:models[ActiveStorage::Attachment] to regenerate.
3
+
4
+ # typed: strong
5
+ module ActiveStorage::Attachment::ActiveRelation_WhereNot
6
+ sig { params(opts: T.untyped, rest: T.untyped).returns(T.self_type) }
7
+ def not(opts, *rest); end
8
+ end
9
+
10
+ module ActiveStorage::Attachment::GeneratedAssociationMethods
11
+ sig { returns(::ActiveStorage::Blob) }
12
+ def blob; end
13
+
14
+ sig { params(args: T.untyped, block: T.nilable(T.proc.params(object: ::ActiveStorage::Blob).void)).returns(::ActiveStorage::Blob) }
15
+ def build_blob(*args, &block); end
16
+
17
+ sig { params(args: T.untyped, block: T.nilable(T.proc.params(object: ::ActiveStorage::Blob).void)).returns(::ActiveStorage::Blob) }
18
+ def create_blob(*args, &block); end
19
+
20
+ sig { params(args: T.untyped, block: T.nilable(T.proc.params(object: ::ActiveStorage::Blob).void)).returns(::ActiveStorage::Blob) }
21
+ def create_blob!(*args, &block); end
22
+
23
+ sig { params(value: ::ActiveStorage::Blob).void }
24
+ def blob=(value); end
25
+
26
+ sig { returns(::ActiveStorage::Blob) }
27
+ def reload_blob; end
28
+
29
+ sig { returns(T.untyped) }
30
+ def record; end
31
+
32
+ sig { params(args: T.untyped, block: T.nilable(T.proc.params(object: T.untyped).void)).returns(T.untyped) }
33
+ def build_record(*args, &block); end
34
+
35
+ sig { params(args: T.untyped, block: T.nilable(T.proc.params(object: T.untyped).void)).returns(T.untyped) }
36
+ def create_record(*args, &block); end
37
+
38
+ sig { params(args: T.untyped, block: T.nilable(T.proc.params(object: T.untyped).void)).returns(T.untyped) }
39
+ def create_record!(*args, &block); end
40
+
41
+ sig { params(value: T.untyped).void }
42
+ def record=(value); end
43
+
44
+ sig { returns(T.untyped) }
45
+ def reload_record; end
46
+ end
47
+
48
+ module ActiveStorage::Attachment::CustomFinderMethods
49
+ sig { params(limit: Integer).returns(T::Array[ActiveStorage::Attachment]) }
50
+ def first_n(limit); end
51
+
52
+ sig { params(limit: Integer).returns(T::Array[ActiveStorage::Attachment]) }
53
+ def last_n(limit); end
54
+
55
+ sig { params(args: T::Array[T.any(Integer, String)]).returns(T::Array[ActiveStorage::Attachment]) }
56
+ def find_n(*args); end
57
+
58
+ sig { params(id: T.nilable(Integer)).returns(T.nilable(ActiveStorage::Attachment)) }
59
+ def find_by_id(id); end
60
+
61
+ sig { params(id: Integer).returns(ActiveStorage::Attachment) }
62
+ def find_by_id!(id); end
63
+ end
64
+
65
+ class ActiveStorage::Attachment < ActiveStorage::Record
66
+ include ActiveStorage::Attachment::GeneratedAssociationMethods
67
+ extend ActiveStorage::Attachment::CustomFinderMethods
68
+ extend ActiveStorage::Attachment::QueryMethodsReturningRelation
69
+ RelationType = T.type_alias { T.any(ActiveStorage::Attachment::ActiveRecord_Relation, ActiveStorage::Attachment::ActiveRecord_Associations_CollectionProxy, ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
70
+ end
71
+
72
+ module ActiveStorage::Attachment::QueryMethodsReturningRelation
73
+ sig { returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
74
+ def all; end
75
+
76
+ sig { params(block: T.nilable(T.proc.void)).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
77
+ def unscoped(&block); end
78
+
79
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
80
+ def select(*args); end
81
+
82
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
83
+ def reselect(*args); end
84
+
85
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
86
+ def order(*args); end
87
+
88
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
89
+ def reorder(*args); end
90
+
91
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
92
+ def group(*args); end
93
+
94
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
95
+ def limit(*args); end
96
+
97
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
98
+ def offset(*args); end
99
+
100
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
101
+ def joins(*args); end
102
+
103
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
104
+ def left_joins(*args); end
105
+
106
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
107
+ def left_outer_joins(*args); end
108
+
109
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
110
+ def where(*args); end
111
+
112
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
113
+ def rewhere(*args); end
114
+
115
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
116
+ def preload(*args); end
117
+
118
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
119
+ def extract_associated(*args); end
120
+
121
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
122
+ def eager_load(*args); end
123
+
124
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
125
+ def includes(*args); end
126
+
127
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
128
+ def from(*args); end
129
+
130
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
131
+ def lock(*args); end
132
+
133
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
134
+ def readonly(*args); end
135
+
136
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
137
+ def or(*args); end
138
+
139
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
140
+ def having(*args); end
141
+
142
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
143
+ def create_with(*args); end
144
+
145
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
146
+ def distinct(*args); end
147
+
148
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
149
+ def references(*args); end
150
+
151
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
152
+ def none(*args); end
153
+
154
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
155
+ def unscope(*args); end
156
+
157
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
158
+ def optimizer_hints(*args); end
159
+
160
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
161
+ def merge(*args); end
162
+
163
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
164
+ def except(*args); end
165
+
166
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
167
+ def only(*args); end
168
+
169
+ sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
170
+ def extending(*args, &block); end
171
+
172
+ sig do
173
+ params(
174
+ of: T.nilable(Integer),
175
+ start: T.nilable(Integer),
176
+ finish: T.nilable(Integer),
177
+ load: T.nilable(T::Boolean),
178
+ error_on_ignore: T.nilable(T::Boolean),
179
+ block: T.nilable(T.proc.params(e: ActiveStorage::Attachment::ActiveRecord_Relation).void)
180
+ ).returns(ActiveRecord::Batches::BatchEnumerator)
181
+ end
182
+ def in_batches(of: 1000, start: nil, finish: nil, load: false, error_on_ignore: nil, &block); end
183
+ end
184
+
185
+ module ActiveStorage::Attachment::QueryMethodsReturningAssociationRelation
186
+ sig { returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
187
+ def all; end
188
+
189
+ sig { params(block: T.nilable(T.proc.void)).returns(ActiveStorage::Attachment::ActiveRecord_Relation) }
190
+ def unscoped(&block); end
191
+
192
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
193
+ def select(*args); end
194
+
195
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
196
+ def reselect(*args); end
197
+
198
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
199
+ def order(*args); end
200
+
201
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
202
+ def reorder(*args); end
203
+
204
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
205
+ def group(*args); end
206
+
207
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
208
+ def limit(*args); end
209
+
210
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
211
+ def offset(*args); end
212
+
213
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
214
+ def joins(*args); end
215
+
216
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
217
+ def left_joins(*args); end
218
+
219
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
220
+ def left_outer_joins(*args); end
221
+
222
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
223
+ def where(*args); end
224
+
225
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
226
+ def rewhere(*args); end
227
+
228
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
229
+ def preload(*args); end
230
+
231
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
232
+ def extract_associated(*args); end
233
+
234
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
235
+ def eager_load(*args); end
236
+
237
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
238
+ def includes(*args); end
239
+
240
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
241
+ def from(*args); end
242
+
243
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
244
+ def lock(*args); end
245
+
246
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
247
+ def readonly(*args); end
248
+
249
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
250
+ def or(*args); end
251
+
252
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
253
+ def having(*args); end
254
+
255
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
256
+ def create_with(*args); end
257
+
258
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
259
+ def distinct(*args); end
260
+
261
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
262
+ def references(*args); end
263
+
264
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
265
+ def none(*args); end
266
+
267
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
268
+ def unscope(*args); end
269
+
270
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
271
+ def optimizer_hints(*args); end
272
+
273
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
274
+ def merge(*args); end
275
+
276
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
277
+ def except(*args); end
278
+
279
+ sig { params(args: T.untyped).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
280
+ def only(*args); end
281
+
282
+ sig { params(args: T.untyped, block: T.nilable(T.proc.void)).returns(ActiveStorage::Attachment::ActiveRecord_AssociationRelation) }
283
+ def extending(*args, &block); end
284
+
285
+ sig do
286
+ params(
287
+ of: T.nilable(Integer),
288
+ start: T.nilable(Integer),
289
+ finish: T.nilable(Integer),
290
+ load: T.nilable(T::Boolean),
291
+ error_on_ignore: T.nilable(T::Boolean),
292
+ block: T.nilable(T.proc.params(e: ActiveStorage::Attachment::ActiveRecord_AssociationRelation).void)
293
+ ).returns(ActiveRecord::Batches::BatchEnumerator)
294
+ end
295
+ def in_batches(of: 1000, start: nil, finish: nil, load: false, error_on_ignore: nil, &block); end
296
+ end
297
+
298
+ class ActiveStorage::Attachment::ActiveRecord_Relation < ActiveRecord::Relation
299
+ include ActiveStorage::Attachment::ActiveRelation_WhereNot
300
+ include ActiveStorage::Attachment::CustomFinderMethods
301
+ include ActiveStorage::Attachment::QueryMethodsReturningRelation
302
+ Elem = type_member(fixed: ActiveStorage::Attachment)
303
+ end
304
+
305
+ class ActiveStorage::Attachment::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
306
+ include ActiveStorage::Attachment::ActiveRelation_WhereNot
307
+ include ActiveStorage::Attachment::CustomFinderMethods
308
+ include ActiveStorage::Attachment::QueryMethodsReturningAssociationRelation
309
+ Elem = type_member(fixed: ActiveStorage::Attachment)
310
+ end
311
+
312
+ class ActiveStorage::Attachment::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
313
+ include ActiveStorage::Attachment::CustomFinderMethods
314
+ include ActiveStorage::Attachment::QueryMethodsReturningAssociationRelation
315
+ Elem = type_member(fixed: ActiveStorage::Attachment)
316
+
317
+ sig { params(records: T.any(ActiveStorage::Attachment, T::Array[ActiveStorage::Attachment])).returns(T.self_type) }
318
+ def <<(*records); end
319
+
320
+ sig { params(records: T.any(ActiveStorage::Attachment, T::Array[ActiveStorage::Attachment])).returns(T.self_type) }
321
+ def append(*records); end
322
+
323
+ sig { params(records: T.any(ActiveStorage::Attachment, T::Array[ActiveStorage::Attachment])).returns(T.self_type) }
324
+ def push(*records); end
325
+
326
+ sig { params(records: T.any(ActiveStorage::Attachment, T::Array[ActiveStorage::Attachment])).returns(T.self_type) }
327
+ def concat(*records); end
328
+ end