sorbet-rails 0.7.32 → 0.7.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/publish-gem.yml +9 -19
  3. data/README.md +0 -2
  4. data/lib/sorbet-rails/active_record_rbi_formatter.rb +3 -3
  5. data/lib/sorbet-rails/model_rbi_formatter.rb +3 -3
  6. data/sorbet-rails.gemspec +2 -2
  7. data/spec/support/v5.2/Gemfile.lock +76 -67
  8. data/spec/support/v6.0/Gemfile.lock +93 -85
  9. data/spec/support/v6.1/Gemfile +1 -1
  10. data/spec/support/v6.1/Gemfile.lock +115 -108
  11. data/spec/test_data/v5.2/expected_active_record_relation.rbi +2 -2
  12. data/spec/test_data/v5.2/expected_attachment.rbi +3 -3
  13. data/spec/test_data/v5.2/expected_blob.rbi +3 -3
  14. data/spec/test_data/v5.2/expected_habtm_subjects.rbi +3 -3
  15. data/spec/test_data/v5.2/expected_habtm_wizards.rbi +3 -3
  16. data/spec/test_data/v5.2/expected_headmaster.rbi +3 -3
  17. data/spec/test_data/v5.2/expected_internal_metadata.rbi +3 -3
  18. data/spec/test_data/v5.2/expected_potion.rbi +3 -3
  19. data/spec/test_data/v5.2/expected_robe.rbi +3 -3
  20. data/spec/test_data/v5.2/expected_schema_migration.rbi +3 -3
  21. data/spec/test_data/v5.2/expected_school.rbi +3 -3
  22. data/spec/test_data/v5.2/expected_spell/habtm_spell_books.rbi +3 -3
  23. data/spec/test_data/v5.2/expected_spell.rbi +3 -3
  24. data/spec/test_data/v5.2/expected_spell_book/habtm_spell_books.rbi +3 -3
  25. data/spec/test_data/v5.2/expected_spell_book/habtm_spells.rbi +3 -3
  26. data/spec/test_data/v5.2/expected_spell_book.rbi +3 -3
  27. data/spec/test_data/v5.2/expected_squib.rbi +3 -3
  28. data/spec/test_data/v5.2/expected_subject/habtm_wizards.rbi +3 -3
  29. data/spec/test_data/v5.2/expected_subject.rbi +3 -3
  30. data/spec/test_data/v5.2/expected_wand.rbi +3 -3
  31. data/spec/test_data/v5.2/expected_wizard/habtm_subjects.rbi +3 -3
  32. data/spec/test_data/v5.2/expected_wizard.rbi +3 -3
  33. data/spec/test_data/v5.2/expected_wizard_wo_spellbook.rbi +3 -3
  34. data/spec/test_data/v6.0/expected_active_record_relation.rbi +2 -2
  35. data/spec/test_data/v6.0/expected_attachment.rbi +3 -3
  36. data/spec/test_data/v6.0/expected_blob.rbi +3 -3
  37. data/spec/test_data/v6.0/expected_habtm_subjects.rbi +3 -3
  38. data/spec/test_data/v6.0/expected_habtm_wizards.rbi +3 -3
  39. data/spec/test_data/v6.0/expected_headmaster.rbi +3 -3
  40. data/spec/test_data/v6.0/expected_internal_metadata.rbi +3 -3
  41. data/spec/test_data/v6.0/expected_potion.rbi +3 -3
  42. data/spec/test_data/v6.0/expected_robe.rbi +3 -3
  43. data/spec/test_data/v6.0/expected_schema_migration.rbi +3 -3
  44. data/spec/test_data/v6.0/expected_school.rbi +3 -3
  45. data/spec/test_data/v6.0/expected_spell/habtm_spell_books.rbi +3 -3
  46. data/spec/test_data/v6.0/expected_spell.rbi +3 -3
  47. data/spec/test_data/v6.0/expected_spell_book/habtm_spell_books.rbi +3 -3
  48. data/spec/test_data/v6.0/expected_spell_book/habtm_spells.rbi +3 -3
  49. data/spec/test_data/v6.0/expected_spell_book.rbi +3 -3
  50. data/spec/test_data/v6.0/expected_squib.rbi +3 -3
  51. data/spec/test_data/v6.0/expected_subject/habtm_wizards.rbi +3 -3
  52. data/spec/test_data/v6.0/expected_subject.rbi +3 -3
  53. data/spec/test_data/v6.0/expected_wand.rbi +3 -3
  54. data/spec/test_data/v6.0/expected_wizard/habtm_subjects.rbi +3 -3
  55. data/spec/test_data/v6.0/expected_wizard.rbi +3 -3
  56. data/spec/test_data/v6.0/expected_wizard_wo_spellbook.rbi +3 -3
  57. data/spec/test_data/v6.1/expected_active_record_relation.rbi +2 -2
  58. data/spec/test_data/v6.1/expected_attachment.rbi +3 -3
  59. data/spec/test_data/v6.1/expected_blob.rbi +3 -3
  60. data/spec/test_data/v6.1/expected_habtm_subjects.rbi +3 -3
  61. data/spec/test_data/v6.1/expected_habtm_wizards.rbi +3 -3
  62. data/spec/test_data/v6.1/expected_headmaster.rbi +3 -3
  63. data/spec/test_data/v6.1/expected_internal_metadata.rbi +3 -3
  64. data/spec/test_data/v6.1/expected_potion.rbi +3 -3
  65. data/spec/test_data/v6.1/expected_record.rbi +3 -3
  66. data/spec/test_data/v6.1/expected_robe.rbi +3 -3
  67. data/spec/test_data/v6.1/expected_schema_migration.rbi +3 -3
  68. data/spec/test_data/v6.1/expected_school.rbi +3 -3
  69. data/spec/test_data/v6.1/expected_spell/habtm_spell_books.rbi +3 -3
  70. data/spec/test_data/v6.1/expected_spell.rbi +3 -3
  71. data/spec/test_data/v6.1/expected_spell_book/habtm_spell_books.rbi +3 -3
  72. data/spec/test_data/v6.1/expected_spell_book/habtm_spells.rbi +3 -3
  73. data/spec/test_data/v6.1/expected_spell_book.rbi +3 -3
  74. data/spec/test_data/v6.1/expected_squib.rbi +3 -3
  75. data/spec/test_data/v6.1/expected_subject/habtm_wizards.rbi +3 -3
  76. data/spec/test_data/v6.1/expected_subject.rbi +3 -3
  77. data/spec/test_data/v6.1/expected_variant_record.rbi +3 -3
  78. data/spec/test_data/v6.1/expected_wand.rbi +3 -3
  79. data/spec/test_data/v6.1/expected_wizard/habtm_subjects.rbi +3 -3
  80. data/spec/test_data/v6.1/expected_wizard.rbi +3 -3
  81. data/spec/test_data/v6.1/expected_wizard_wo_spellbook.rbi +3 -3
  82. metadata +3 -3
