lunchmoney 1.4.0 → 1.4.1

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 (59) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +7 -0
  3. data/.github/workflows/build_and_publish_yard_docs.yml +2 -2
  4. data/.github/workflows/ci.yml +1 -1
  5. data/.ruby-version +1 -1
  6. data/.simplecov +1 -0
  7. data/Gemfile +2 -2
  8. data/Gemfile.lock +65 -57
  9. data/lib/lunchmoney/api.rb +1 -0
  10. data/lib/lunchmoney/calls/categories.rb +0 -2
  11. data/lib/lunchmoney/calls/transactions.rb +0 -1
  12. data/lib/lunchmoney/deprecate.rb +35 -0
  13. data/lib/lunchmoney/objects/asset.rb +6 -1
  14. data/lib/lunchmoney/objects/plaid_account.rb +6 -1
  15. data/lib/lunchmoney/version.rb +1 -1
  16. data/sorbet/rbi/annotations/activesupport.rbi +5 -0
  17. data/sorbet/rbi/gems/{activesupport@7.2.1.rbi → activesupport@7.2.2.1.rbi} +109 -86
  18. data/sorbet/rbi/gems/benchmark@0.4.0.rbi +618 -0
  19. data/sorbet/rbi/gems/{concurrent-ruby@1.3.4.rbi → concurrent-ruby@1.3.5.rbi} +44 -32
  20. data/sorbet/rbi/gems/{connection_pool@2.4.1.rbi → connection_pool@2.5.0.rbi} +1 -0
  21. data/sorbet/rbi/gems/{dotenv@3.1.2.rbi → dotenv@3.1.7.rbi} +21 -29
  22. data/sorbet/rbi/gems/{erubi@1.13.0.rbi → erubi@1.13.1.rbi} +14 -9
  23. data/sorbet/rbi/gems/{faraday-net_http@3.1.1.rbi → faraday-net_http@3.4.0.rbi} +34 -34
  24. data/sorbet/rbi/gems/{faraday@2.10.1.rbi → faraday@2.12.2.rbi} +43 -34
  25. data/sorbet/rbi/gems/{i18n@1.14.5.rbi → i18n@1.14.7.rbi} +80 -80
  26. data/sorbet/rbi/gems/{json@2.7.2.rbi → json@2.10.2.rbi} +697 -146
  27. data/sorbet/rbi/gems/language_server-protocol@3.17.0.4.rbi +9 -0
  28. data/sorbet/rbi/gems/{logger@1.6.0.rbi → logger@1.6.6.rbi} +109 -72
  29. data/sorbet/rbi/gems/{minitest@5.25.1.rbi → minitest@5.25.5.rbi} +227 -220
  30. data/sorbet/rbi/gems/{mocha@2.4.5.rbi → mocha@2.7.1.rbi} +154 -118
  31. data/sorbet/rbi/gems/{net-http@0.4.1.rbi → net-http@0.6.0.rbi} +360 -181
  32. data/sorbet/rbi/gems/{parser@3.3.4.2.rbi → parser@3.3.7.1.rbi} +23 -17
  33. data/sorbet/rbi/gems/{prism@0.30.0.rbi → prism@1.4.0.rbi} +12440 -9920
  34. data/sorbet/rbi/gems/{rack@3.1.7.rbi → rack@3.1.9.rbi} +91 -83
  35. data/sorbet/rbi/gems/rbi@0.3.1.rbi +6599 -0
  36. data/sorbet/rbi/gems/rbs@3.9.0.rbi +6978 -0
  37. data/sorbet/rbi/gems/{regexp_parser@2.9.2.rbi → regexp_parser@2.10.0.rbi} +193 -170
  38. data/sorbet/rbi/gems/{rexml@3.3.6.rbi → rexml@3.4.1.rbi} +541 -114
  39. data/sorbet/rbi/gems/{rubocop-ast@1.32.1.rbi → rubocop-ast@1.38.0.rbi} +1224 -622
  40. data/sorbet/rbi/gems/{rubocop-minitest@0.35.1.rbi → rubocop-minitest@0.36.0.rbi} +5 -5
  41. data/sorbet/rbi/gems/{rubocop-rails@2.26.0.rbi → rubocop-rails@2.29.1.rbi} +9412 -6480
  42. data/sorbet/rbi/gems/{rubocop-sorbet@0.8.5.rbi → rubocop-sorbet@0.8.7.rbi} +44 -1
  43. data/sorbet/rbi/gems/{rubocop@1.65.1.rbi → rubocop@1.71.2.rbi} +5606 -3467
  44. data/sorbet/rbi/gems/{securerandom@0.3.1.rbi → securerandom@0.4.1.rbi} +7 -5
  45. data/sorbet/rbi/gems/{spoom@1.4.2.rbi → spoom@1.6.1.rbi} +3315 -973
  46. data/sorbet/rbi/gems/{tapioca@0.16.1.rbi → tapioca@0.16.11.rbi} +300 -234
  47. data/sorbet/rbi/gems/{thor@1.3.1.rbi → thor@1.3.2.rbi} +58 -31
  48. data/sorbet/rbi/gems/unicode-display_width@3.1.4.rbi +132 -0
  49. data/sorbet/rbi/gems/unicode-emoji@4.0.4.rbi +251 -0
  50. data/sorbet/rbi/gems/{uri@0.13.0.rbi → uri@1.0.3.rbi} +278 -256
  51. data/sorbet/rbi/gems/{webmock@3.23.1.rbi → webmock@3.25.1.rbi} +101 -78
  52. data/sorbet/rbi/gems/{yard@0.9.36.rbi → yard@0.9.37.rbi} +394 -235
  53. metadata +42 -44
  54. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +0 -14237
  55. data/sorbet/rbi/gems/rbi@0.1.14.rbi +0 -3305
  56. data/sorbet/rbi/gems/strscan@3.1.0.rbi +0 -9
  57. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +0 -65
  58. /data/sorbet/rbi/gems/{bigdecimal@3.1.8.rbi → bigdecimal@3.1.9.rbi} +0 -0
  59. /data/sorbet/rbi/gems/{hashdiff@1.1.1.rbi → hashdiff@1.1.2.rbi} +0 -0
