alchemrest-sentry 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +3 -0
  3. data/.rubocop.yml +22 -0
  4. data/.rubocop_todo.yml +20 -0
  5. data/.ruby-version +1 -0
  6. data/Appraisals +9 -0
  7. data/Gemfile +8 -0
  8. data/Gemfile.lock +385 -0
  9. data/README.md +30 -0
  10. data/Rakefile +29 -0
  11. data/alchemrest-sentry.gemspec +53 -0
  12. data/coach.yml +5 -0
  13. data/gemfiles/rails_7_0.gemfile.lock +341 -0
  14. data/gemfiles/rails_7_2.gemfile +8 -0
  15. data/gemfiles/rails_7_2.gemfile.lock +376 -0
  16. data/gemfiles/rails_8_0.gemfile +8 -0
  17. data/gemfiles/rails_8_0.gemfile.lock +377 -0
  18. data/lib/alchemrest/sentry/version.rb +7 -0
  19. data/lib/alchemrest/sentry.rb +54 -0
  20. data/lib/alchemrest_sentry.rb +5 -0
  21. data/mutant.yml +16 -0
  22. data/sorbet/config +5 -0
  23. data/sorbet/rbi/gems/.gitattributes +1 -0
  24. data/sorbet/rbi/gems/abstract_type@0.0.7.rbi +41 -0
  25. data/sorbet/rbi/gems/actionpack@8.0.2.rbi +9 -0
  26. data/sorbet/rbi/gems/actionview@8.0.2.rbi +9 -0
  27. data/sorbet/rbi/gems/activemodel@8.0.2.rbi +2891 -0
  28. data/sorbet/rbi/gems/activesupport@8.0.2.rbi +9301 -0
  29. data/sorbet/rbi/gems/adamantium@0.2.0.rbi +144 -0
  30. data/sorbet/rbi/gems/addressable@2.8.7.rbi +779 -0
  31. data/sorbet/rbi/gems/alchemrest@3.1.0.rbi +2455 -0
  32. data/sorbet/rbi/gems/anima@0.3.2.rbi +103 -0
  33. data/sorbet/rbi/gems/ast@2.4.3.rbi +107 -0
  34. data/sorbet/rbi/gems/base64@0.3.0.rbi +52 -0
  35. data/sorbet/rbi/gems/benchmark@0.4.1.rbi +147 -0
  36. data/sorbet/rbi/gems/bigdecimal@3.2.0.rbi +29 -0
  37. data/sorbet/rbi/gems/builder@3.3.0.rbi +9 -0
  38. data/sorbet/rbi/gems/circuitbox@2.0.0.rbi +297 -0
  39. data/sorbet/rbi/gems/concord@0.1.6.rbi +51 -0
  40. data/sorbet/rbi/gems/concurrent-ruby@1.3.5.rbi +4716 -0
  41. data/sorbet/rbi/gems/connection_pool@2.5.3.rbi +9 -0
  42. data/sorbet/rbi/gems/crack@1.0.0.rbi +110 -0
  43. data/sorbet/rbi/gems/crass@1.0.6.rbi +9 -0
  44. data/sorbet/rbi/gems/date@3.4.1.rbi +58 -0
  45. data/sorbet/rbi/gems/drb@2.2.3.rbi +639 -0
  46. data/sorbet/rbi/gems/equalizer@0.0.11.rbi +38 -0
  47. data/sorbet/rbi/gems/erb@5.0.1.rbi +306 -0
  48. data/sorbet/rbi/gems/erubi@1.13.1.rbi +85 -0
  49. data/sorbet/rbi/gems/faraday-net_http@3.4.2.rbi +143 -0
  50. data/sorbet/rbi/gems/faraday@2.14.1.rbi +1797 -0
  51. data/sorbet/rbi/gems/hansi@0.2.1.rbi +392 -0
  52. data/sorbet/rbi/gems/hashdiff@1.2.0.rbi +174 -0
  53. data/sorbet/rbi/gems/i18n@1.14.7.rbi +1328 -0
  54. data/sorbet/rbi/gems/ice_nine@0.11.2.rbi +145 -0
  55. data/sorbet/rbi/gems/io-console@0.8.0.rbi +9 -0
  56. data/sorbet/rbi/gems/json@2.18.1.rbi +363 -0
  57. data/sorbet/rbi/gems/language_server-protocol@3.17.0.5.rbi +9 -0
  58. data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +103 -0
  59. data/sorbet/rbi/gems/logger@1.7.0.rbi +260 -0
  60. data/sorbet/rbi/gems/loofah@2.24.1.rbi +9 -0
  61. data/sorbet/rbi/gems/memoizable@0.4.2.rbi +131 -0
  62. data/sorbet/rbi/gems/memosa@0.8.3.rbi +185 -0
  63. data/sorbet/rbi/gems/minitest@5.25.5.rbi +824 -0
  64. data/sorbet/rbi/gems/money@6.19.0.rbi +815 -0
  65. data/sorbet/rbi/gems/morpher@0.4.2.rbi +388 -0
  66. data/sorbet/rbi/gems/mprelude@0.1.0.rbi +140 -0
  67. data/sorbet/rbi/gems/multi_json@1.15.0.rbi +180 -0
  68. data/sorbet/rbi/gems/mustermann-contrib@3.0.3.rbi +658 -0
  69. data/sorbet/rbi/gems/mustermann@3.0.3.rbi +809 -0
  70. data/sorbet/rbi/gems/net-http@0.9.1.rbi +1012 -0
  71. data/sorbet/rbi/gems/netrc@0.11.0.rbi +112 -0
  72. data/sorbet/rbi/gems/nokogiri@1.19.1.rbi +9 -0
  73. data/sorbet/rbi/gems/parallel@1.27.0.rbi +234 -0
  74. data/sorbet/rbi/gems/parser@3.3.8.0.rbi +4883 -0
  75. data/sorbet/rbi/gems/pp@0.6.2.rbi +176 -0
  76. data/sorbet/rbi/gems/prettyprint@0.2.0.rbi +155 -0
  77. data/sorbet/rbi/gems/prism@1.4.0.rbi +26357 -0
  78. data/sorbet/rbi/gems/procto@0.0.3.rbi +9 -0
  79. data/sorbet/rbi/gems/psych@5.2.6.rbi +1173 -0
  80. data/sorbet/rbi/gems/public_suffix@6.0.2.rbi +267 -0
  81. data/sorbet/rbi/gems/racc@1.8.1.rbi +122 -0
  82. data/sorbet/rbi/gems/rack-session@2.1.1.rbi +9 -0
  83. data/sorbet/rbi/gems/rack-test@2.2.0.rbi +9 -0
  84. data/sorbet/rbi/gems/rack@3.1.20.rbi +2801 -0
  85. data/sorbet/rbi/gems/rackup@2.2.1.rbi +132 -0
  86. data/sorbet/rbi/gems/rails-dom-testing@2.3.0.rbi +9 -0
  87. data/sorbet/rbi/gems/rails-html-sanitizer@1.6.2.rbi +9 -0
  88. data/sorbet/rbi/gems/railties@8.0.2.rbi +568 -0
  89. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +333 -0
  90. data/sorbet/rbi/gems/rake@13.3.0.rbi +1955 -0
  91. data/sorbet/rbi/gems/rbi@0.3.3.rbi +4551 -0
  92. data/sorbet/rbi/gems/rbs@3.9.4.rbi +5583 -0
  93. data/sorbet/rbi/gems/rdoc@6.14.0.rbi +6843 -0
  94. data/sorbet/rbi/gems/regexp_parser@2.11.3.rbi +3020 -0
  95. data/sorbet/rbi/gems/reline@0.6.1.rbi +9 -0
  96. data/sorbet/rbi/gems/rexml@3.4.1.rbi +1931 -0
  97. data/sorbet/rbi/gems/rubocop-ast@1.44.1.rbi +5236 -0
  98. data/sorbet/rbi/gems/rubocop@1.75.8.rbi +32674 -0
  99. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +980 -0
  100. data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +9 -0
  101. data/sorbet/rbi/gems/securerandom@0.4.1.rbi +33 -0
  102. data/sorbet/rbi/gems/sentry-ruby@5.24.0.rbi +4076 -0
  103. data/sorbet/rbi/gems/spoom@1.6.3.rbi +4612 -0
  104. data/sorbet/rbi/gems/stringio@3.1.7.rbi +9 -0
  105. data/sorbet/rbi/gems/tapioca@0.16.11.rbi +3417 -0
  106. data/sorbet/rbi/gems/thor@1.4.0.rbi +2015 -0
  107. data/sorbet/rbi/gems/thread_safe@0.3.6.rbi +711 -0
  108. data/sorbet/rbi/gems/timeout@0.4.3.rbi +80 -0
  109. data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +1677 -0
  110. data/sorbet/rbi/gems/unicode-display_width@3.1.4.rbi +106 -0
  111. data/sorbet/rbi/gems/unicode-emoji@4.0.4.rbi +178 -0
  112. data/sorbet/rbi/gems/uri@1.1.1.rbi +760 -0
  113. data/sorbet/rbi/gems/useragent@0.16.11.rbi +9 -0
  114. data/sorbet/rbi/gems/webmock@3.25.1.rbi +1368 -0
  115. data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +345 -0
  116. data/sorbet/rbi/gems/yard@0.9.37.rbi +8762 -0
  117. data/sorbet/rbi/gems/zeitwerk@2.7.3.rbi +9 -0
  118. data/sorbet/tapioca/config.yml +45 -0
  119. data/sorbet/tapioca/require.rb +2 -0
  120. data/sorbet/tapioca/sorbet/rbi/dsl/.gitattributes +1 -0
  121. data/sorbet/tapioca/sorbet/rbi/dsl/active_support/callbacks.rbi +23 -0
  122. metadata +379 -0