@@ -159,7 +159,7 @@ class SpellBook::HABTM_SpellBooks::ActiveRecord_Relation < ActiveRecord::Relatio
159
159
  include Enumerable
160
160
  extend T::Sig
161
161
  extend T::Generic
162
- Elem = type_member(fixed: SpellBook::HABTM_SpellBooks)
162
+ Elem = type_member {{fixed: SpellBook::HABTM_SpellBooks}}
163
163
 
164
164
  sig { returns(SpellBook::HABTM_SpellBooks::ActiveRecord_Relation) }
165
165
  def all; end
@@ -273,7 +273,7 @@ class SpellBook::HABTM_SpellBooks::ActiveRecord_AssociationRelation < ActiveReco
273
273
  include Enumerable
274
274
  extend T::Sig
275
275
  extend T::Generic
276
- Elem = type_member(fixed: SpellBook::HABTM_SpellBooks)
276
+ Elem = type_member {{fixed: SpellBook::HABTM_SpellBooks}}
277
277
 
278
278
  sig { returns(SpellBook::HABTM_SpellBooks::ActiveRecord_AssociationRelation) }
279
279
  def all; end
@@ -457,7 +457,7 @@ class SpellBook::HABTM_SpellBooks::ActiveRecord_Associations_CollectionProxy < A
457
457
  include Enumerable
458
458
  extend T::Sig
459
459
  extend T::Generic
460
- Elem = type_member(fixed: SpellBook::HABTM_SpellBooks)
460
+ Elem = type_member {{fixed: SpellBook::HABTM_SpellBooks}}
461
461
 
462
462
  sig { returns(SpellBook::HABTM_SpellBooks::ActiveRecord_AssociationRelation) }
463
463
  def all; end
@@ -302,20 +302,20 @@ class SpellBook::HABTM_Spells::ActiveRecord_Relation < ActiveRecord::Relation
302
302
  include SpellBook::HABTM_Spells::ActiveRelation_WhereNot
303
303
  include SpellBook::HABTM_Spells::CustomFinderMethods
304
304
  include SpellBook::HABTM_Spells::QueryMethodsReturningRelation
305
- Elem = type_member(fixed: SpellBook::HABTM_Spells)
305
+ Elem = type_member {{fixed: SpellBook::HABTM_Spells}}
306
306
  end
307
307
 
308
308
  class SpellBook::HABTM_Spells::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
309
309
  include SpellBook::HABTM_Spells::ActiveRelation_WhereNot
310
310
  include SpellBook::HABTM_Spells::CustomFinderMethods
311
311
  include SpellBook::HABTM_Spells::QueryMethodsReturningAssociationRelation
312
- Elem = type_member(fixed: SpellBook::HABTM_Spells)
312
+ Elem = type_member {{fixed: SpellBook::HABTM_Spells}}
313
313
  end
314
314
 
315
315
  class SpellBook::HABTM_Spells::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
316
316
  include SpellBook::HABTM_Spells::CustomFinderMethods
317
317
  include SpellBook::HABTM_Spells::QueryMethodsReturningAssociationRelation
318
- Elem = type_member(fixed: SpellBook::HABTM_Spells)
318
+ Elem = type_member {{fixed: SpellBook::HABTM_Spells}}
319
319
 
320
320
  sig { params(records: T.any(SpellBook::HABTM_Spells, T::Array[SpellBook::HABTM_Spells])).returns(T.self_type) }
321
321
  def <<(*records); end
@@ -154,7 +154,7 @@ class SpellBook::ActiveRecord_Relation < ActiveRecord::Relation
154
154
  include SpellBook::ActiveRelation_WhereNot
155
155
  include SpellBook::CustomFinderMethods
156
156
  include SpellBook::QueryMethodsReturningRelation
157
- Elem = type_member(fixed: SpellBook)
157
+ Elem = type_member {{fixed: SpellBook}}
158
158
 
159
159
  sig { params(args: T.untyped).returns(SpellBook::ActiveRecord_Relation) }
160
160
  def biology(*args); end
@@ -173,7 +173,7 @@ class SpellBook::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRel
173
173
  include SpellBook::ActiveRelation_WhereNot
174
174
  include SpellBook::CustomFinderMethods
175
175
  include SpellBook::QueryMethodsReturningAssociationRelation
176
- Elem = type_member(fixed: SpellBook)
176
+ Elem = type_member {{fixed: SpellBook}}
177
177
 