@@ -503,7 +503,7 @@ class ActiveSupport::BroadcastLogger
503
503
  def <<(message); end
504
504
 
505
505
  # source://activesupport//lib/active_support/broadcast_logger.rb#116
506
- def add(*args, &block); end
506
+ def add(*_arg0, **_arg1, &_arg2); end
507
507
 
508
508
  # Add logger(s) to the broadcast.
509
509
  #
@@ -522,7 +522,7 @@ class ActiveSupport::BroadcastLogger
522
522
  def close; end
523
523
 
524
524
  # source://activesupport//lib/active_support/broadcast_logger.rb#121
525
- def debug(*args, &block); end
525
+ def debug(*_arg0, **_arg1, &_arg2); end
526
526
 
527
527
  # Sets the log level to Logger::DEBUG for the whole broadcast.
528
528
  #
@@ -538,7 +538,7 @@ class ActiveSupport::BroadcastLogger
538
538
  def debug?; end
539
539
 
540
540
  # source://activesupport//lib/active_support/broadcast_logger.rb#133
541
- def error(*args, &block); end
541
+ def error(*_arg0, **_arg1, &_arg2); end
542
542
 
543
543
  # Sets the log level to Logger::ERROR for the whole broadcast.
544
544
  #
@@ -554,7 +554,7 @@ class ActiveSupport::BroadcastLogger
554
554
  def error?; end
555
555
 
556
556
  # source://activesupport//lib/active_support/broadcast_logger.rb#137
557
- def fatal(*args, &block); end
557
+ def fatal(*_arg0, **_arg1, &_arg2); end
558
558
 
559
559
  # Sets the log level to Logger::FATAL for the whole broadcast.
560
560
  #
@@ -578,7 +578,7 @@ class ActiveSupport::BroadcastLogger
578
578
  def formatter=(formatter); end
579
579
 
580
580
  # source://activesupport//lib/active_support/broadcast_logger.rb#125
581
- def info(*args, &block); end
581
+ def info(*_arg0, **_arg1, &_arg2); end
582
582
 
583
583
  # Sets the log level to Logger::INFO for the whole broadcast.
584
584
  #
@@ -603,7 +603,7 @@ class ActiveSupport::BroadcastLogger
603
603
  def local_level=(level); end
604
604
 
605
605
  # source://activesupport//lib/active_support/broadcast_logger.rb#116
606
- def log(*args, &block); end
606
+ def log(*_arg0, **_arg1, &_arg2); end
607
607
 
608
608
  # Returns the value of attribute progname.
609
609
  #
@@ -638,10 +638,10 @@ class ActiveSupport::BroadcastLogger
638
638
  def stop_broadcasting_to(logger); end
639
639
 
640
640
  # source://activesupport//lib/active_support/broadcast_logger.rb#141
641
- def unknown(*args, &block); end
641
+ def unknown(*_arg0, **_arg1, &_arg2); end
642
642
 
643
643
  # source://activesupport//lib/active_support/broadcast_logger.rb#129
644
- def warn(*args, &block); end
644
+ def warn(*_arg0, **_arg1, &_arg2); end
645
645
 