@@ -0,0 +1,1173 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `psych` gem.
5
+ # Please instead update this file by running `bin/tapioca gem psych`.
6
+
7
+
8
+ # source://psych//lib/psych/core_ext.rb#2
9
+ class Object < ::BasicObject
10
+ include ::Kernel
11
+ include ::PP::ObjectMixin
12
+
13
+ # source://psych//lib/psych/core_ext.rb#12
14
+ def to_yaml(options = T.unsafe(nil)); end
15
+
16
+ class << self
17
+ # source://psych//lib/psych/core_ext.rb#3
18
+ def yaml_tag(url); end
19
+ end
20
+ end
21
+
22
+ # source://psych//lib/psych/versions.rb#3
23
+ module Psych
24
+ class << self
25
+ # source://psych//lib/psych.rb#728
26
+ def add_builtin_type(type_tag, &block); end
27
+
28
+ # source://psych//lib/psych.rb#722
29
+ def add_domain_type(domain, type_tag, &block); end
30
+
31
+ # source://psych//lib/psych.rb#738
32
+ def add_tag(tag, klass); end
33
+
34
+ # source://psych//lib/psych.rb#754
35
+ def config; end
36
+
37
+ # source://psych//lib/psych.rb#766
38
+ def domain_types; end
39
+
40
+ # source://psych//lib/psych.rb#778
41
+ def domain_types=(value); end
42
+
43
+ # source://psych//lib/psych.rb#514
44
+ def dump(o, io = T.unsafe(nil), options = T.unsafe(nil)); end
45
+
46
+ # source://psych//lib/psych.rb#612
47
+ def dump_stream(*objects); end
48
+
49
+ # source://psych//lib/psych.rb#762
50
+ def dump_tags; end
51
+
52
+ # source://psych//lib/psych.rb#774
53
+ def dump_tags=(value); end
54
+
55
+ # source://psych//lib/psych.rb#369
56
+ def load(yaml, permitted_classes: T.unsafe(nil), permitted_symbols: T.unsafe(nil), aliases: T.unsafe(nil), filename: T.unsafe(nil), fallback: T.unsafe(nil), symbolize_names: T.unsafe(nil), freeze: T.unsafe(nil), strict_integer: T.unsafe(nil)); end
57
+
58
+ # source://psych//lib/psych.rb#715
59
+ def load_file(filename, **kwargs); end
60
+
61
+ # source://psych//lib/psych.rb#643
62
+ def load_stream(yaml, filename: T.unsafe(nil), fallback: T.unsafe(nil), **kwargs); end
63
+
64
+ # source://psych//lib/psych.rb#758
65
+ def load_tags; end
66
+
67
+ # source://psych//lib/psych.rb#770
68
+ def load_tags=(value); end
69
+
70
+ # source://psych//lib/psych.rb#399
71
+ def parse(yaml, filename: T.unsafe(nil)); end
72
+
73
+ # source://psych//lib/psych.rb#411
74
+ def parse_file(filename, fallback: T.unsafe(nil)); end
75
+
76
+ # source://psych//lib/psych.rb#453
77
+ def parse_stream(yaml, filename: T.unsafe(nil), &block); end
78
+
79
+ # source://psych//lib/psych.rb#420
80
+ def parser; end
81
+
82
+ # source://psych//lib/psych.rb#734
83
+ def remove_type(type_tag); end
84
+
85
+ # source://psych//lib/psych.rb#595
86
+ def safe_dump(o, io = T.unsafe(nil), options = T.unsafe(nil)); end
87
+
88
+ # source://psych//lib/psych.rb#323
89
+ def safe_load(yaml, permitted_classes: T.unsafe(nil), permitted_symbols: T.unsafe(nil), aliases: T.unsafe(nil), filename: T.unsafe(nil), fallback: T.unsafe(nil), symbolize_names: T.unsafe(nil), freeze: T.unsafe(nil), strict_integer: T.unsafe(nil)); end
90
+
91
+ # source://psych//lib/psych.rb#704
92
+ def safe_load_file(filename, **kwargs); end
93
+
94
+ # source://psych//lib/psych.rb#670
95
+ def safe_load_stream(yaml, filename: T.unsafe(nil), permitted_classes: T.unsafe(nil), aliases: T.unsafe(nil)); end
96
+
97
+ # source://psych//lib/psych.rb#622
98
+ def to_json(object); end
99
+
100
+ # source://psych//lib/psych.rb#272
101
+ def unsafe_load(yaml, filename: T.unsafe(nil), fallback: T.unsafe(nil), symbolize_names: T.unsafe(nil), freeze: T.unsafe(nil), strict_integer: T.unsafe(nil)); end
102
+
103
+ # source://psych//lib/psych.rb#693
104
+ def unsafe_load_file(filename, **kwargs); end
105
+ end
106
+ end
107
+
108
+ # source://psych//lib/psych/exception.rb#10
109
+ class Psych::AliasesNotEnabled < ::Psych::BadAlias
110
+ # source://psych//lib/psych/exception.rb#11
111
+ def initialize; end
112
+ end
113
+
114
+ # source://psych//lib/psych/exception.rb#17
115
+ class Psych::AnchorNotDefined < ::Psych::BadAlias
116
+ # source://psych//lib/psych/exception.rb#18
117
+ def initialize(anchor_name); end
118
+ end
119
+
120
+ # source://psych//lib/psych/class_loader.rb#6
121
+ class Psych::ClassLoader
122
+ # source://psych//lib/psych/class_loader.rb#22
123
+ def initialize; end
124
+
125
+ # source://psych//lib/psych/class_loader.rb#40
126
+ def big_decimal; end
127
+
128
+ # source://psych//lib/psych/class_loader.rb#40
129
+ def complex; end
130
+
131
+ # source://psych//lib/psych/class_loader.rb#40
132
+ def data; end
133
+
134
+ # source://psych//lib/psych/class_loader.rb#40
135
+ def date; end
136
+
137
+ # source://psych//lib/psych/class_loader.rb#40
138
+ def date_time; end
139
+
140
+ # source://psych//lib/psych/class_loader.rb#40
141
+ def exception; end
142
+
143
+ # source://psych//lib/psych/class_loader.rb#26
144
+ def load(klassname); end
145
+
146
+ # source://psych//lib/psych/class_loader.rb#40
147
+ def object; end
148
+
149
+ # source://psych//lib/psych/class_loader.rb#40
150
+ def psych_omap; end
151
+
152
+ # source://psych//lib/psych/class_loader.rb#40
153
+ def psych_set; end
154
+
155
+ # source://psych//lib/psych/class_loader.rb#40
156
+ def range; end
157
+
158
+ # source://psych//lib/psych/class_loader.rb#40
159
+ def rational; end
160
+
161
+ # source://psych//lib/psych/class_loader.rb#40
162
+ def regexp; end
163
+
164
+ # source://psych//lib/psych/class_loader.rb#40
165
+ def struct; end
166
+
167
+ # source://psych//lib/psych/class_loader.rb#40
168
+ def symbol; end
169
+
170
+ # source://psych//lib/psych/class_loader.rb#32
171
+ def symbolize(sym); end
172
+
173
+ private
174
+
175
+ # source://psych//lib/psych/class_loader.rb#48
176
+ def find(klassname); end
177
+
178
+ # source://psych//lib/psych/class_loader.rb#52
179
+ def resolve(klassname); end
180
+ end
181
+
182
+ # source://psych//lib/psych/class_loader.rb#9
183
+ Psych::ClassLoader::DATA = T.let(T.unsafe(nil), String)
184
+
185
+ # source://psych//lib/psych/class_loader.rb#77
186
+ class Psych::ClassLoader::Restricted < ::Psych::ClassLoader
187
+ # source://psych//lib/psych/class_loader.rb#78
188
+ def initialize(classes, symbols); end
189
+
190
+ # source://psych//lib/psych/class_loader.rb#84
191
+ def symbolize(sym); end
192
+
193
+ private
194
+
195
+ # source://psych//lib/psych/class_loader.rb#96
196
+ def find(klassname); end
197
+ end
198
+
199
+ # source://psych//lib/psych/coder.rb#9
200
+ class Psych::Coder
201
+ # source://psych//lib/psych/coder.rb#13
202
+ def initialize(tag); end
203
+
204
+ # source://psych//lib/psych/coder.rb#84
205
+ def [](k); end
206
+
207
+ # source://psych//lib/psych/coder.rb#78
208
+ def []=(k, v); end
209
+
210
+ # source://psych//lib/psych/coder.rb#78
211
+ def add(k, v); end
212
+
213
+ # source://psych//lib/psych/coder.rb#10
214
+ def implicit; end
215
+
216
+ # source://psych//lib/psych/coder.rb#10
217
+ def implicit=(_arg0); end
218
+
219
+ # source://psych//lib/psych/coder.rb#34
220
+ def map(tag = T.unsafe(nil), style = T.unsafe(nil)); end
221
+
222
+ # source://psych//lib/psych/coder.rb#73
223
+ def map=(map); end
224
+
225
+ # source://psych//lib/psych/coder.rb#10
226
+ def object; end
227
+
228
+ # source://psych//lib/psych/coder.rb#10
229
+ def object=(_arg0); end
230
+
231
+ # source://psych//lib/psych/coder.rb#54
232
+ def represent_map(tag, map); end
233
+
234
+ # source://psych//lib/psych/coder.rb#60
235
+ def represent_object(tag, obj); end
236
+
237
+ # source://psych//lib/psych/coder.rb#42
238
+ def represent_scalar(tag, value); end
239
+
240
+ # source://psych//lib/psych/coder.rb#48
241
+ def represent_seq(tag, list); end
242
+
243
+ # source://psych//lib/psych/coder.rb#24
244
+ def scalar(*args); end
245
+
246
+ # source://psych//lib/psych/coder.rb#67
247
+ def scalar=(value); end
248
+
249
+ # source://psych//lib/psych/coder.rb#11
250
+ def seq; end
251
+
252
+ # source://psych//lib/psych/coder.rb#90
253
+ def seq=(list); end
254
+
255
+ # source://psych//lib/psych/coder.rb#10
256
+ def style; end
257
+
258
+ # source://psych//lib/psych/coder.rb#10
259
+ def style=(_arg0); end
260
+
261
+ # source://psych//lib/psych/coder.rb#10
262
+ def tag; end
263
+
264
+ # source://psych//lib/psych/coder.rb#10
265
+ def tag=(_arg0); end
266
+
267
+ # source://psych//lib/psych/coder.rb#11
268
+ def type; end
269
+ end
270
+
271
+ # source://psych//lib/psych/exception.rb#23
272
+ class Psych::DisallowedClass < ::Psych::Exception
273
+ # source://psych//lib/psych/exception.rb#24
274
+ def initialize(action, klass_name); end
275
+ end
276
+
277
+ # source://psych//lib/psych/handler.rb#13
278
+ class Psych::Handler
279
+ # source://psych//lib/psych/handler.rb#110
280
+ def alias(anchor); end
281
+
282
+ # source://psych//lib/psych/handler.rb#236
283
+ def empty; end
284
+
285
+ # source://psych//lib/psych/handler.rb#93
286
+ def end_document(implicit); end
287
+
288
+ # source://psych//lib/psych/handler.rb#230
289
+ def end_mapping; end
290
+
291
+ # source://psych//lib/psych/handler.rb#191
292
+ def end_sequence; end
293
+
294
+ # source://psych//lib/psych/handler.rb#241
295
+ def end_stream; end
296
+
297
+ # source://psych//lib/psych/handler.rb#246
298
+ def event_location(start_line, start_column, end_line, end_column); end
299
+
300
+ # source://psych//lib/psych/handler.rb#150
301
+ def scalar(value, anchor, tag, plain, quoted, style); end
302
+
303
+ # source://psych//lib/psych/handler.rb#72
304
+ def start_document(version, tag_directives, implicit); end
305
+
306
+ # source://psych//lib/psych/handler.rb#225
307
+ def start_mapping(anchor, tag, implicit, style); end
308
+
309
+ # source://psych//lib/psych/handler.rb#186
310
+ def start_sequence(anchor, tag, implicit, style); end
311
+
312
+ # source://psych//lib/psych/handler.rb#47
313
+ def start_stream(encoding); end
314
+
315
+ # source://psych//lib/psych/handler.rb#251
316
+ def streaming?; end
317
+ end
318
+
319
+ # source://psych//lib/psych/handler.rb#16
320
+ class Psych::Handler::DumperOptions
321
+ # source://psych//lib/psych/handler.rb#19
322
+ def initialize; end
323
+
324
+ # source://psych//lib/psych/handler.rb#17
325
+ def canonical; end
326
+
327
+ # source://psych//lib/psych/handler.rb#17
328
+ def canonical=(_arg0); end
329
+
330
+ # source://psych//lib/psych/handler.rb#17
331
+ def indentation; end
332
+
333
+ # source://psych//lib/psych/handler.rb#17
334
+ def indentation=(_arg0); end
335
+
336
+ # source://psych//lib/psych/handler.rb#17
337
+ def line_width; end
338
+
339
+ # source://psych//lib/psych/handler.rb#17
340
+ def line_width=(_arg0); end
341
+ end
342
+
343
+ # source://psych//lib/psych/handlers/document_stream.rb#6
344
+ class Psych::Handlers::DocumentStream < ::Psych::TreeBuilder
345
+ # source://psych//lib/psych/handlers/document_stream.rb#7
346
+ def initialize(&block); end
347
+
348
+ # source://psych//lib/psych/handlers/document_stream.rb#17
349
+ def end_document(implicit_end = T.unsafe(nil)); end
350
+
351
+ # source://psych//lib/psych/handlers/document_stream.rb#12
352
+ def start_document(version, tag_directives, implicit); end
353
+ end
354
+
355
+ # source://psych//lib/psych/json/ruby_events.rb#4
356
+ module Psych::JSON::RubyEvents
357
+ # source://psych//lib/psych/json/ruby_events.rb#10
358
+ def visit_DateTime(o); end
359
+
360
+ # source://psych//lib/psych/json/ruby_events.rb#14
361
+ def visit_String(o); end
362
+
363
+ # source://psych//lib/psych/json/ruby_events.rb#14
364
+ def visit_Symbol(o); end
365
+
366
+ # source://psych//lib/psych/json/ruby_events.rb#5
367
+ def visit_Time(o); end
368
+ end
369
+
370
+ # source://psych//lib/psych/json/stream.rb#7
371
+ class Psych::JSON::Stream < ::Psych::Visitors::JSONTree
372
+ include ::Psych::Streaming
373
+ extend ::Psych::Streaming::ClassMethods
374
+ end
375
+
376
+ # source://psych//lib/psych/json/stream.rb#12
377
+ class Psych::JSON::Stream::Emitter < ::Psych::Stream::Emitter
378
+ include ::Psych::JSON::YAMLEvents
379
+ end
380
+
381
+ # source://psych//lib/psych/json/tree_builder.rb#9
382
+ class Psych::JSON::TreeBuilder < ::Psych::TreeBuilder
383
+ include ::Psych::JSON::YAMLEvents
384
+ end
385
+
386
+ # source://psych//lib/psych/json/yaml_events.rb#4
387
+ module Psych::JSON::YAMLEvents
388
+ # source://psych//lib/psych/json/yaml_events.rb#9
389
+ def end_document(implicit_end = T.unsafe(nil)); end
390
+
391
+ # source://psych//lib/psych/json/yaml_events.rb#21
392
+ def scalar(value, anchor, tag, plain, quoted, style); end
393
+
394
+ # source://psych//lib/psych/json/yaml_events.rb#5
395
+ def start_document(version, tag_directives, implicit); end
396
+
397
+ # source://psych//lib/psych/json/yaml_events.rb#13
398
+ def start_mapping(anchor, tag, implicit, style); end
399
+
400
+ # source://psych//lib/psych/json/yaml_events.rb#17
401
+ def start_sequence(anchor, tag, implicit, style); end
402
+ end
403
+
404
+ # source://psych//lib/psych/nodes/alias.rb#9
405
+ class Psych::Nodes::Alias < ::Psych::Nodes::Node
406
+ # source://psych//lib/psych/nodes/alias.rb#14
407
+ def initialize(anchor); end
408
+
409
+ # source://psych//lib/psych/nodes/alias.rb#18
410
+ def alias?; end
411
+
412
+ # source://psych//lib/psych/nodes/alias.rb#11
413
+ def anchor; end
414
+
415
+ # source://psych//lib/psych/nodes/alias.rb#11
416
+ def anchor=(_arg0); end
417
+ end
418
+
419
+ # source://psych//lib/psych/nodes/document.rb#12
420
+ class Psych::Nodes::Document < ::Psych::Nodes::Node
421
+ # source://psych//lib/psych/nodes/document.rb#45
422
+ def initialize(version = T.unsafe(nil), tag_directives = T.unsafe(nil), implicit = T.unsafe(nil)); end
423
+
424
+ # source://psych//lib/psych/nodes/document.rb#60
425
+ def document?; end
426
+
427
+ # source://psych//lib/psych/nodes/document.rb#20
428
+ def implicit; end
429
+
430
+ # source://psych//lib/psych/nodes/document.rb#20
431
+ def implicit=(_arg0); end
432
+
433
+ # source://psych//lib/psych/nodes/document.rb#23
434
+ def implicit_end; end
435
+
436
+ # source://psych//lib/psych/nodes/document.rb#23
437
+ def implicit_end=(_arg0); end
438
+
439
+ # source://psych//lib/psych/nodes/document.rb#56
440
+ def root; end
441
+
442
+ # source://psych//lib/psych/nodes/document.rb#17
443
+ def tag_directives; end
444
+
445
+ # source://psych//lib/psych/nodes/document.rb#17
446
+ def tag_directives=(_arg0); end
447
+
448
+ # source://psych//lib/psych/nodes/document.rb#14
449
+ def version; end
450
+
451
+ # source://psych//lib/psych/nodes/document.rb#14
452
+ def version=(_arg0); end
453
+ end
454
+
455
+ # source://psych//lib/psych/nodes/mapping.rb#15
456
+ class Psych::Nodes::Mapping < ::Psych::Nodes::Node
457
+ # source://psych//lib/psych/nodes/mapping.rb#48
458
+ def initialize(anchor = T.unsafe(nil), tag = T.unsafe(nil), implicit = T.unsafe(nil), style = T.unsafe(nil)); end
459
+
460
+ # source://psych//lib/psych/nodes/mapping.rb#26
461
+ def anchor; end
462
+
463
+ # source://psych//lib/psych/nodes/mapping.rb#26
464
+ def anchor=(_arg0); end
465
+
466
+ # source://psych//lib/psych/nodes/mapping.rb#32
467
+ def implicit; end
468
+
469
+ # source://psych//lib/psych/nodes/mapping.rb#32
470
+ def implicit=(_arg0); end
471
+
472
+ # source://psych//lib/psych/nodes/mapping.rb#56
473
+ def mapping?; end
474
+
475
+ # source://psych//lib/psych/nodes/mapping.rb#35
476
+ def style; end
477
+
478
+ # source://psych//lib/psych/nodes/mapping.rb#35
479
+ def style=(_arg0); end
480
+
481
+ # source://psych//lib/psych/nodes/mapping.rb#29
482
+ def tag; end
483
+
484
+ # source://psych//lib/psych/nodes/mapping.rb#29
485
+ def tag=(_arg0); end
486
+ end
487
+
488
+ # source://psych//lib/psych/nodes/node.rb#10
489
+ class Psych::Nodes::Node
490
+ include ::Enumerable
491
+
492
+ # source://psych//lib/psych/nodes/node.rb#32
493
+ def initialize; end
494
+
495
+ # source://psych//lib/psych/nodes/node.rb#68
496
+ def alias?; end
497
+
498
+ # source://psych//lib/psych/nodes/node.rb#14
499
+ def children; end
500
+
501
+ # source://psych//lib/psych/nodes/node.rb#69
502
+ def document?; end
503
+
504
+ # source://psych//lib/psych/nodes/node.rb#39
505
+ def each(&block); end
506
+
507
+ # source://psych//lib/psych/nodes/node.rb#29
508
+ def end_column; end
509
+
510
+ # source://psych//lib/psych/nodes/node.rb#29
511
+ def end_column=(_arg0); end
512
+
513
+ # source://psych//lib/psych/nodes/node.rb#26
514
+ def end_line; end
515
+
516
+ # source://psych//lib/psych/nodes/node.rb#26
517
+ def end_line=(_arg0); end
518
+
519
+ # source://psych//lib/psych/nodes/node.rb#70
520
+ def mapping?; end
521
+
522
+ # source://psych//lib/psych/nodes/node.rb#71
523
+ def scalar?; end
524
+
525
+ # source://psych//lib/psych/nodes/node.rb#72
526
+ def sequence?; end
527
+
528
+ # source://psych//lib/psych/nodes/node.rb#23
529
+ def start_column; end
530
+
531
+ # source://psych//lib/psych/nodes/node.rb#23
532
+ def start_column=(_arg0); end
533
+
534
+ # source://psych//lib/psych/nodes/node.rb#20
535
+ def start_line; end
536
+
537
+ # source://psych//lib/psych/nodes/node.rb#20
538
+ def start_line=(_arg0); end
539
+
540
+ # source://psych//lib/psych/nodes/node.rb#73
541
+ def stream?; end
542
+
543
+ # source://psych//lib/psych/nodes/node.rb#17
544
+ def tag; end
545
+
546
+ # source://psych//lib/psych/nodes/node.rb#48
547
+ def to_ruby(symbolize_names: T.unsafe(nil), freeze: T.unsafe(nil), strict_integer: T.unsafe(nil)); end
548
+
549
+ # source://psych//lib/psych/nodes/node.rb#57
550
+ def to_yaml(io = T.unsafe(nil), options = T.unsafe(nil)); end
551
+
552
+ # source://psych//lib/psych/nodes/node.rb#48
553
+ def transform(symbolize_names: T.unsafe(nil), freeze: T.unsafe(nil), strict_integer: T.unsafe(nil)); end
554
+
555
+ # source://psych//lib/psych/nodes/node.rb#57
556
+ def yaml(io = T.unsafe(nil), options = T.unsafe(nil)); end
557
+ end
558
+
559
+ # source://psych//lib/psych/nodes/scalar.rb#8
560
+ class Psych::Nodes::Scalar < ::Psych::Nodes::Node
561
+ # source://psych//lib/psych/nodes/scalar.rb#58
562
+ def initialize(value, anchor = T.unsafe(nil), tag = T.unsafe(nil), plain = T.unsafe(nil), quoted = T.unsafe(nil), style = T.unsafe(nil)); end
563
+
564
+ # source://psych//lib/psych/nodes/scalar.rb#31
565
+ def anchor; end
566
+
567
+ # source://psych//lib/psych/nodes/scalar.rb#31
568
+ def anchor=(_arg0); end
569
+
570
+ # source://psych//lib/psych/nodes/scalar.rb#37
571
+ def plain; end
572
+
573
+ # source://psych//lib/psych/nodes/scalar.rb#37
574
+ def plain=(_arg0); end
575
+
576
+ # source://psych//lib/psych/nodes/scalar.rb#40
577
+ def quoted; end
578
+
579
+ # source://psych//lib/psych/nodes/scalar.rb#40
580
+ def quoted=(_arg0); end
581
+
582
+ # source://psych//lib/psych/nodes/scalar.rb#67
583
+ def scalar?; end
584
+
585
+ # source://psych//lib/psych/nodes/scalar.rb#43
586
+ def style; end
587
+
588
+ # source://psych//lib/psych/nodes/scalar.rb#43
589
+ def style=(_arg0); end
590
+
591
+ # source://psych//lib/psych/nodes/scalar.rb#34
592
+ def tag; end
593
+
594
+ # source://psych//lib/psych/nodes/scalar.rb#34
595
+ def tag=(_arg0); end
596
+
597
+ # source://psych//lib/psych/nodes/scalar.rb#28
598
+ def value; end
599
+
600
+ # source://psych//lib/psych/nodes/scalar.rb#28
601
+ def value=(_arg0); end
602
+ end
603
+
604
+ # source://psych//lib/psych/nodes/sequence.rb#41
605
+ class Psych::Nodes::Sequence < ::Psych::Nodes::Node
606
+ # source://psych//lib/psych/nodes/sequence.rb#73
607
+ def initialize(anchor = T.unsafe(nil), tag = T.unsafe(nil), implicit = T.unsafe(nil), style = T.unsafe(nil)); end
608
+
609
+ # source://psych//lib/psych/nodes/sequence.rb#52
610
+ def anchor; end
611
+
612
+ # source://psych//lib/psych/nodes/sequence.rb#52
613
+ def anchor=(_arg0); end
614
+
615
+ # source://psych//lib/psych/nodes/sequence.rb#58
616
+ def implicit; end
617
+
618
+ # source://psych//lib/psych/nodes/sequence.rb#58
619
+ def implicit=(_arg0); end
620
+
621
+ # source://psych//lib/psych/nodes/sequence.rb#81
622
+ def sequence?; end
623
+
624
+ # source://psych//lib/psych/nodes/sequence.rb#61
625
+ def style; end
626
+
627
+ # source://psych//lib/psych/nodes/sequence.rb#61
628
+ def style=(_arg0); end
629
+
630
+ # source://psych//lib/psych/nodes/sequence.rb#55
631
+ def tag; end
632
+
633
+ # source://psych//lib/psych/nodes/sequence.rb#55
634
+ def tag=(_arg0); end
635
+ end
636
+
637
+ # source://psych//lib/psych/nodes/stream.rb#8
638
+ class Psych::Nodes::Stream < ::Psych::Nodes::Node
639
+ # source://psych//lib/psych/nodes/stream.rb#32
640
+ def initialize(encoding = T.unsafe(nil)); end
641
+
642
+ # source://psych//lib/psych/nodes/stream.rb#25
643
+ def encoding; end
644
+
645
+ # source://psych//lib/psych/nodes/stream.rb#25
646
+ def encoding=(_arg0); end
647
+
648
+ # source://psych//lib/psych/nodes/stream.rb#37
649
+ def stream?; end
650
+ end
651
+
652
+ # source://psych//lib/psych/parser.rb#33
653
+ class Psych::Parser
654
+ # source://psych//lib/psych/parser.rb#47
655
+ def initialize(handler = T.unsafe(nil)); end
656
+
657
+ # source://psych//lib/psych/parser.rb#41
658
+ def external_encoding=(_arg0); end
659
+
660
+ # source://psych//lib/psych/parser.rb#38
661
+ def handler; end
662
+
663
+ # source://psych//lib/psych/parser.rb#38
664
+ def handler=(_arg0); end
665
+
666
+ # source://psych//lib/psych/parser.rb#61
667
+ def parse(yaml, path = T.unsafe(nil)); end
668
+ end
669
+
670
+ # source://psych//lib/psych/scalar_scanner.rb#6
671
+ class Psych::ScalarScanner
672
+ # source://psych//lib/psych/scalar_scanner.rb#30
673
+ def initialize(class_loader, strict_integer: T.unsafe(nil)); end
674
+
675
+ # source://psych//lib/psych/scalar_scanner.rb#27
676
+ def class_loader; end
677
+
678
+ # source://psych//lib/psych/scalar_scanner.rb#108
679
+ def parse_int(string); end
680
+
681
+ # source://psych//lib/psych/scalar_scanner.rb#114
682
+ def parse_time(string); end
683
+
684
+ # source://psych//lib/psych/scalar_scanner.rb#37
685
+ def tokenize(string); end
686
+ end
687
+
688
+ # source://psych//lib/psych/scalar_scanner.rb#22
689
+ Psych::ScalarScanner::INTEGER_LEGACY = T.let(T.unsafe(nil), Regexp)
690
+
691
+ # source://psych//lib/psych/scalar_scanner.rb#15
692
+ Psych::ScalarScanner::INTEGER_STRICT = T.let(T.unsafe(nil), Regexp)
693
+
694
+ # source://psych//lib/psych/stream.rb#24
695
+ class Psych::Stream < ::Psych::Visitors::YAMLTree
696
+ include ::Psych::Streaming
697
+ extend ::Psych::Streaming::ClassMethods
698
+ end
699
+
700
+ # source://psych//lib/psych/stream.rb#25
701
+ class Psych::Stream::Emitter < ::Psych::Emitter
702
+ # source://psych//lib/psych/stream.rb#26
703
+ def end_document(implicit_end = T.unsafe(nil)); end
704
+
705
+ # source://psych//lib/psych/stream.rb#30
706
+ def streaming?; end
707
+ end
708
+
709
+ # source://psych//lib/psych/streaming.rb#3
710
+ module Psych::Streaming
711
+ # source://psych//lib/psych/streaming.rb#18
712
+ def start(encoding = T.unsafe(nil)); end
713
+
714
+ private
715
+
716
+ # source://psych//lib/psych/streaming.rb#25
717
+ def register(target, obj); end
718
+ end
719
+
720
+ # source://psych//lib/psych/streaming.rb#4
721
+ module Psych::Streaming::ClassMethods
722
+ # source://psych//lib/psych/streaming.rb#8
723
+ def new(io); end
724
+ end
725
+
726
+ # source://psych//lib/psych/syntax_error.rb#5
727
+ class Psych::SyntaxError < ::Psych::Exception
728
+ # source://psych//lib/psych/syntax_error.rb#8
729
+ def initialize(file, line, col, offset, problem, context); end
730
+
731
+ # source://psych//lib/psych/syntax_error.rb#6
732
+ def column; end
733
+
734
+ # source://psych//lib/psych/syntax_error.rb#6
735
+ def context; end
736
+
737
+ # source://psych//lib/psych/syntax_error.rb#6
738
+ def file; end
739
+
740
+ # source://psych//lib/psych/syntax_error.rb#6
741
+ def line; end
742
+
743
+ # source://psych//lib/psych/syntax_error.rb#6
744
+ def offset; end
745
+
746
+ # source://psych//lib/psych/syntax_error.rb#6
747
+ def problem; end
748
+ end
749
+
750
+ # source://psych//lib/psych/tree_builder.rb#17
751
+ class Psych::TreeBuilder < ::Psych::Handler
752
+ # source://psych//lib/psych/tree_builder.rb#22
753
+ def initialize; end
754
+
755
+ # source://psych//lib/psych/tree_builder.rb#103
756
+ def alias(anchor); end
757
+
758
+ # source://psych//lib/psych/tree_builder.rb#77
759
+ def end_document(implicit_end = T.unsafe(nil)); end
760
+
761
+ # source://psych//lib/psych/tree_builder.rb#52
762
+ def end_mapping; end
763
+
764
+ # source://psych//lib/psych/tree_builder.rb#52
765
+ def end_sequence; end
766
+
767
+ # source://psych//lib/psych/tree_builder.rb#90
768
+ def end_stream; end
769
+
770
+ # source://psych//lib/psych/tree_builder.rb#33
771
+ def event_location(start_line, start_column, end_line, end_column); end
772
+
773
+ # source://psych//lib/psych/tree_builder.rb#19
774
+ def root; end
775
+
776
+ # source://psych//lib/psych/tree_builder.rb#96
777
+ def scalar(value, anchor, tag, plain, quoted, style); end
778
+
779
+ # source://psych//lib/psych/tree_builder.rb#65
780
+ def start_document(version, tag_directives, implicit); end
781
+
782
+ # source://psych//lib/psych/tree_builder.rb#45
783
+ def start_mapping(anchor, tag, implicit, style); end
784
+
785
+ # source://psych//lib/psych/tree_builder.rb#45
786
+ def start_sequence(anchor, tag, implicit, style); end
787
+
788
+ # source://psych//lib/psych/tree_builder.rb#84
789
+ def start_stream(encoding); end
790
+
791
+ private
792
+
793
+ # source://psych//lib/psych/tree_builder.rb#116
794
+ def pop; end
795
+
796
+ # source://psych//lib/psych/tree_builder.rb#111
797
+ def push(value); end
798
+
799
+ # source://psych//lib/psych/tree_builder.rb#132
800
+ def set_end_location(node); end
801
+
802
+ # source://psych//lib/psych/tree_builder.rb#122
803
+ def set_location(node); end
804
+
805
+ # source://psych//lib/psych/tree_builder.rb#127
806
+ def set_start_location(node); end
807
+ end
808
+
809
+ # source://psych//lib/psych/versions.rb#5
810
+ Psych::VERSION = T.let(T.unsafe(nil), String)
811
+
812
+ # source://psych//lib/psych/visitors/depth_first.rb#4
813
+ class Psych::Visitors::DepthFirst < ::Psych::Visitors::Visitor
814
+ # source://psych//lib/psych/visitors/depth_first.rb#5
815
+ def initialize(block); end
816
+
817
+ private
818
+
819
+ # source://psych//lib/psych/visitors/depth_first.rb#11
820
+ def nary(o); end
821
+
822
+ # source://psych//lib/psych/visitors/depth_first.rb#20
823
+ def terminal(o); end
824
+
825
+ # source://psych//lib/psych/visitors/depth_first.rb#20
826
+ def visit_Psych_Nodes_Alias(o); end
827
+
828
+ # source://psych//lib/psych/visitors/depth_first.rb#11
829
+ def visit_Psych_Nodes_Document(o); end
830
+
831
+ # source://psych//lib/psych/visitors/depth_first.rb#11
832
+ def visit_Psych_Nodes_Mapping(o); end
833
+
834
+ # source://psych//lib/psych/visitors/depth_first.rb#20
835
+ def visit_Psych_Nodes_Scalar(o); end
836
+
837
+ # source://psych//lib/psych/visitors/depth_first.rb#11
838
+ def visit_Psych_Nodes_Sequence(o); end
839
+
840
+ # source://psych//lib/psych/visitors/depth_first.rb#11
841
+ def visit_Psych_Nodes_Stream(o); end
842
+ end
843
+
844
+ # source://psych//lib/psych/visitors/emitter.rb#4
845
+ class Psych::Visitors::Emitter < ::Psych::Visitors::Visitor
846
+ # source://psych//lib/psych/visitors/emitter.rb#5
847
+ def initialize(io, options = T.unsafe(nil)); end
848
+
849
+ # source://psych//lib/psych/visitors/emitter.rb#47
850
+ def visit_Psych_Nodes_Alias(o); end
851
+
852
+ # source://psych//lib/psych/visitors/emitter.rb#25
853
+ def visit_Psych_Nodes_Document(o); end
854
+
855
+ # source://psych//lib/psych/visitors/emitter.rb#41
856
+ def visit_Psych_Nodes_Mapping(o); end
857
+
858
+ # source://psych//lib/psych/visitors/emitter.rb#31
859
+ def visit_Psych_Nodes_Scalar(o); end
860
+
861
+ # source://psych//lib/psych/visitors/emitter.rb#35
862
+ def visit_Psych_Nodes_Sequence(o); end
863
+
864
+ # source://psych//lib/psych/visitors/emitter.rb#19
865
+ def visit_Psych_Nodes_Stream(o); end
866
+ end
867
+
868
+ # source://psych//lib/psych/visitors/json_tree.rb#6
869
+ class Psych::Visitors::JSONTree < ::Psych::Visitors::YAMLTree
870
+ include ::Psych::JSON::RubyEvents
871
+
872
+ # source://psych//lib/psych/visitors/json_tree.rb#16
873
+ def accept(target); end
874
+
875
+ class << self
876
+ # source://psych//lib/psych/visitors/json_tree.rb#9
877
+ def create(options = T.unsafe(nil)); end
878
+ end
879
+ end
880
+
881
+ # source://psych//lib/psych/visitors/to_ruby.rb#469
882
+ class Psych::Visitors::NoAliasRuby < ::Psych::Visitors::ToRuby
883
+ # source://psych//lib/psych/visitors/to_ruby.rb#470
884
+ def visit_Psych_Nodes_Alias(o); end
885
+ end
886
+
887
+ # source://psych//lib/psych/visitors/yaml_tree.rb#580
888
+ class Psych::Visitors::RestrictedYAMLTree < ::Psych::Visitors::YAMLTree
889
+ # source://psych//lib/psych/visitors/yaml_tree.rb#592
890
+ def initialize(emitter, ss, options); end
891
+
892
+ # source://psych//lib/psych/visitors/yaml_tree.rb#605
893
+ def accept(target); end
894
+
895
+ # source://psych//lib/psych/visitors/yaml_tree.rb#617
896
+ def visit_Symbol(sym); end
897
+ end
898
+
899
+ # source://psych//lib/psych/visitors/yaml_tree.rb#581
900
+ Psych::Visitors::RestrictedYAMLTree::DEFAULT_PERMITTED_CLASSES = T.let(T.unsafe(nil), Hash)
901
+
902
+ # source://psych//lib/psych/visitors/to_ruby.rb#14
903
+ class Psych::Visitors::ToRuby < ::Psych::Visitors::Visitor
904
+ # source://psych//lib/psych/visitors/to_ruby.rb#23
905
+ def initialize(ss, class_loader, symbolize_names: T.unsafe(nil), freeze: T.unsafe(nil)); end
906
+
907
+ # source://psych//lib/psych/visitors/to_ruby.rb#34
908
+ def accept(target); end
909
+
910
+ # source://psych//lib/psych/visitors/to_ruby.rb#21
911
+ def class_loader; end
912
+
913
+ # source://psych//lib/psych/visitors/to_ruby.rb#352
914
+ def visit_Psych_Nodes_Alias(o); end
915
+
916
+ # source://psych//lib/psych/visitors/to_ruby.rb#344
917
+ def visit_Psych_Nodes_Document(o); end
918
+
919
+ # source://psych//lib/psych/visitors/to_ruby.rb#164
920
+ def visit_Psych_Nodes_Mapping(o); end
921
+
922
+ # source://psych//lib/psych/visitors/to_ruby.rb#128
923
+ def visit_Psych_Nodes_Scalar(o); end
924
+
925
+ # source://psych//lib/psych/visitors/to_ruby.rb#132
926
+ def visit_Psych_Nodes_Sequence(o); end
927
+
928
+ # source://psych//lib/psych/visitors/to_ruby.rb#348
929
+ def visit_Psych_Nodes_Stream(o); end
930
+
931
+ private
932
+
933
+ # source://psych//lib/psych/visitors/to_ruby.rb#369
934
+ def allocate_anon_data(node, members); end
935
+
936
+ # source://psych//lib/psych/visitors/to_ruby.rb#434
937
+ def deduplicate(key); end
938
+
939
+ # source://psych//lib/psych/visitors/to_ruby.rb#51
940
+ def deserialize(o); end
941
+
942
+ # source://psych//lib/psych/visitors/to_ruby.rb#451
943
+ def init_with(o, h, node); end
944
+
945
+ # source://psych//lib/psych/visitors/to_ruby.rb#443
946
+ def merge_key(hash, key, val); end
947
+
948
+ # source://psych//lib/psych/visitors/to_ruby.rb#358
949
+ def register(node, object); end
950
+
951
+ # source://psych//lib/psych/visitors/to_ruby.rb#363
952
+ def register_empty(object); end
953
+
954
+ # source://psych//lib/psych/visitors/to_ruby.rb#464
955
+ def resolve_class(klassname); end
956
+
957
+ # source://psych//lib/psych/visitors/to_ruby.rb#446
958
+ def revive(klass, node); end
959
+
960
+ # source://psych//lib/psych/visitors/to_ruby.rb#374
961
+ def revive_data_members(hash, o); end
962
+
963
+ # source://psych//lib/psych/visitors/to_ruby.rb#383
964
+ def revive_hash(hash, o, tagged = T.unsafe(nil)); end
965
+
966
+ class << self
967
+ # source://psych//lib/psych/visitors/to_ruby.rb#15
968
+ def create(symbolize_names: T.unsafe(nil), freeze: T.unsafe(nil), strict_integer: T.unsafe(nil)); end
969
+ end
970
+ end
971
+
972
+ # source://psych//lib/psych/visitors/visitor.rb#4
973
+ class Psych::Visitors::Visitor
974
+ # source://psych//lib/psych/visitors/visitor.rb#5
975
+ def accept(target); end
976
+
977
+ private
978
+
979
+ # source://psych//lib/psych/visitors/visitor.rb#19
980
+ def dispatch; end
981
+
982
+ # source://psych//lib/psych/visitors/visitor.rb#29
983
+ def visit(target); end
984
+
985
+ class << self
986
+ # source://psych//lib/psych/visitors/visitor.rb#12
987
+ def dispatch_cache; end
988
+ end
989
+ end
990
+
991
+ # source://psych//lib/psych/visitors/yaml_tree.rb#15
992
+ class Psych::Visitors::YAMLTree < ::Psych::Visitors::Visitor
993
+ # source://psych//lib/psych/visitors/yaml_tree.rb#51
994
+ def initialize(emitter, ss, options); end
995
+
996
+ # source://psych//lib/psych/visitors/yaml_tree.rb#99
997
+ def <<(object); end
998
+
999
+ # source://psych//lib/psych/visitors/yaml_tree.rb#119
1000
+ def accept(target); end
1001
+
1002
+ # source://psych//lib/psych/visitors/yaml_tree.rb#88
1003
+ def finish; end
1004
+
1005
+ # source://psych//lib/psych/visitors/yaml_tree.rb#40
1006
+ def finished; end
1007
+
1008
+ # source://psych//lib/psych/visitors/yaml_tree.rb#40
1009
+ def finished?; end
1010
+
1011
+ # source://psych//lib/psych/visitors/yaml_tree.rb#99
1012
+ def push(object); end
1013
+
1014
+ # source://psych//lib/psych/visitors/yaml_tree.rb#82
1015
+ def start(encoding = T.unsafe(nil)); end
1016
+
1017
+ # source://psych//lib/psych/visitors/yaml_tree.rb#40
1018
+ def started; end
1019
+
1020
+ # source://psych//lib/psych/visitors/yaml_tree.rb#40
1021
+ def started?; end
1022
+
1023
+ # source://psych//lib/psych/visitors/yaml_tree.rb#94
1024
+ def tree; end
1025
+
1026
+ # source://psych//lib/psych/visitors/yaml_tree.rb#386
1027
+ def visit_Array(o); end
1028
+
1029
+ # source://psych//lib/psych/visitors/yaml_tree.rb#412
1030
+ def visit_BasicObject(o); end
1031
+
1032
+ # source://psych//lib/psych/visitors/yaml_tree.rb#286
1033
+ def visit_BigDecimal(o); end
1034
+
1035
+ # source://psych//lib/psych/visitors/yaml_tree.rb#349
1036
+ def visit_Class(o); end
1037
+
1038
+ # source://psych//lib/psych/visitors/yaml_tree.rb#259
1039
+ def visit_Complex(o); end
1040
+
1041
+ # source://psych//lib/psych/visitors/yaml_tree.rb#165
1042
+ def visit_Data(o); end
1043
+
1044
+ # source://psych//lib/psych/visitors/yaml_tree.rb#229
1045
+ def visit_Date(o); end
1046
+
1047
+ # source://psych//lib/psych/visitors/yaml_tree.rb#234
1048
+ def visit_DateTime(o); end
1049
+
1050
+ # source://psych//lib/psych/visitors/yaml_tree.rb#149
1051
+ def visit_Delegator(o); end
1052
+
1053
+ # source://psych//lib/psych/visitors/yaml_tree.rb#144
1054
+ def visit_Encoding(o); end
1055
+
1056
+ # source://psych//lib/psych/visitors/yaml_tree.rb#394
1057
+ def visit_Enumerator(o); end
1058
+
1059
+ # source://psych//lib/psych/visitors/yaml_tree.rb#217
1060
+ def visit_Exception(o); end
1061
+
1062
+ # source://psych//lib/psych/visitors/yaml_tree.rb#269
1063
+ def visit_FalseClass(o); end
1064
+
1065
+ # source://psych//lib/psych/visitors/yaml_tree.rb#275
1066
+ def visit_Float(o); end
1067
+
1068
+ # source://psych//lib/psych/visitors/yaml_tree.rb#362
1069
+ def visit_Hash(o); end
1070
+
1071
+ # source://psych//lib/psych/visitors/yaml_tree.rb#269
1072
+ def visit_Integer(o); end
1073
+
1074
+ # source://psych//lib/psych/visitors/yaml_tree.rb#344
1075
+ def visit_Module(o); end
1076
+
1077
+ # source://psych//lib/psych/visitors/yaml_tree.rb#221
1078
+ def visit_NameError(o); end
1079
+
1080
+ # source://psych//lib/psych/visitors/yaml_tree.rb#400
1081
+ def visit_NilClass(o); end
1082
+
1083
+ # source://psych//lib/psych/visitors/yaml_tree.rb#149
1084
+ def visit_Object(o); end
1085
+
1086
+ # source://psych//lib/psych/visitors/yaml_tree.rb#136
1087
+ def visit_Psych_Omap(o); end
1088
+
1089
+ # source://psych//lib/psych/visitors/yaml_tree.rb#375
1090
+ def visit_Psych_Set(o); end
1091
+
1092
+ # source://psych//lib/psych/visitors/yaml_tree.rb#354
1093
+ def visit_Range(o); end
1094
+
1095
+ # source://psych//lib/psych/visitors/yaml_tree.rb#246
1096
+ def visit_Rational(o); end
1097
+
1098
+ # source://psych//lib/psych/visitors/yaml_tree.rb#225
1099
+ def visit_Regexp(o); end
1100
+
1101
+ # source://psych//lib/psych/visitors/yaml_tree.rb#290
1102
+ def visit_String(o); end
1103
+
1104
+ # source://psych//lib/psych/visitors/yaml_tree.rb#203
1105
+ def visit_Struct(o); end
1106
+
1107
+ # source://psych//lib/psych/visitors/yaml_tree.rb#404
1108
+ def visit_Symbol(o); end
1109
+
1110
+ # source://psych//lib/psych/visitors/yaml_tree.rb#241
1111
+ def visit_Time(o); end
1112
+
1113
+ # source://psych//lib/psych/visitors/yaml_tree.rb#269
1114
+ def visit_TrueClass(o); end
1115
+
1116
+ private
1117
+
1118
+ # source://psych//lib/psych/visitors/yaml_tree.rb#426
1119
+ def binary?(string); end
1120
+
1121
+ # source://psych//lib/psych/visitors/yaml_tree.rb#537
1122
+ def dump_coder(o); end
1123
+
1124
+ # source://psych//lib/psych/visitors/yaml_tree.rb#502
1125
+ def dump_exception(o, msg); end
1126
+
1127
+ # source://psych//lib/psych/visitors/yaml_tree.rb#572
1128
+ def dump_ivars(target); end
1129
+
1130
+ # source://psych//lib/psych/visitors/yaml_tree.rb#499
1131
+ def dump_list(o); end
1132
+
1133
+ # source://psych//lib/psych/visitors/yaml_tree.rb#550
1134
+ def emit_coder(c, o); end
1135
+
1136
+ # source://psych//lib/psych/visitors/yaml_tree.rb#528
1137
+ def format_date(date); end
1138
+
1139
+ # source://psych//lib/psych/visitors/yaml_tree.rb#520
1140
+ def format_time(time, utc = T.unsafe(nil)); end
1141
+
1142
+ # source://psych//lib/psych/visitors/yaml_tree.rb#532
1143
+ def register(target, yaml_obj); end
1144
+
1145
+ # source://psych//lib/psych/visitors/yaml_tree.rb#430
1146
+ def visit_array_subclass(o); end
1147
+
1148
+ # source://psych//lib/psych/visitors/yaml_tree.rb#461
1149
+ def visit_hash_subclass(o); end
1150
+
1151
+ class << self
1152
+ # source://psych//lib/psych/visitors/yaml_tree.rb#44
1153
+ def create(options = T.unsafe(nil), emitter = T.unsafe(nil)); end
1154
+ end
1155
+ end
1156
+
1157
+ # source://psych//lib/psych/visitors/yaml_tree.rb#16
1158
+ class Psych::Visitors::YAMLTree::Registrar
1159
+ # source://psych//lib/psych/visitors/yaml_tree.rb#17
1160
+ def initialize; end
1161
+
1162
+ # source://psych//lib/psych/visitors/yaml_tree.rb#31
1163
+ def id_for(target); end
1164
+
1165
+ # source://psych//lib/psych/visitors/yaml_tree.rb#27
1166
+ def key?(target); end
1167
+
1168
+ # source://psych//lib/psych/visitors/yaml_tree.rb#35
1169
+ def node_for(target); end
1170
+
1171
+ # source://psych//lib/psych/visitors/yaml_tree.rb#23
1172
+ def register(target, node); end
1173
+ end