178
178
  sig { params(args: T.untyped).returns(SpellBook::ActiveRecord_AssociationRelation) }
179
179
  def biology(*args); end
@@ -191,7 +191,7 @@ end
191
191
  class SpellBook::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
192
192
  include SpellBook::CustomFinderMethods
193
193
  include SpellBook::QueryMethodsReturningAssociationRelation
194
- Elem = type_member(fixed: SpellBook)
194
+ Elem = type_member {{fixed: SpellBook}}
195
195
 
196
196
  sig { params(args: T.untyped).returns(SpellBook::ActiveRecord_AssociationRelation) }
197
197
  def biology(*args); end
@@ -505,7 +505,7 @@ class Squib::ActiveRecord_Relation < ActiveRecord::Relation
505
505
  include Squib::ActiveRelation_WhereNot
506
506
  include Squib::CustomFinderMethods
507
507
  include Squib::QueryMethodsReturningRelation
508
- Elem = type_member(fixed: Squib)
508
+ Elem = type_member {{fixed: Squib}}
509
509
 
510
510
  sig { params(args: T.untyped).returns(Squib::ActiveRecord_Relation) }
511
511
  def Gryffindor(*args); end
@@ -572,7 +572,7 @@ class Squib::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelatio
572
572
  include Squib::ActiveRelation_WhereNot
573
573
  include Squib::CustomFinderMethods
574
574
  include Squib::QueryMethodsReturningAssociationRelation
575
- Elem = type_member(fixed: Squib)
575
+ Elem = type_member {{fixed: Squib}}
576
576
 
577
577
  sig { params(args: T.untyped).returns(Squib::ActiveRecord_AssociationRelation) }
578
578
  def Gryffindor(*args); end
@@ -638,7 +638,7 @@ end
638
638
  class Squib::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
639
639
  include Squib::CustomFinderMethods
640
640
  include Squib::QueryMethodsReturningAssociationRelation
641
- Elem = type_member(fixed: Squib)
641
+ Elem = type_member {{fixed: Squib}}
642
642
 
643
643
  sig { params(args: T.untyped).returns(Squib::ActiveRecord_AssociationRelation) }
644
644
  def Gryffindor(*args); end
@@ -302,20 +302,20 @@ class Subject::HABTM_Wizards::ActiveRecord_Relation < ActiveRecord::Relation
302
302
  include Subject::HABTM_Wizards::ActiveRelation_WhereNot
303
303
  include Subject::HABTM_Wizards::CustomFinderMethods
304
304
  include Subject::HABTM_Wizards::QueryMethodsReturningRelation
305
- Elem = type_member(fixed: Subject::HABTM_Wizards)
305
+ Elem = type_member {{fixed: Subject::HABTM_Wizards}}
306
306
  end
307
307
 
308
308
  class Subject::HABTM_Wizards::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
309
309
  include Subject::HABTM_Wizards::ActiveRelation_WhereNot
310
310
  include Subject::HABTM_Wizards::CustomFinderMethods
311
311
  include Subject::HABTM_Wizards::QueryMethodsReturningAssociationRelation
312
- Elem = type_member(fixed: Subject::HABTM_Wizards)
312
+ Elem = type_member {{fixed: Subject::HABTM_Wizards}}
313
313
  end
314
314
 
315
315
  class Subject::HABTM_Wizards::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
316
316
  include Subject::HABTM_Wizards::CustomFinderMethods
317
317
  include Subject::HABTM_Wizards::QueryMethodsReturningAssociationRelation
318
- Elem = type_member(fixed: Subject::HABTM_Wizards)
318
+ Elem = type_member {{fixed: Subject::HABTM_Wizards}}
319
319
 
320
320
  sig { params(records: T.any(Subject::HABTM_Wizards, T::Array[Subject::HABTM_Wizards])).returns(T.self_type) }
321
321
  def <<(*records); end
@@ -275,20 +275,20 @@ class Subject::ActiveRecord_Relation < ActiveRecord::Relation
275
275
  include Subject::ActiveRelation_WhereNot
276
276
  include Subject::CustomFinderMethods
277
277
  include Subject::QueryMethodsReturningRelation
278
- Elem = type_member(fixed: Subject)
278
+ Elem = type_member {{fixed: Subject}}
279
279
  end
280
280
 
281
281
  class Subject::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
282
282
  include Subject::ActiveRelation_WhereNot
283
283
  include Subject::CustomFinderMethods
284
284
  include Subject::QueryMethodsReturningAssociationRelation
285
- Elem = type_member(fixed: Subject)
285
+ Elem = type_member {{fixed: Subject}}
286
286
  end
287
287
 
288
288
  class Subject::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
289
289
  include Subject::CustomFinderMethods
290
290
  include Subject::QueryMethodsReturningAssociationRelation
291
- Elem = type_member(fixed: Subject)
291
+ Elem = type_member {{fixed: Subject}}
292
292
 
293
293
  sig { params(records: T.any(Subject, T::Array[Subject])).returns(T.self_type) }
294
294
  def <<(*records); end
@@ -254,7 +254,7 @@ class Wand::ActiveRecord_Relation < ActiveRecord::Relation
254
254
  include Wand::ActiveRelation_WhereNot
255
255
  include Wand::CustomFinderMethods
256
256
  include Wand::QueryMethodsReturningRelation
257
- Elem = type_member(fixed: Wand)
257
+ Elem = type_member {{fixed: Wand}}
258
258
 
259
259
  sig { params(args: T.untyped).returns(Wand::ActiveRecord_Relation) }
260
260
  def basilisk_horn(*args); end