646
646
  # Sets the log level to Logger::WARN for the whole broadcast.
647
647
  #
@@ -3636,7 +3636,7 @@ class ActiveSupport::CurrentAttributes
3636
3636
 
3637
3637
  # @return [CurrentAttributes] a new instance of CurrentAttributes
3638
3638
  #
3639
- # source://activesupport//lib/active_support/current_attributes.rb#197
3639
+ # source://activesupport//lib/active_support/current_attributes.rb#199
3640
3640
  def initialize; end
3641
3641
 
3642
3642
  # source://activesupport//lib/active_support/callbacks.rb#70
@@ -3653,25 +3653,25 @@ class ActiveSupport::CurrentAttributes
3653
3653
 
3654
3654
  # Returns the value of attribute attributes.
3655
3655
  #
3656
- # source://activesupport//lib/active_support/current_attributes.rb#195
3656
+ # source://activesupport//lib/active_support/current_attributes.rb#197
3657
3657
  def attributes; end
3658
3658
 
3659
3659
  # Sets the attribute attributes
3660
3660
  #
3661
3661
  # @param value the value to set the attribute attributes to.
3662
3662
  #
3663
- # source://activesupport//lib/active_support/current_attributes.rb#195
3663
+ # source://activesupport//lib/active_support/current_attributes.rb#197
3664
3664
  def attributes=(_arg0); end
3665
3665
 
3666
- # source://activesupport//lib/active_support/current_attributes.rb#193
3666
+ # source://activesupport//lib/active_support/current_attributes.rb#195
3667
3667
  def defaults; end
3668
3668
 
3669
- # source://activesupport//lib/active_support/current_attributes.rb#193
3669
+ # source://activesupport//lib/active_support/current_attributes.rb#195
3670
3670
  def defaults?; end
3671
3671
 
3672
3672
  # Reset all attributes. Should be called before and after actions, when used as a per-request singleton.
3673
3673
  #
3674
- # source://activesupport//lib/active_support/current_attributes.rb#216
3674
+ # source://activesupport//lib/active_support/current_attributes.rb#218
3675
3675
  def reset; end
3676
3676
 
3677
3677
  # Expose one or more attributes within a block. Old values are returned after the block concludes.
@@ -3685,12 +3685,12 @@ class ActiveSupport::CurrentAttributes
3685
3685
  # end
3686
3686
  # end
3687
3687
  #
3688
- # source://activesupport//lib/active_support/current_attributes.rb#211
3688
+ # source://activesupport//lib/active_support/current_attributes.rb#213
3689
3689
  def set(attributes, &block); end
3690
3690
 
3691
3691
  private
3692
3692
 
3693
- # source://activesupport//lib/active_support/current_attributes.rb#223
3693
+ # source://activesupport//lib/active_support/current_attributes.rb#225
3694
3694
  def resolve_defaults; end
3695
3695
 
3696
3696
  class << self
@@ -3711,7 +3711,7 @@ class ActiveSupport::CurrentAttributes
3711
3711
 
3712
3712
  # Calls this callback after #reset is called on the instance. Used for resetting external collaborators, like Time.zone.
3713
3713
  #
3714
- # source://activesupport//lib/active_support/current_attributes.rb#147
3714
+ # source://activesupport//lib/active_support/current_attributes.rb#149
3715
3715
  def after_reset(*methods, &block); end
3716
3716
 
3717
3717
  # Declares one or more attributes that will be given both class and instance accessor methods.
@@ -3723,67 +3723,67 @@ class ActiveSupport::CurrentAttributes
3723
3723
  # constructed. Otherwise, the value will be duplicated with +#dup+.
3724
3724
  # Default values are re-assigned when the attributes are reset.
3725
3725
  #
3726
- # source://activesupport//lib/active_support/current_attributes.rb#112
3726
+ # source://activesupport//lib/active_support/current_attributes.rb#114
3727
3727
  def attribute(*names, default: T.unsafe(nil)); end
3728
3728
 
3729
3729
  # Calls this callback before #reset is called on the instance. Used for resetting external collaborators that depend on current values.
3730
3730
  #
3731
- # source://activesupport//lib/active_support/current_attributes.rb#142
3731
+ # source://activesupport//lib/active_support/current_attributes.rb#144
3732
3732
  def before_reset(*methods, &block); end
3733
3733
 
3734
- # source://activesupport//lib/active_support/current_attributes.rb#158
3734
+ # source://activesupport//lib/active_support/current_attributes.rb#160
3735
3735
  def clear_all; end
3736
3736
 
3737
- # source://activesupport//lib/active_support/current_attributes.rb#193
3737
+ # source://activesupport//lib/active_support/current_attributes.rb#195
3738
3738
  def defaults; end
