alchemrest 3.2.1 → 3.2.2
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +26 -26
- data/gemfiles/faraday_2.gemfile.lock +1 -1
- data/gemfiles/rails_7_2.gemfile.lock +1 -1
- data/gemfiles/rails_8_0.gemfile.lock +1 -1
- data/lib/alchemrest/version.rb +1 -1
- data/rbi/alchemrest.rbi +39 -2
- data/sorbet/rbi/gems/{actionpack@8.0.4.rbi → actionpack@8.0.4.1.rbi} +204 -204
- data/sorbet/rbi/gems/{actionview@8.0.4.rbi → actionview@8.0.4.1.rbi} +251 -251
- data/sorbet/rbi/gems/{activemodel@8.0.4.rbi → activemodel@8.0.4.1.rbi} +3 -3
- data/sorbet/rbi/gems/{activesupport@8.0.4.rbi → activesupport@8.0.4.1.rbi} +84 -84
- data/sorbet/rbi/gems/{addressable@2.8.7.rbi → addressable@2.9.0.rbi} +94 -97
- data/sorbet/rbi/gems/{bigdecimal@3.3.1.rbi → bigdecimal@4.0.1.rbi} +16 -5
- data/sorbet/rbi/gems/{concurrent-ruby@1.3.5.rbi → concurrent-ruby@1.3.6.rbi} +95 -81
- data/sorbet/rbi/gems/{i18n@1.14.7.rbi → i18n@1.14.8.rbi} +103 -103
- data/sorbet/rbi/gems/{minitest@5.26.0.rbi → minitest@5.27.0.rbi} +208 -205
- data/sorbet/rbi/gems/{rack-session@2.1.1.rbi → rack-session@2.1.2.rbi} +95 -34
- data/sorbet/rbi/gems/{rack@3.1.14.rbi → rack@3.1.21.rbi} +213 -177
- data/sorbet/rbi/gems/{railties@8.0.4.rbi → railties@8.0.4.1.rbi} +59 -59
- metadata +16 -16
- /data/sorbet/rbi/gems/{connection_pool@2.5.4.rbi → connection_pool@3.0.2.rbi} +0 -0
- /data/sorbet/rbi/gems/{public_suffix@6.0.1.rbi → public_suffix@7.0.5.rbi} +0 -0
|
@@ -1152,10 +1152,10 @@ class ActiveModel::Error
|
|
|
1152
1152
|
|
|
1153
1153
|
private
|
|
1154
1154
|
|
|
1155
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1155
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1156
1156
|
def __class_attr_i18n_customize_full_message; end
|
|
1157
1157
|
|
|
1158
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1158
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1159
1159
|
def __class_attr_i18n_customize_full_message=(new_value); end
|
|
1160
1160
|
end
|
|
1161
1161
|
end
|
|
@@ -2386,7 +2386,7 @@ ActiveModel::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
|
|
|
2386
2386
|
ActiveModel::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
|
|
2387
2387
|
|
|
2388
2388
|
# source://activemodel//lib/active_model/gem_version.rb#13
|
|
2389
|
-
ActiveModel::VERSION::PRE = T.let(T.unsafe(nil),
|
|
2389
|
+
ActiveModel::VERSION::PRE = T.let(T.unsafe(nil), String)
|
|
2390
2390
|
|
|
2391
2391
|
# source://activemodel//lib/active_model/gem_version.rb#15
|
|
2392
2392
|
ActiveModel::VERSION::STRING = T.let(T.unsafe(nil), String)
|
|
@@ -5292,7 +5292,7 @@ class ActiveSupport::NumberHelper::NumberToDelimitedConverter < ::ActiveSupport:
|
|
|
5292
5292
|
|
|
5293
5293
|
private
|
|
5294
5294
|
|
|
5295
|
-
# source://activesupport//lib/active_support/number_helper/number_to_delimited_converter.rb#
|
|
5295
|
+
# source://activesupport//lib/active_support/number_helper/number_to_delimited_converter.rb#40
|
|
5296
5296
|
def delimiter_pattern; end
|
|
5297
5297
|
|
|
5298
5298
|
# source://activesupport//lib/active_support/number_helper/number_to_delimited_converter.rb#17
|
|
@@ -5823,22 +5823,22 @@ class ActiveSupport::SafeBuffer < ::String
|
|
|
5823
5823
|
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#88
|
|
5824
5824
|
def bytesplice(*args, value); end
|
|
5825
5825
|
|
|
5826
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5826
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5827
5827
|
def capitalize(*args, &block); end
|
|
5828
5828
|
|
|
5829
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5829
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5830
5830
|
def capitalize!(*args); end
|
|
5831
5831
|
|
|
5832
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5832
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5833
5833
|
def chomp(*args, &block); end
|
|
5834
5834
|
|
|
5835
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5835
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5836
5836
|
def chomp!(*args); end
|
|
5837
5837
|
|
|
5838
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5838
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5839
5839
|
def chop(*args, &block); end
|
|
5840
5840
|
|
|
5841
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5841
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5842
5842
|
def chop!(*args); end
|
|
5843
5843
|
|
|
5844
5844
|
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#59
|
|
@@ -5847,55 +5847,55 @@ class ActiveSupport::SafeBuffer < ::String
|
|
|
5847
5847
|
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#80
|
|
5848
5848
|
def concat(value); end
|
|
5849
5849
|
|
|
5850
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5850
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5851
5851
|
def delete(*args, &block); end
|
|
5852
5852
|
|
|
5853
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5853
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5854
5854
|
def delete!(*args); end
|
|
5855
5855
|
|
|
5856
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5856
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5857
5857
|
def delete_prefix(*args, &block); end
|
|
5858
5858
|
|
|
5859
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5859
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5860
5860
|
def delete_prefix!(*args); end
|
|
5861
5861
|
|
|
5862
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5862
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5863
5863
|
def delete_suffix(*args, &block); end
|
|
5864
5864
|
|
|
5865
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5865
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5866
5866
|
def delete_suffix!(*args); end
|
|
5867
5867
|
|
|
5868
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5868
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5869
5869
|
def downcase(*args, &block); end
|
|
5870
5870
|
|
|
5871
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5871
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5872
5872
|
def downcase!(*args); end
|
|
5873
5873
|
|
|
5874
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5874
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#148
|
|
5875
5875
|
def encode_with(coder); end
|
|
5876
5876
|
|
|
5877
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5877
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#169
|
|
5878
5878
|
def gsub(*args, &block); end
|
|
5879
5879
|
|
|
5880
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5880
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#180
|
|
5881
5881
|
def gsub!(*args, &block); end
|
|
5882
5882
|
|
|
5883
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5883
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#136
|
|
5884
5884
|
def html_safe?; end
|
|
5885
5885
|
|
|
5886
5886
|
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#92
|
|
5887
5887
|
def insert(index, value); end
|
|
5888
5888
|
|
|
5889
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5889
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5890
5890
|
def lstrip(*args, &block); end
|
|
5891
5891
|
|
|
5892
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5892
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5893
5893
|
def lstrip!(*args); end
|
|
5894
5894
|
|
|
5895
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5895
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5896
5896
|
def next(*args, &block); end
|
|
5897
5897
|
|
|
5898
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5898
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5899
5899
|
def next!(*args); end
|
|
5900
5900
|
|
|
5901
5901
|
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#96
|
|
@@ -5904,25 +5904,25 @@ class ActiveSupport::SafeBuffer < ::String
|
|
|
5904
5904
|
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#100
|
|
5905
5905
|
def replace(value); end
|
|
5906
5906
|
|
|
5907
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5907
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5908
5908
|
def reverse(*args, &block); end
|
|
5909
5909
|
|
|
5910
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5910
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5911
5911
|
def reverse!(*args); end
|
|
5912
5912
|
|
|
5913
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5913
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5914
5914
|
def rstrip(*args, &block); end
|
|
5915
5915
|
|
|
5916
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5916
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5917
5917
|
def rstrip!(*args); end
|
|
5918
5918
|
|
|
5919
5919
|
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#65
|
|
5920
5920
|
def safe_concat(value); end
|
|
5921
5921
|
|
|
5922
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5922
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5923
5923
|
def scrub(*args, &block); end
|
|
5924
5924
|
|
|
5925
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5925
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5926
5926
|
def scrub!(*args); end
|
|
5927
5927
|
|
|
5928
5928
|
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#38
|
|
@@ -5931,72 +5931,72 @@ class ActiveSupport::SafeBuffer < ::String
|
|
|
5931
5931
|
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#51
|
|
5932
5932
|
def slice!(*args); end
|
|
5933
5933
|
|
|
5934
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5934
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5935
5935
|
def squeeze(*args, &block); end
|
|
5936
5936
|
|
|
5937
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5937
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5938
5938
|
def squeeze!(*args); end
|
|
5939
5939
|
|
|
5940
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5940
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5941
5941
|
def strip(*args, &block); end
|
|
5942
5942
|
|
|
5943
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5943
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5944
5944
|
def strip!(*args); end
|
|
5945
5945
|
|
|
5946
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5946
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#169
|
|
5947
5947
|
def sub(*args, &block); end
|
|
5948
5948
|
|
|
5949
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5949
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#180
|
|
5950
5950
|
def sub!(*args, &block); end
|
|
5951
5951
|
|
|
5952
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5952
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5953
5953
|
def succ(*args, &block); end
|
|
5954
5954
|
|
|
5955
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5955
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5956
5956
|
def succ!(*args); end
|
|
5957
5957
|
|
|
5958
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5958
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5959
5959
|
def swapcase(*args, &block); end
|
|
5960
5960
|
|
|
5961
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5961
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5962
5962
|
def swapcase!(*args); end
|
|
5963
5963
|
|
|
5964
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5964
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#144
|
|
5965
5965
|
def to_param; end
|
|
5966
5966
|
|
|
5967
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5967
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#140
|
|
5968
5968
|
def to_s; end
|
|
5969
5969
|
|
|
5970
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5970
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5971
5971
|
def tr(*args, &block); end
|
|
5972
5972
|
|
|
5973
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5973
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5974
5974
|
def tr!(*args); end
|
|
5975
5975
|
|
|
5976
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5976
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5977
5977
|
def tr_s(*args, &block); end
|
|
5978
5978
|
|
|
5979
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5979
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5980
5980
|
def tr_s!(*args); end
|
|
5981
5981
|
|
|
5982
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5982
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5983
5983
|
def unicode_normalize(*args, &block); end
|
|
5984
5984
|
|
|
5985
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5985
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5986
5986
|
def unicode_normalize!(*args); end
|
|
5987
5987
|
|
|
5988
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5988
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#155
|
|
5989
5989
|
def upcase(*args, &block); end
|
|
5990
5990
|
|
|
5991
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5991
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#159
|
|
5992
5992
|
def upcase!(*args); end
|
|
5993
5993
|
|
|
5994
5994
|
private
|
|
5995
5995
|
|
|
5996
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5996
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#195
|
|
5997
5997
|
def explicit_html_escape_interpolated_argument(arg); end
|
|
5998
5998
|
|
|
5999
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
5999
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#199
|
|
6000
6000
|
def implicit_html_escape_interpolated_argument(arg); end
|
|
6001
6001
|
|
|
6002
6002
|
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#75
|
|
@@ -6004,10 +6004,10 @@ class ActiveSupport::SafeBuffer < ::String
|
|
|
6004
6004
|
|
|
6005
6005
|
def original_concat(*_arg0); end
|
|
6006
6006
|
|
|
6007
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
6007
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#207
|
|
6008
6008
|
def set_block_back_references(block, match_data); end
|
|
6009
6009
|
|
|
6010
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
6010
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#213
|
|
6011
6011
|
def string_into_safe_buffer(new_string, is_html_safe); end
|
|
6012
6012
|
end
|
|
6013
6013
|
|
|
@@ -6283,43 +6283,43 @@ class ActiveSupport::TestCase < ::Minitest::Test
|
|
|
6283
6283
|
# source://activesupport//lib/active_support/callbacks.rb#924
|
|
6284
6284
|
def _teardown_callbacks; end
|
|
6285
6285
|
|
|
6286
|
-
# source://minitest/5.
|
|
6286
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#729
|
|
6287
6287
|
def assert_no_match(matcher, obj, msg = T.unsafe(nil)); end
|
|
6288
6288
|
|
|
6289
|
-
# source://minitest/5.
|
|
6289
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#658
|
|
6290
6290
|
def assert_not_empty(obj, msg = T.unsafe(nil)); end
|
|
6291
6291
|
|
|
6292
|
-
# source://minitest/5.
|
|
6292
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#669
|
|
6293
6293
|
def assert_not_equal(exp, act, msg = T.unsafe(nil)); end
|
|
6294
6294
|
|
|
6295
|
-
# source://minitest/5.
|
|
6295
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#681
|
|
6296
6296
|
def assert_not_in_delta(exp, act, delta = T.unsafe(nil), msg = T.unsafe(nil)); end
|
|
6297
6297
|
|
|
6298
|
-
# source://minitest/5.
|
|
6299
|
-
def assert_not_in_epsilon(
|
|
6298
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#693
|
|
6299
|
+
def assert_not_in_epsilon(exp, act, epsilon = T.unsafe(nil), msg = T.unsafe(nil)); end
|
|
6300
6300
|
|
|
6301
|
-
# source://minitest/5.
|
|
6301
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#700
|
|
6302
6302
|
def assert_not_includes(collection, obj, msg = T.unsafe(nil)); end
|
|
6303
6303
|
|
|
6304
|
-
# source://minitest/5.
|
|
6304
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#711
|
|
6305
6305
|
def assert_not_instance_of(cls, obj, msg = T.unsafe(nil)); end
|
|
6306
6306
|
|
|
6307
|
-
# source://minitest/5.
|
|
6307
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#721
|
|
6308
6308
|
def assert_not_kind_of(cls, obj, msg = T.unsafe(nil)); end
|
|
6309
6309
|
|
|
6310
|
-
# source://minitest/5.
|
|
6310
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#739
|
|
6311
6311
|
def assert_not_nil(obj, msg = T.unsafe(nil)); end
|
|
6312
6312
|
|
|
6313
|
-
# source://minitest/5.
|
|
6313
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#771
|
|
6314
6314
|
def assert_not_operator(o1, op, o2 = T.unsafe(nil), msg = T.unsafe(nil)); end
|
|
6315
6315
|
|
|
6316
|
-
# source://minitest/5.
|
|
6316
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#794
|
|
6317
6317
|
def assert_not_predicate(o1, op, msg = T.unsafe(nil)); end
|
|
6318
6318
|
|
|
6319
|
-
# source://minitest/5.
|
|
6319
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#803
|
|
6320
6320
|
def assert_not_respond_to(obj, meth, msg = T.unsafe(nil), include_all: T.unsafe(nil)); end
|
|
6321
6321
|
|
|
6322
|
-
# source://minitest/5.
|
|
6322
|
+
# source://minitest/5.27.0/lib/minitest/assertions.rb#812
|
|
6323
6323
|
def assert_not_same(exp, act, msg = T.unsafe(nil)); end
|
|
6324
6324
|
|
|
6325
6325
|
# source://activesupport//lib/active_support/testing/file_fixtures.rb#20
|
|
@@ -6331,7 +6331,7 @@ class ActiveSupport::TestCase < ::Minitest::Test
|
|
|
6331
6331
|
# source://activesupport//lib/active_support/test_case.rb#300
|
|
6332
6332
|
def inspect; end
|
|
6333
6333
|
|
|
6334
|
-
# source://minitest/5.
|
|
6334
|
+
# source://minitest/5.27.0/lib/minitest.rb#390
|
|
6335
6335
|
def method_name; end
|
|
6336
6336
|
|
|
6337
6337
|
class << self
|
|
@@ -7318,7 +7318,7 @@ ActiveSupport::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
|
|
|
7318
7318
|
ActiveSupport::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
|
|
7319
7319
|
|
|
7320
7320
|
# source://activesupport//lib/active_support/gem_version.rb#13
|
|
7321
|
-
ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil),
|
|
7321
|
+
ActiveSupport::VERSION::PRE = T.let(T.unsafe(nil), String)
|
|
7322
7322
|
|
|
7323
7323
|
# source://activesupport//lib/active_support/gem_version.rb#15
|
|
7324
7324
|
ActiveSupport::VERSION::STRING = T.let(T.unsafe(nil), String)
|
|
@@ -8507,46 +8507,46 @@ HashWithIndifferentAccess = ActiveSupport::HashWithIndifferentAccess
|
|
|
8507
8507
|
# source://activesupport//lib/active_support/i18n_railtie.rb#8
|
|
8508
8508
|
module I18n
|
|
8509
8509
|
class << self
|
|
8510
|
-
# source://i18n/1.14.
|
|
8510
|
+
# source://i18n/1.14.8/lib/i18n/backend/cache.rb#64
|
|
8511
8511
|
def cache_key_digest; end
|
|
8512
8512
|
|
|
8513
|
-
# source://i18n/1.14.
|
|
8513
|
+
# source://i18n/1.14.8/lib/i18n/backend/cache.rb#68
|
|
8514
8514
|
def cache_key_digest=(key_digest); end
|
|
8515
8515
|
|
|
8516
|
-
# source://i18n/1.14.
|
|
8516
|
+
# source://i18n/1.14.8/lib/i18n/backend/cache.rb#56
|
|
8517
8517
|
def cache_namespace; end
|
|
8518
8518
|
|
|
8519
|
-
# source://i18n/1.14.
|
|
8519
|
+
# source://i18n/1.14.8/lib/i18n/backend/cache.rb#60
|
|
8520
8520
|
def cache_namespace=(namespace); end
|
|
8521
8521
|
|
|
8522
|
-
# source://i18n/1.14.
|
|
8522
|
+
# source://i18n/1.14.8/lib/i18n/backend/cache.rb#48
|
|
8523
8523
|
def cache_store; end
|
|
8524
8524
|
|
|
8525
|
-
# source://i18n/1.14.
|
|
8525
|
+
# source://i18n/1.14.8/lib/i18n/backend/cache.rb#52
|
|
8526
8526
|
def cache_store=(store); end
|
|
8527
8527
|
|
|
8528
|
-
# source://i18n/1.14.
|
|
8528
|
+
# source://i18n/1.14.8/lib/i18n/backend/fallbacks.rb#17
|
|
8529
8529
|
def fallbacks; end
|
|
8530
8530
|
|
|
8531
|
-
# source://i18n/1.14.
|
|
8531
|
+
# source://i18n/1.14.8/lib/i18n/backend/fallbacks.rb#23
|
|
8532
8532
|
def fallbacks=(fallbacks); end
|
|
8533
8533
|
|
|
8534
|
-
# source://i18n/1.14.
|
|
8534
|
+
# source://i18n/1.14.8/lib/i18n/interpolate/ruby.rb#23
|
|
8535
8535
|
def interpolate(string, values); end
|
|
8536
8536
|
|
|
8537
|
-
# source://i18n/1.14.
|
|
8537
|
+
# source://i18n/1.14.8/lib/i18n/interpolate/ruby.rb#29
|
|
8538
8538
|
def interpolate_hash(string, values); end
|
|
8539
8539
|
|
|
8540
|
-
# source://i18n/1.14.
|
|
8540
|
+
# source://i18n/1.14.8/lib/i18n.rb#38
|
|
8541
8541
|
def new_double_nested_cache; end
|
|
8542
8542
|
|
|
8543
|
-
# source://i18n/1.14.
|
|
8543
|
+
# source://i18n/1.14.8/lib/i18n/backend/cache.rb#72
|
|
8544
8544
|
def perform_caching?; end
|
|
8545
8545
|
|
|
8546
|
-
# source://i18n/1.14.
|
|
8546
|
+
# source://i18n/1.14.8/lib/i18n.rb#46
|
|
8547
8547
|
def reserve_key(key); end
|
|
8548
8548
|
|
|
8549
|
-
# source://i18n/1.14.
|
|
8549
|
+
# source://i18n/1.14.8/lib/i18n.rb#51
|
|
8550
8550
|
def reserved_keys_pattern; end
|
|
8551
8551
|
end
|
|
8552
8552
|
end
|
|
@@ -9236,7 +9236,7 @@ class String
|
|
|
9236
9236
|
# source://activesupport//lib/active_support/core_ext/string/access.rb#46
|
|
9237
9237
|
def from(position); end
|
|
9238
9238
|
|
|
9239
|
-
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#
|
|
9239
|
+
# source://activesupport//lib/active_support/core_ext/string/output_safety.rb#227
|
|
9240
9240
|
def html_safe; end
|
|
9241
9241
|
|
|
9242
9242
|
# source://activesupport//lib/active_support/core_ext/string/inflections.rb#262
|