@@ -273,7 +273,7 @@ class Wand::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
273
273
  include Wand::ActiveRelation_WhereNot
274
274
  include Wand::CustomFinderMethods
275
275
  include Wand::QueryMethodsReturningAssociationRelation
276
- Elem = type_member(fixed: Wand)
276
+ Elem = type_member {{fixed: Wand}}
277
277
 
278
278
  sig { params(args: T.untyped).returns(Wand::ActiveRecord_AssociationRelation) }
279
279
  def basilisk_horn(*args); end
@@ -291,7 +291,7 @@ end
291
291
  class Wand::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
292
292
  include Wand::CustomFinderMethods
293
293
  include Wand::QueryMethodsReturningAssociationRelation
294
- Elem = type_member(fixed: Wand)
294
+ Elem = type_member {{fixed: Wand}}
295
295
 
296
296
  sig { params(args: T.untyped).returns(Wand::ActiveRecord_AssociationRelation) }
297
297
  def basilisk_horn(*args); end
@@ -302,20 +302,20 @@ class Wizard::HABTM_Subjects::ActiveRecord_Relation < ActiveRecord::Relation
302
302
  include Wizard::HABTM_Subjects::ActiveRelation_WhereNot
303
303
  include Wizard::HABTM_Subjects::CustomFinderMethods
304
304
  include Wizard::HABTM_Subjects::QueryMethodsReturningRelation
305
- Elem = type_member(fixed: Wizard::HABTM_Subjects)
305
+ Elem = type_member {{fixed: Wizard::HABTM_Subjects}}
306
306
  end
307
307
 
308
308
  class Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
309
309
  include Wizard::HABTM_Subjects::ActiveRelation_WhereNot
310
310
  include Wizard::HABTM_Subjects::CustomFinderMethods
311
311
  include Wizard::HABTM_Subjects::QueryMethodsReturningAssociationRelation
312
- Elem = type_member(fixed: Wizard::HABTM_Subjects)
312
+ Elem = type_member {{fixed: Wizard::HABTM_Subjects}}
313
313
  end
314
314
 
315
315
  class Wizard::HABTM_Subjects::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
316
316
  include Wizard::HABTM_Subjects::CustomFinderMethods
317
317
  include Wizard::HABTM_Subjects::QueryMethodsReturningAssociationRelation
318
- Elem = type_member(fixed: Wizard::HABTM_Subjects)
318
+ Elem = type_member {{fixed: Wizard::HABTM_Subjects}}
319
319
 
320
320
  sig { params(records: T.any(Wizard::HABTM_Subjects, T::Array[Wizard::HABTM_Subjects])).returns(T.self_type) }
321
321
  def <<(*records); end
@@ -581,7 +581,7 @@ class Wizard::ActiveRecord_Relation < ActiveRecord::Relation
581
581
  include Wizard::ActiveRelation_WhereNot
582
582
  include Wizard::CustomFinderMethods
583
583
  include Wizard::QueryMethodsReturningRelation
584
- Elem = type_member(fixed: Wizard)
584
+ Elem = type_member {{fixed: Wizard}}
585
585
 
586
586
  sig { params(args: T.untyped).returns(Wizard::ActiveRecord_Relation) }
587
587
  def Gryffindor(*args); end
@@ -648,7 +648,7 @@ class Wizard::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelati
648
648
  include Wizard::ActiveRelation_WhereNot
649
649
  include Wizard::CustomFinderMethods
650
650
  include Wizard::QueryMethodsReturningAssociationRelation
651
- Elem = type_member(fixed: Wizard)
651
+ Elem = type_member {{fixed: Wizard}}
652
652
 
653
653
  sig { params(args: T.untyped).returns(Wizard::ActiveRecord_AssociationRelation) }
654
654
  def Gryffindor(*args); end
@@ -714,7 +714,7 @@ end
714
714
  class Wizard::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
715
715
  include Wizard::CustomFinderMethods
716
716
  include Wizard::QueryMethodsReturningAssociationRelation
717
- Elem = type_member(fixed: Wizard)
717
+ Elem = type_member {{fixed: Wizard}}
718
718
 
719
719
  sig { params(args: T.untyped).returns(Wizard::ActiveRecord_AssociationRelation) }
720
720
  def Gryffindor(*args); end
@@ -575,7 +575,7 @@ class Wizard::ActiveRecord_Relation < ActiveRecord::Relation
575
575
  include Wizard::ActiveRelation_WhereNot
576
576
  include Wizard::CustomFinderMethods
577
577
  include Wizard::QueryMethodsReturningRelation
578
- Elem = type_member(fixed: Wizard)
578
+ Elem = type_member {{fixed: Wizard}}
579
579
 
580
580
  sig { params(args: T.untyped).returns(Wizard::ActiveRecord_Relation) }
581
581
  def Gryffindor(*args); end
@@ -642,7 +642,7 @@ class Wizard::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelati
642
642
  include Wizard::ActiveRelation_WhereNot
643
643
  include Wizard::CustomFinderMethods
644
644
  include Wizard::QueryMethodsReturningAssociationRelation
645
- Elem = type_member(fixed: Wizard)
645
+ Elem = type_member {{fixed: Wizard}}
646
646
 
647
647
  sig { params(args: T.untyped).returns(Wizard::ActiveRecord_AssociationRelation) }
648
648
  def Gryffindor(*args); end
@@ -708,7 +708,7 @@ end
708
708
  class Wizard::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
709
709
  include Wizard::CustomFinderMethods
710
710
  include Wizard::QueryMethodsReturningAssociationRelation
711
- Elem = type_member(fixed: Wizard)
711
+ Elem = type_member {{fixed: Wizard}}
712
712
 