3739
3739
 
3740
- # source://activesupport//lib/active_support/current_attributes.rb#193
3740
+ # source://activesupport//lib/active_support/current_attributes.rb#195
3741
3741
  def defaults=(value); end
3742
3742
 
3743
- # source://activesupport//lib/active_support/current_attributes.rb#193
3743
+ # source://activesupport//lib/active_support/current_attributes.rb#195
3744
3744
  def defaults?; end
3745
3745
 
3746
3746
  # Returns singleton instance for this class in this thread. If none exists, one is created.
3747
3747
  #
3748
- # source://activesupport//lib/active_support/current_attributes.rb#100
3748
+ # source://activesupport//lib/active_support/current_attributes.rb#102
3749
3749
  def instance; end
3750
3750
 
3751
- # source://activesupport//lib/active_support/current_attributes.rb#152
3751
+ # source://activesupport//lib/active_support/current_attributes.rb#154
3752
3752
  def reset(*_arg0, **_arg1, &_arg2); end
3753
3753
 
3754
- # source://activesupport//lib/active_support/current_attributes.rb#154
3754
+ # source://activesupport//lib/active_support/current_attributes.rb#156
3755
3755
  def reset_all; end
3756
3756
 
3757
3757
  # Calls this callback after #reset is called on the instance. Used for resetting external collaborators, like Time.zone.
3758
3758
  #
3759
- # source://activesupport//lib/active_support/current_attributes.rb#147
3759
+ # source://activesupport//lib/active_support/current_attributes.rb#149
3760
3760
  def resets(*methods, &block); end
3761
3761
 
3762
- # source://activesupport//lib/active_support/current_attributes.rb#152
3762
+ # source://activesupport//lib/active_support/current_attributes.rb#154
3763
3763
  def set(*_arg0, **_arg1, &_arg2); end
3764
3764
 
3765
3765
  private
3766
3766
 
3767
- # source://activesupport//lib/active_support/current_attributes.rb#168
3767
+ # source://activesupport//lib/active_support/current_attributes.rb#170
3768
3768
  def current_instances; end
3769
3769
 
3770
- # source://activesupport//lib/active_support/current_attributes.rb#172
3770
+ # source://activesupport//lib/active_support/current_attributes.rb#174
3771
3771
  def current_instances_key; end
3772
3772
 
3773
- # source://activesupport//lib/active_support/current_attributes.rb#164
3773
+ # source://activesupport//lib/active_support/current_attributes.rb#166
3774
3774
  def generated_attribute_methods; end
3775
3775
 
3776
3776
  # @private
3777
3777
  #
3778
- # source://activesupport//lib/active_support/current_attributes.rb#184
3778
+ # source://activesupport//lib/active_support/current_attributes.rb#186
3779
3779
  def method_added(name); end
3780
3780
 
3781
- # source://activesupport//lib/active_support/current_attributes.rb#176
3781
+ # source://activesupport//lib/active_support/current_attributes.rb#178
3782
3782
  def method_missing(name, *_arg1, **_arg2, &_arg3); end
3783
3783
 
3784
3784
  # @return [Boolean]
3785
3785
  #
3786
- # source://activesupport//lib/active_support/current_attributes.rb#180
3786
+ # source://activesupport//lib/active_support/current_attributes.rb#182
3787
3787
  def respond_to_missing?(name, _); end
3788
3788
  end
3789
3789
  end
@@ -3791,6 +3791,9 @@ end
3791
3791
  # source://activesupport//lib/active_support/current_attributes.rb#96
3792
3792
  ActiveSupport::CurrentAttributes::INVALID_ATTRIBUTE_NAMES = T.let(T.unsafe(nil), Array)
3793
3793
 
3794
+ # source://activesupport//lib/active_support/current_attributes.rb#98
3795
+ ActiveSupport::CurrentAttributes::NOT_SET = T.let(T.unsafe(nil), Object)
3796
+
3794
3797
  # Provides +deep_merge+ and +deep_merge!+ methods. Expects the including class
3795
3798
  # to provide a <tt>merge!(other, &block)</tt> method.
3796
3799
  #
@@ -10924,43 +10927,43 @@ class ActiveSupport::TestCase < ::Minitest::Test
10924
10927
  # source://activesupport//lib/active_support/callbacks.rb#924
10925
10928
  def _teardown_callbacks; end
10926
10929
 
10927
- # source://minitest/5.25.1/lib/minitest/assertions.rb#731
10930
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#731
10928
10931
  def assert_no_match(matcher, obj, msg = T.unsafe(nil)); end
10929
10932
 