713
713
  sig { params(args: T.untyped).returns(Wizard::ActiveRecord_AssociationRelation) }
714
714
  def Gryffindor(*args); end
@@ -133,7 +133,7 @@ class ActiveRecord::Relation
133
133
  end
134
134
 
135
135
  class ActiveRecord::AssociationRelation < ActiveRecord::Relation
136
- Elem = type_member(fixed: T.untyped)
136
+ Elem = type_member {{fixed: T.untyped}}
137
137
 
138
138
  sig { params(attributes: T.untyped, block: T.nilable(T.proc.params(object: Elem).void)).returns(Elem) }
139
139
  def new(attributes = nil, &block); end
@@ -149,7 +149,7 @@ class ActiveRecord::AssociationRelation < ActiveRecord::Relation
149
149
  end
150
150
 
151
151
  class ActiveRecord::Associations::CollectionProxy < ActiveRecord::Relation
152
- Elem = type_member(fixed: T.untyped)
152
+ Elem = type_member {{fixed: T.untyped}}
153
153
 
154
154
  sig { params(attributes: T.untyped, block: T.nilable(T.proc.params(object: Elem).void)).returns(Elem) }
155
155
  def new(attributes = nil, &block); end
@@ -305,20 +305,20 @@ class ActiveStorage::Attachment::ActiveRecord_Relation < ActiveRecord::Relation
305
305
  include ActiveStorage::Attachment::ActiveRelation_WhereNot
306
306
  include ActiveStorage::Attachment::CustomFinderMethods
307
307
  include ActiveStorage::Attachment::QueryMethodsReturningRelation
308
- Elem = type_member(fixed: ActiveStorage::Attachment)
308
+ Elem = type_member {{fixed: ActiveStorage::Attachment}}
309
309
  end
310
310
 
311
311
  class ActiveStorage::Attachment::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
312
312
  include ActiveStorage::Attachment::ActiveRelation_WhereNot
313
313
  include ActiveStorage::Attachment::CustomFinderMethods
314
314
  include ActiveStorage::Attachment::QueryMethodsReturningAssociationRelation
315
- Elem = type_member(fixed: ActiveStorage::Attachment)
315
+ Elem = type_member {{fixed: ActiveStorage::Attachment}}
316
316
  end
317
317
 
318
318
  class ActiveStorage::Attachment::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
319
319
  include ActiveStorage::Attachment::CustomFinderMethods
320
320
  include ActiveStorage::Attachment::QueryMethodsReturningAssociationRelation
321
- Elem = type_member(fixed: ActiveStorage::Attachment)
321
+ Elem = type_member {{fixed: ActiveStorage::Attachment}}
322
322
 
323
323
  sig { params(records: T.any(ActiveStorage::Attachment, T::Array[ActiveStorage::Attachment])).returns(T.self_type) }
324
324
  def <<(*records); end
@@ -41,7 +41,7 @@ class ActiveStorage::Blob::ActiveRecord_Relation < ActiveRecord::Relation
41
41
  include ActiveStorage::Blob::ActiveRelation_WhereNot
42
42
  include ActiveStorage::Blob::CustomFinderMethods
43
43
  include ActiveStorage::Blob::QueryMethodsReturningRelation
44
- Elem = type_member(fixed: ActiveStorage::Blob)
44
+ Elem = type_member {{fixed: ActiveStorage::Blob}}
45
45
 
46
46
  sig { params(args: T.untyped).returns(ActiveStorage::Blob::ActiveRecord_Relation) }
47
47
  def unattached(*args); end
@@ -54,7 +54,7 @@ class ActiveStorage::Blob::ActiveRecord_AssociationRelation < ActiveRecord::Asso
54
54
  include ActiveStorage::Blob::ActiveRelation_WhereNot
55
55
  include ActiveStorage::Blob::CustomFinderMethods
56
56
  include ActiveStorage::Blob::QueryMethodsReturningAssociationRelation
57
- Elem = type_member(fixed: ActiveStorage::Blob)
57
+ Elem = type_member {{fixed: ActiveStorage::Blob}}
58
58
 
59
59
  sig { params(args: T.untyped).returns(ActiveStorage::Blob::ActiveRecord_AssociationRelation) }
60
60
  def unattached(*args); end
@@ -66,7 +66,7 @@ end
66
66
  class ActiveStorage::Blob::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
67
67
  include ActiveStorage::Blob::CustomFinderMethods
68
68
  include ActiveStorage::Blob::QueryMethodsReturningAssociationRelation
69
- Elem = type_member(fixed: ActiveStorage::Blob)
69
+ Elem = type_member {{fixed: ActiveStorage::Blob}}
70
70
 
71
71
  sig { params(args: T.untyped).returns(ActiveStorage::Blob::ActiveRecord_AssociationRelation) }
72
72
  def unattached(*args); end
@@ -194,7 +194,7 @@ class Wizard::HABTM_Subjects::ActiveRecord_Relation < ActiveRecord::Relation
194
194
  include Enumerable
195
195
  extend T::Sig
196
196
  extend T::Generic
197
- Elem = type_member(fixed: Wizard::HABTM_Subjects)
197
+ Elem = type_member {{fixed: Wizard::HABTM_Subjects}}
198
198
 
199
199
  sig { returns(Wizard::HABTM_Subjects::ActiveRecord_Relation) }
200
200
  def all; end
@@ -320,7 +320,7 @@ class Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation < ActiveRecord::A
320
320
  include Enumerable
321
321
  extend T::Sig
322
322
  extend T::Generic
323
- Elem = type_member(fixed: Wizard::HABTM_Subjects)
323
+ Elem = type_member {{fixed: Wizard::HABTM_Subjects}}
324
324
 