10930
- # source://minitest/5.25.1/lib/minitest/assertions.rb#660
10933
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#660
10931
10934
  def assert_not_empty(obj, msg = T.unsafe(nil)); end
10932
10935
 
10933
- # source://minitest/5.25.1/lib/minitest/assertions.rb#671
10936
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#671
10934
10937
  def assert_not_equal(exp, act, msg = T.unsafe(nil)); end
10935
10938
 
10936
- # source://minitest/5.25.1/lib/minitest/assertions.rb#683
10939
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#683
10937
10940
  def assert_not_in_delta(exp, act, delta = T.unsafe(nil), msg = T.unsafe(nil)); end
10938
10941
 
10939
- # source://minitest/5.25.1/lib/minitest/assertions.rb#695
10942
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#695
10940
10943
  def assert_not_in_epsilon(a, b, epsilon = T.unsafe(nil), msg = T.unsafe(nil)); end
10941
10944
 
10942
- # source://minitest/5.25.1/lib/minitest/assertions.rb#702
10945
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#702
10943
10946
  def assert_not_includes(collection, obj, msg = T.unsafe(nil)); end
10944
10947
 
10945
- # source://minitest/5.25.1/lib/minitest/assertions.rb#713
10948
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#713
10946
10949
  def assert_not_instance_of(cls, obj, msg = T.unsafe(nil)); end
10947
10950
 
10948
- # source://minitest/5.25.1/lib/minitest/assertions.rb#723
10951
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#723
10949
10952
  def assert_not_kind_of(cls, obj, msg = T.unsafe(nil)); end
10950
10953
 
10951
- # source://minitest/5.25.1/lib/minitest/assertions.rb#741
10954
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#741
10952
10955
  def assert_not_nil(obj, msg = T.unsafe(nil)); end
10953
10956
 
10954
- # source://minitest/5.25.1/lib/minitest/assertions.rb#776
10957
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#776
10955
10958
  def assert_not_operator(o1, op, o2 = T.unsafe(nil), msg = T.unsafe(nil)); end
10956
10959
 
10957
- # source://minitest/5.25.1/lib/minitest/assertions.rb#799
10960
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#799
10958
10961
  def assert_not_predicate(o1, op, msg = T.unsafe(nil)); end
10959
10962
 
10960
- # source://minitest/5.25.1/lib/minitest/assertions.rb#808
10963
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#808
10961
10964
  def assert_not_respond_to(obj, meth, msg = T.unsafe(nil), include_all: T.unsafe(nil)); end
10962
10965
 
10963
- # source://minitest/5.25.1/lib/minitest/assertions.rb#817
10966
+ # source://minitest/5.25.2/lib/minitest/assertions.rb#817
10964
10967
  def assert_not_same(exp, act, msg = T.unsafe(nil)); end
10965
10968
 
10966
10969
  # source://activesupport//lib/active_support/testing/file_fixtures.rb#20
@@ -10972,7 +10975,7 @@ class ActiveSupport::TestCase < ::Minitest::Test
10972
10975
  # source://activesupport//lib/active_support/test_case.rb#300
10973
10976
  def inspect; end
10974
10977
 
10975
- # source://minitest/5.25.1/lib/minitest.rb#375
10978
+ # source://minitest/5.25.2/lib/minitest.rb#376
10976
10979
  def method_name; end
10977
10980
 
10978
10981
  class << self
@@ -11601,43 +11604,43 @@ module ActiveSupport::Testing::FileFixtures
11601
11604
  end
11602
11605
  end
11603
11606
 
11604
- # source://activesupport//lib/active_support/testing/isolation.rb#5
11607
+ # source://activesupport//lib/active_support/testing/isolation.rb#7
11605
11608
  module ActiveSupport::Testing::Isolation
11606
11609
  include ::ActiveSupport::Testing::Isolation::Forking
11607
11610
 
11608
- # source://activesupport//lib/active_support/testing/isolation.rb#20
11611
+ # source://activesupport//lib/active_support/testing/isolation.rb#22
11609
11612
  def run; end
11610
11613
 
11611
11614
  class << self
11612
11615
  # @return [Boolean]
11613
11616
  #
11614
- # source://activesupport//lib/active_support/testing/isolation.rb#16
11617
+ # source://activesupport//lib/active_support/testing/isolation.rb#18
11615
11618
  def forking_env?; end
11616
11619
 
11617
- # source://activesupport//lib/active_support/testing/isolation.rb#10
11620
+ # source://activesupport//lib/active_support/testing/isolation.rb#12
11618
11621
  def included(klass); end
11619
11622
  end
11620
11623
  end
11621
11624
 
11622
- # source://activesupport//lib/active_support/testing/isolation.rb#35
11625
+ # source://activesupport//lib/active_support/testing/isolation.rb#37
11623
11626
  module ActiveSupport::Testing::Isolation::Forking
11624
- # source://activesupport//lib/active_support/testing/isolation.rb#36
11627
+ # source://activesupport//lib/active_support/testing/isolation.rb#38
11625
11628
  def run_in_isolation(&blk); end
11626
11629
  end
11627
11630
 
11628
- # source://activesupport//lib/active_support/testing/isolation.rb#73
11631
+ # source://activesupport//lib/active_support/testing/isolation.rb#75
11629
11632
  module ActiveSupport::Testing::Isolation::Subprocess
11630
11633
  # Complicated H4X to get this working in Windows / JRuby with
11631
11634
  # no forking.
11632
11635
  #
11633
- # source://activesupport//lib/active_support/testing/isolation.rb#78
11636
+ # source://activesupport//lib/active_support/testing/isolation.rb#80
11634
11637
  def run_in_isolation(&blk); end
11635
11638
  end
11636
11639
 
11637
- # source://activesupport//lib/active_support/testing/isolation.rb#74
11640
+ # source://activesupport//lib/active_support/testing/isolation.rb#76
11638
11641
  ActiveSupport::Testing::Isolation::Subprocess::ORIG_ARGV = T.let(T.unsafe(nil), Array)
11639
11642
 
11640
- # source://activesupport//lib/active_support/testing/isolation.rb#8
11643
+ # source://activesupport//lib/active_support/testing/isolation.rb#10
11641
11644
  class ActiveSupport::Testing::Isolation::SubprocessCrashed < ::StandardError; end
11642
11645
 
11643
11646
  # source://activesupport//lib/active_support/testing/parallelization/server.rb#8
@@ -11681,40 +11684,62 @@ class ActiveSupport::Testing::Parallelization
11681
11684
  end
11682
11685
 
11683
11686
  # source://activesupport//lib/active_support/testing/parallelization/server.rb#9
11687
+ class ActiveSupport::Testing::Parallelization::PrerecordResultClass < ::Struct
11688
+ # Returns the value of attribute name
11689
+ #
11690
+ # @return [Object] the current value of name
11691
+ def name; end
11692
+
11693
+ # Sets the attribute name
11694
+ #
11695
+ # @param value [Object] the value to set the attribute name to.
11696
+ # @return [Object] the newly set value
11697
+ def name=(_); end
11698
+
11699
+ class << self
11700
+ def [](*_arg0); end
11701
+ def inspect; end
11702
+ def keyword_init?; end
11703
+ def members; end
11704
+ def new(*_arg0); end
11705
+ end
11706
+ end
11707
+
11708
+ # source://activesupport//lib/active_support/testing/parallelization/server.rb#11
11684
11709
  class ActiveSupport::Testing::Parallelization::Server
11685
11710
  include ::DRb::DRbUndumped
11686
11711
 
11687
11712
  # @return [Server] a new instance of Server
11688
11713
  #
11689
- # source://activesupport//lib/active_support/testing/parallelization/server.rb#12
11714
+ # source://activesupport//lib/active_support/testing/parallelization/server.rb#14
11690
11715
  def initialize; end
11691
11716
 
11692
- # source://activesupport//lib/active_support/testing/parallelization/server.rb#28
11717
+ # source://activesupport//lib/active_support/testing/parallelization/server.rb#31
11693
11718
  def <<(o); end
11694
11719
 
11695
11720
  # @return [Boolean]
11696
11721
  #
11697
- # source://activesupport//lib/active_support/testing/parallelization/server.rb#48
11722
+ # source://activesupport//lib/active_support/testing/parallelization/server.rb#51
11698
11723
  def active_workers?; end
11699
11724
 
11700
- # source://activesupport//lib/active_support/testing/parallelization/server.rb#52
11725
+ # source://activesupport//lib/active_support/testing/parallelization/server.rb#55
11701
11726
  def interrupt; end
11702
11727
 
11703
- # source://activesupport//lib/active_support/testing/parallelization/server.rb#33
11728
+ # source://activesupport//lib/active_support/testing/parallelization/server.rb#36
11704
11729
  def pop; end
11705
11730
 
11706
11731
  # @raise [DRb::DRbConnError]
11707
11732
  #
11708
- # source://activesupport//lib/active_support/testing/parallelization/server.rb#18
11733
+ # source://activesupport//lib/active_support/testing/parallelization/server.rb#20
11709
11734
  def record(reporter, result); end
11710
11735
 
11711
- # source://activesupport//lib/active_support/testing/parallelization/server.rb#56
11736
+ # source://activesupport//lib/active_support/testing/parallelization/server.rb#59
11712
11737
  def shutdown; end