325
325
  sig { returns(Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation) }
326
326
  def all; end
@@ -516,7 +516,7 @@ class Wizard::HABTM_Subjects::ActiveRecord_Associations_CollectionProxy < Active
516
516
  include Enumerable
517
517
  extend T::Sig
518
518
  extend T::Generic
519
- Elem = type_member(fixed: Wizard::HABTM_Subjects)
519
+ Elem = type_member {{fixed: Wizard::HABTM_Subjects}}
520
520
 
521
521
  sig { returns(Wizard::HABTM_Subjects::ActiveRecord_AssociationRelation) }
522
522
  def all; end
@@ -194,7 +194,7 @@ class Subject::HABTM_Wizards::ActiveRecord_Relation < ActiveRecord::Relation
194
194
  include Enumerable
195
195
  extend T::Sig
196
196
  extend T::Generic
197
- Elem = type_member(fixed: Subject::HABTM_Wizards)
197
+ Elem = type_member {{fixed: Subject::HABTM_Wizards}}
198
198
 
199
199
  sig { returns(Subject::HABTM_Wizards::ActiveRecord_Relation) }
200
200
  def all; end
@@ -320,7 +320,7 @@ class Subject::HABTM_Wizards::ActiveRecord_AssociationRelation < ActiveRecord::A
320
320
  include Enumerable
321
321
  extend T::Sig
322
322
  extend T::Generic
323
- Elem = type_member(fixed: Subject::HABTM_Wizards)
323
+ Elem = type_member {{fixed: Subject::HABTM_Wizards}}
324
324
 
325
325
  sig { returns(Subject::HABTM_Wizards::ActiveRecord_AssociationRelation) }
326
326
  def all; end
@@ -516,7 +516,7 @@ class Subject::HABTM_Wizards::ActiveRecord_Associations_CollectionProxy < Active
516
516
  include Enumerable
517
517
  extend T::Sig
518
518
  extend T::Generic
519
- Elem = type_member(fixed: Subject::HABTM_Wizards)
519
+ Elem = type_member {{fixed: Subject::HABTM_Wizards}}
520
520
 
521
521
  sig { returns(Subject::HABTM_Wizards::ActiveRecord_AssociationRelation) }
522
522
  def all; end
@@ -335,20 +335,20 @@ class Headmaster::ActiveRecord_Relation < ActiveRecord::Relation
335
335
  include Headmaster::ActiveRelation_WhereNot
336
336
  include Headmaster::CustomFinderMethods
337
337
  include Headmaster::QueryMethodsReturningRelation
338
- Elem = type_member(fixed: Headmaster)
338
+ Elem = type_member {{fixed: Headmaster}}
339
339
  end
340
340
 
341
341
  class Headmaster::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
342
342
  include Headmaster::ActiveRelation_WhereNot
343
343
  include Headmaster::CustomFinderMethods
344
344
  include Headmaster::QueryMethodsReturningAssociationRelation
345
- Elem = type_member(fixed: Headmaster)
345
+ Elem = type_member {{fixed: Headmaster}}
346
346
  end
347
347
 
348
348
  class Headmaster::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
349
349
  include Headmaster::CustomFinderMethods
350
350
  include Headmaster::QueryMethodsReturningAssociationRelation
351
- Elem = type_member(fixed: Headmaster)
351
+ Elem = type_member {{fixed: Headmaster}}
352
352
 
353
353
  sig { params(records: T.any(Headmaster, T::Array[Headmaster])).returns(T.self_type) }
354
354
  def <<(*records); end
@@ -305,20 +305,20 @@ class ActiveRecord::InternalMetadata::ActiveRecord_Relation < ActiveRecord::Rela
305
305
  include ActiveRecord::InternalMetadata::ActiveRelation_WhereNot
306
306
  include ActiveRecord::InternalMetadata::CustomFinderMethods
307
307
  include ActiveRecord::InternalMetadata::QueryMethodsReturningRelation
308
- Elem = type_member(fixed: ActiveRecord::InternalMetadata)
308
+ Elem = type_member {{fixed: ActiveRecord::InternalMetadata}}
309
309
  end
310
310
 
311
311
  class ActiveRecord::InternalMetadata::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
312
312
  include ActiveRecord::InternalMetadata::ActiveRelation_WhereNot
313
313
  include ActiveRecord::InternalMetadata::CustomFinderMethods
314
314
  include ActiveRecord::InternalMetadata::QueryMethodsReturningAssociationRelation
315
- Elem = type_member(fixed: ActiveRecord::InternalMetadata)
315
+ Elem = type_member {{fixed: ActiveRecord::InternalMetadata}}
316
316
  end
317
317
 
318
318
  class ActiveRecord::InternalMetadata::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
319
319
  include ActiveRecord::InternalMetadata::CustomFinderMethods
320
320
  include ActiveRecord::InternalMetadata::QueryMethodsReturningAssociationRelation
321
- Elem = type_member(fixed: ActiveRecord::InternalMetadata)
321
+ Elem = type_member {{fixed: ActiveRecord::InternalMetadata}}
322
322
 
323
323
  sig { params(records: T.any(ActiveRecord::InternalMetadata, T::Array[ActiveRecord::InternalMetadata])).returns(T.self_type) }
324
324
  def <<(*records); end
@@ -287,20 +287,20 @@ class Potion::ActiveRecord_Relation < ActiveRecord::Relation
287
287
  include Potion::ActiveRelation_WhereNot
288
288
  include Potion::CustomFinderMethods
289
289
  include Potion::QueryMethodsReturningRelation
290
- Elem = type_member(fixed: Potion)
290
+ Elem = type_member {{fixed: Potion}}
291
291
  end
292
292
 
293
293
  class Potion::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
294
294
  include Potion::ActiveRelation_WhereNot
295
295
  include Potion::CustomFinderMethods
296
296
  include Potion::QueryMethodsReturningAssociationRelation
297
- Elem = type_member(fixed: Potion)
297
+ Elem = type_member {{fixed: Potion}}
298
298
  end
299
299
 
300
300
  class Potion::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
301
301
  include Potion::CustomFinderMethods
302
302
  include Potion::QueryMethodsReturningAssociationRelation
303
- Elem = type_member(fixed: Potion)
303
+ Elem = type_member {{fixed: Potion}}
304
304
 
305
305
  sig { params(records: T.any(Potion, T::Array[Potion])).returns(T.self_type) }
306
306
  def <<(*records); end
@@ -308,20 +308,20 @@ class Robe::ActiveRecord_Relation < ActiveRecord::Relation
308
308
  include Robe::ActiveRelation_WhereNot
309
309
  include Robe::CustomFinderMethods
310
310
  include Robe::QueryMethodsReturningRelation
311
- Elem = type_member(fixed: Robe)
311
+ Elem = type_member {{fixed: Robe}}
312
312
  end
313
313
 
314
314
  class Robe::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
315
315
  include Robe::ActiveRelation_WhereNot
316
316
  include Robe::CustomFinderMethods
317
317
  include Robe::QueryMethodsReturningAssociationRelation
318
- Elem = type_member(fixed: Robe)
318
+ Elem = type_member {{fixed: Robe}}
319
319
  end
320
320
 
321
321
  class Robe::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
322
322
  include Robe::CustomFinderMethods
323
323
  include Robe::QueryMethodsReturningAssociationRelation
324
- Elem = type_member(fixed: Robe)
324
+ Elem = type_member {{fixed: Robe}}
325
325
 
326
326
  sig { params(records: T.any(Robe, T::Array[Robe])).returns(T.self_type) }
327
327
  def <<(*records); end
@@ -278,20 +278,20 @@ class ActiveRecord::SchemaMigration::ActiveRecord_Relation < ActiveRecord::Relat
278
278
  include ActiveRecord::SchemaMigration::ActiveRelation_WhereNot
279
279
  include ActiveRecord::SchemaMigration::CustomFinderMethods
280
280
  include ActiveRecord::SchemaMigration::QueryMethodsReturningRelation
281
- Elem = type_member(fixed: ActiveRecord::SchemaMigration)
281
+ Elem = type_member {{fixed: ActiveRecord::SchemaMigration}}
282
282
  end
283
283
 
284
284
  class ActiveRecord::SchemaMigration::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
285
285
  include ActiveRecord::SchemaMigration::ActiveRelation_WhereNot
286
286
  include ActiveRecord::SchemaMigration::CustomFinderMethods
287
287
  include ActiveRecord::SchemaMigration::QueryMethodsReturningAssociationRelation
288
- Elem = type_member(fixed: ActiveRecord::SchemaMigration)
288
+ Elem = type_member {{fixed: ActiveRecord::SchemaMigration}}
289
289
  end
290
290
 
291
291
  class ActiveRecord::SchemaMigration::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
292
292
  include ActiveRecord::SchemaMigration::CustomFinderMethods
293
293
  include ActiveRecord::SchemaMigration::QueryMethodsReturningAssociationRelation
294
- Elem = type_member(fixed: ActiveRecord::SchemaMigration)
294
+ Elem = type_member {{fixed: ActiveRecord::SchemaMigration}}
295
295
 
296
296
  sig { params(records: T.any(ActiveRecord::SchemaMigration, T::Array[ActiveRecord::SchemaMigration])).returns(T.self_type) }
297
297
  def <<(*records); end
@@ -308,20 +308,20 @@ class School::ActiveRecord_Relation < ActiveRecord::Relation
308
308
  include School::ActiveRelation_WhereNot
309
309
  include School::CustomFinderMethods
310
310
  include School::QueryMethodsReturningRelation
311
- Elem = type_member(fixed: School)
311
+ Elem = type_member {{fixed: School}}
312
312
  end
313
313
 
314
314
  class School::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
315
315
  include School::ActiveRelation_WhereNot
316
316
  include School::CustomFinderMethods
317
317
  include School::QueryMethodsReturningAssociationRelation
318
- Elem = type_member(fixed: School)
318
+ Elem = type_member {{fixed: School}}
319
319
  end
320
320
 
321
321
  class School::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
322
322
  include School::CustomFinderMethods
323
323
  include School::QueryMethodsReturningAssociationRelation
324
- Elem = type_member(fixed: School)
324
+ Elem = type_member {{fixed: School}}
325
325
 
326
326
  sig { params(records: T.any(School, T::Array[School])).returns(T.self_type) }
327
327
  def <<(*records); end
@@ -326,20 +326,20 @@ class Spell::HABTM_SpellBooks::ActiveRecord_Relation < ActiveRecord::Relation
326
326
  include Spell::HABTM_SpellBooks::ActiveRelation_WhereNot
327
327
  include Spell::HABTM_SpellBooks::CustomFinderMethods
328
328
  include Spell::HABTM_SpellBooks::QueryMethodsReturningRelation
329
- Elem = type_member(fixed: Spell::HABTM_SpellBooks)
329
+ Elem = type_member {{fixed: Spell::HABTM_SpellBooks}}
330
330
  end
331
331
 
332
332
  class Spell::HABTM_SpellBooks::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
333
333
  include Spell::HABTM_SpellBooks::ActiveRelation_WhereNot
334
334
  include Spell::HABTM_SpellBooks::CustomFinderMethods