11713
11738
 
11714
- # source://activesupport//lib/active_support/testing/parallelization/server.rb#40
11739
+ # source://activesupport//lib/active_support/testing/parallelization/server.rb#43
11715
11740
  def start_worker(worker_id); end
11716
11741
 
11717
- # source://activesupport//lib/active_support/testing/parallelization/server.rb#44
11742
+ # source://activesupport//lib/active_support/testing/parallelization/server.rb#47
11718
11743
  def stop_worker(worker_id); end
11719
11744
  end
11720
11745
 
@@ -12351,7 +12376,7 @@ class ActiveSupport::TimeWithZone
12351
12376
  # source://activesupport//lib/active_support/time_with_zone.rb#434
12352
12377
  def day; end
12353
12378
 
12354
- # Returns true if the current time is within Daylight Savings Time for the
12379
+ # Returns true if the current time is within Daylight Savings \Time for the
12355
12380
  # specified time zone.
12356
12381
  #
12357
12382
  # Time.zone = 'Eastern Time (US & Canada)' # => 'Eastern Time (US & Canada)'
@@ -12493,7 +12518,7 @@ class ActiveSupport::TimeWithZone
12493
12518
  # source://activesupport//lib/active_support/time_with_zone.rb#499
12494
12519
  def is_a?(klass); end
12495
12520
 
12496
- # Returns true if the current time is within Daylight Savings Time for the
12521
+ # Returns true if the current time is within Daylight Savings \Time for the
12497
12522
  # specified time zone.
12498
12523
  #
12499
12524
  # Time.zone = 'Eastern Time (US & Canada)' # => 'Eastern Time (US & Canada)'
@@ -12860,7 +12885,7 @@ ActiveSupport::TimeWithZone::SECONDS_PER_DAY = T.let(T.unsafe(nil), Integer)
12860
12885
  # * Limit the set of zones provided by TZInfo to a meaningful subset of 134
12861
12886
  # zones.
12862
12887
  # * Retrieve and display zones with a friendlier name
12863
- # (e.g., "Eastern Time (US & Canada)" instead of "America/New_York").
12888
+ # (e.g., "Eastern \Time (US & Canada)" instead of "America/New_York").
12864
12889
  # * Lazily load +TZInfo::Timezone+ instances only when they're needed.
12865
12890
  # * Create ActiveSupport::TimeWithZone instances via TimeZone's +local+,
12866
12891
  # +parse+, +at+, and +now+ methods.
@@ -12900,7 +12925,7 @@ class ActiveSupport::TimeZone
12900
12925
  # source://activesupport//lib/active_support/values/time_zone.rb#344
12901
12926
  def =~(re); end
12902
12927
 
12903
- # Method for creating new ActiveSupport::TimeWithZone instance in time zone
12928
+ # \Method for creating new ActiveSupport::TimeWithZone instance in time zone
12904
12929
  # of +self+ from number of seconds since the Unix epoch.
12905
12930
  #
12906
12931
  # Time.zone = 'Hawaii' # => "Hawaii"
@@ -12931,7 +12956,7 @@ class ActiveSupport::TimeZone
12931
12956
  # source://activesupport//lib/active_support/values/time_zone.rb#573
12932
12957
  def init_with(coder); end
12933
12958
 
12934
- # Method for creating new ActiveSupport::TimeWithZone instance in time zone
12959
+ # \Method for creating new ActiveSupport::TimeWithZone instance in time zone
12935
12960
  # of +self+ from an ISO 8601 string.
12936
12961
  #
12937
12962
  # Time.zone = 'Hawaii' # => "Hawaii"
@@ -12948,7 +12973,7 @@ class ActiveSupport::TimeZone
12948
12973
  # source://activesupport//lib/active_support/values/time_zone.rb#398
12949
12974
  def iso8601(str); end
12950
12975
 
12951
- # Method for creating new ActiveSupport::TimeWithZone instance in time zone
12976
+ # \Method for creating new ActiveSupport::TimeWithZone instance in time zone
12952
12977
  # of +self+ from given values.
12953
12978
  #
12954
12979
  # Time.zone = 'Hawaii' # => "Hawaii"
@@ -12985,7 +13010,7 @@ class ActiveSupport::TimeZone
12985
13010
  # source://activesupport//lib/active_support/values/time_zone.rb#518
12986
13011
  def now; end
12987
13012
 
12988
- # Method for creating new ActiveSupport::TimeWithZone instance in time zone
13013
+ # \Method for creating new ActiveSupport::TimeWithZone instance in time zone
12989
13014
  # of +self+ from parsed string.
12990
13015
  #
12991
13016
  # Time.zone = 'Hawaii' # => "Hawaii"