335
335
  include Spell::HABTM_SpellBooks::QueryMethodsReturningAssociationRelation
336
- Elem = type_member(fixed: Spell::HABTM_SpellBooks)
336
+ Elem = type_member {{fixed: Spell::HABTM_SpellBooks}}
337
337
  end
338
338
 
339
339
  class Spell::HABTM_SpellBooks::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
340
340
  include Spell::HABTM_SpellBooks::CustomFinderMethods
341
341
  include Spell::HABTM_SpellBooks::QueryMethodsReturningAssociationRelation
342
- Elem = type_member(fixed: Spell::HABTM_SpellBooks)
342
+ Elem = type_member {{fixed: Spell::HABTM_SpellBooks}}
343
343
 
344
344
  sig { params(records: T.any(Spell::HABTM_SpellBooks, T::Array[Spell::HABTM_SpellBooks])).returns(T.self_type) }
345
345
  def <<(*records); end
@@ -299,20 +299,20 @@ class Spell::ActiveRecord_Relation < ActiveRecord::Relation
299
299
  include Spell::ActiveRelation_WhereNot
300
300
  include Spell::CustomFinderMethods
301
301
  include Spell::QueryMethodsReturningRelation
302
- Elem = type_member(fixed: Spell)
302
+ Elem = type_member {{fixed: Spell}}
303
303
  end
304
304
 
305
305
  class Spell::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
306
306
  include Spell::ActiveRelation_WhereNot
307
307
  include Spell::CustomFinderMethods
308
308
  include Spell::QueryMethodsReturningAssociationRelation
309
- Elem = type_member(fixed: Spell)
309
+ Elem = type_member {{fixed: Spell}}
310
310
  end
311
311
 
312
312
  class Spell::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
313
313
  include Spell::CustomFinderMethods
314
314
  include Spell::QueryMethodsReturningAssociationRelation
315
- Elem = type_member(fixed: Spell)
315
+ Elem = type_member {{fixed: Spell}}
316
316
 
317
317
  sig { params(records: T.any(Spell, T::Array[Spell])).returns(T.self_type) }
318
318
  def <<(*records); end
@@ -171,7 +171,7 @@ class SpellBook::HABTM_SpellBooks::ActiveRecord_Relation < ActiveRecord::Relatio
171
171
  include Enumerable
172
172
  extend T::Sig
173
173
  extend T::Generic
174
- Elem = type_member(fixed: SpellBook::HABTM_SpellBooks)
174
+ Elem = type_member {{fixed: SpellBook::HABTM_SpellBooks}}
175
175
 
176
176
  sig { returns(SpellBook::HABTM_SpellBooks::ActiveRecord_Relation) }
177
177
  def all; end
@@ -297,7 +297,7 @@ class SpellBook::HABTM_SpellBooks::ActiveRecord_AssociationRelation < ActiveReco
297
297
  include Enumerable
298
298
  extend T::Sig
299
299
  extend T::Generic
300
- Elem = type_member(fixed: SpellBook::HABTM_SpellBooks)
300
+ Elem = type_member {{fixed: SpellBook::HABTM_SpellBooks}}
301
301
 
302
302
  sig { returns(SpellBook::HABTM_SpellBooks::ActiveRecord_AssociationRelation) }
303
303
  def all; end
@@ -493,7 +493,7 @@ class SpellBook::HABTM_SpellBooks::ActiveRecord_Associations_CollectionProxy < A
493
493
  include Enumerable
494
494
  extend T::Sig
495
495
  extend T::Generic
496
- Elem = type_member(fixed: SpellBook::HABTM_SpellBooks)
496
+ Elem = type_member {{fixed: SpellBook::HABTM_SpellBooks}}
497
497
 
498
498
  sig { returns(SpellBook::HABTM_SpellBooks::ActiveRecord_AssociationRelation) }
499
499
  def all; end
@@ -326,20 +326,20 @@ class SpellBook::HABTM_Spells::ActiveRecord_Relation < ActiveRecord::Relation
326
326
  include SpellBook::HABTM_Spells::ActiveRelation_WhereNot
327
327
  include SpellBook::HABTM_Spells::CustomFinderMethods
328
328
  include SpellBook::HABTM_Spells::QueryMethodsReturningRelation
329
- Elem = type_member(fixed: SpellBook::HABTM_Spells)
329
+ Elem = type_member {{fixed: SpellBook::HABTM_Spells}}
330
330
  end
331
331
 
332
332
  class SpellBook::HABTM_Spells::ActiveRecord_AssociationRelation < ActiveRecord::AssociationRelation
333
333
  include SpellBook::HABTM_Spells::ActiveRelation_WhereNot
334
334
  include SpellBook::HABTM_Spells::CustomFinderMethods
335
335
  include SpellBook::HABTM_Spells::QueryMethodsReturningAssociationRelation
336
- Elem = type_member(fixed: SpellBook::HABTM_Spells)
336
+ Elem = type_member {{fixed: SpellBook::HABTM_Spells}}
337
337
  end
338
338
 
339
339
  class SpellBook::HABTM_Spells::ActiveRecord_Associations_CollectionProxy < ActiveRecord::Associations::CollectionProxy
340
340
  include SpellBook::HABTM_Spells::CustomFinderMethods
341
341
  include SpellBook::HABTM_Spells::QueryMethodsReturningAssociationRelation
342
- Elem = type_member(fixed: SpellBook::HABTM_Spells)
342
+ Elem = type_member {{fixed: SpellBook::HABTM_Spells}}
343
343
 
344
344
  sig { params(records: T.any(SpellBook::HABTM_Spells, T::Array[SpellBook::HABTM_Spells])).returns(T.self_type) }
345
345
  def <<(*records); end