@@ -13022,7 +13047,7 @@ class ActiveSupport::TimeZone
13022
13047
  # source://activesupport//lib/active_support/values/time_zone.rb#569
13023
13048
  def periods_for_local(time); end
13024
13049
 
13025
- # Method for creating new ActiveSupport::TimeWithZone instance in time zone
13050
+ # \Method for creating new ActiveSupport::TimeWithZone instance in time zone
13026
13051
  # of +self+ from an RFC 3339 string.
13027
13052
  #
13028
13053
  # Time.zone = 'Hawaii' # => "Hawaii"
@@ -13214,7 +13239,7 @@ ActiveSupport::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
13214
13239
  ActiveSupport::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
13215
13240
 
13216
13241
  # source://activesupport//lib/active_support/gem_version.rb#13
13217
- ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil), T.untyped)
13242
+ ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil), String)
13218
13243
 
13219
13244
  # source://activesupport//lib/active_support/gem_version.rb#15
13220
13245
  ActiveSupport::VERSION::STRING = T.let(T.unsafe(nil), String)
@@ -15296,9 +15321,9 @@ end
15296
15321
  # source://activesupport//lib/active_support/core_ext/enumerable.rb#21
15297
15322
  class Enumerable::SoleItemExpectedError < ::StandardError; end
15298
15323
 
15299
- # source://activesupport//lib/active_support/core_ext/object/json.rb#248
15324
+ # source://activesupport//lib/active_support/core_ext/object/json.rb#250
15300
15325
  class Exception
15301
- # source://activesupport//lib/active_support/core_ext/object/json.rb#249
15326
+ # source://activesupport//lib/active_support/core_ext/object/json.rb#251
15302
15327
  def as_json(options = T.unsafe(nil)); end
15303
15328
  end
15304
15329
 
@@ -15731,9 +15756,9 @@ IO::READABLE = T.let(T.unsafe(nil), Integer)
15731
15756
  class IO::TimeoutError < ::IOError; end
15732
15757
  IO::WRITABLE = T.let(T.unsafe(nil), Integer)
15733
15758
 
15734
- # source://activesupport//lib/active_support/core_ext/object/json.rb#236
15759
+ # source://activesupport//lib/active_support/core_ext/object/json.rb#237
15735
15760
  class IPAddr
15736
- # source://activesupport//lib/active_support/core_ext/object/json.rb#237
15761
+ # source://activesupport//lib/active_support/core_ext/object/json.rb#238
15737
15762
  def as_json(options = T.unsafe(nil)); end
15738
15763
  end
15739
15764
 
@@ -16965,9 +16990,9 @@ module Process
16965
16990
  end
16966
16991
  end
16967
16992
 
16968
- # source://activesupport//lib/active_support/core_ext/object/json.rb#242
16993
+ # source://activesupport//lib/active_support/core_ext/object/json.rb#244
16969
16994
  class Process::Status
16970
- # source://activesupport//lib/active_support/core_ext/object/json.rb#243
16995
+ # source://activesupport//lib/active_support/core_ext/object/json.rb#245
16971
16996
  def as_json(options = T.unsafe(nil)); end
16972
16997
  end
16973
16998
 
@@ -17278,7 +17303,7 @@ class String
17278
17303
  # >> "lj".upcase
17279
17304
  # => "LJ"
17280
17305
  #
17281
- # == Method chaining
17306
+ # == \Method chaining
17282
17307
  #
17283
17308
  # All the methods on the Chars proxy which normally return a string will return a Chars object. This allows
17284
17309
  # method chaining on the result of any of these methods.
@@ -18120,7 +18145,7 @@ class Time
18120
18145
  # This method accepts any of the following:
18121
18146
  #
18122
18147
  # * A \Rails TimeZone object.
18123
- # * An identifier for a \Rails TimeZone object (e.g., "Eastern Time (US & Canada)", <tt>-5.hours</tt>).
18148
+ # * An identifier for a \Rails TimeZone object (e.g., "Eastern \Time (US & Canada)", <tt>-5.hours</tt>).
18124
18149
  # * A +TZInfo::Timezone+ object.
18125
18150
  # * An identifier for a +TZInfo::Timezone+ object (e.g., "America/New_York").
18126
18151
  #
@@ -18189,8 +18214,6 @@ end
18189
18214
 
18190
18215
  # source://activesupport//lib/active_support/core_ext/object/json.rb#224
18191
18216
  class URI::Generic
18192
- include ::URI::RFC2396_REGEXP
18193
-
18194
18217
  # source://activesupport//lib/active_support/core_ext/object/json.rb#225
18195
18218
  def as_json(options = T.unsafe(nil)); end
18196
18219
  end