alchemrest 3.2.1 → 3.2.3

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 (38) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +39 -55
  3. data/gemfiles/faraday_2.gemfile.lock +1 -1
  4. data/gemfiles/rails_7_2.gemfile.lock +1 -1
  5. data/gemfiles/rails_8_0.gemfile.lock +1 -1
  6. data/lib/alchemrest/data.rb +2 -2
  7. data/lib/alchemrest/version.rb +1 -1
  8. data/rbi/alchemrest.rbi +39 -2
  9. data/sorbet/rbi/gems/{actionpack@8.0.4.rbi → actionpack@8.0.4.1.rbi} +204 -204
  10. data/sorbet/rbi/gems/{actionview@8.0.4.rbi → actionview@8.0.4.1.rbi} +251 -251
  11. data/sorbet/rbi/gems/{activemodel@8.0.4.rbi → activemodel@8.0.4.1.rbi} +3 -3
  12. data/sorbet/rbi/gems/{activesupport@8.0.4.rbi → activesupport@8.0.4.1.rbi} +84 -84
  13. data/sorbet/rbi/gems/{addressable@2.8.7.rbi → addressable@2.9.0.rbi} +94 -97
  14. data/sorbet/rbi/gems/{bigdecimal@3.3.1.rbi → bigdecimal@4.0.1.rbi} +16 -5
  15. data/sorbet/rbi/gems/{concurrent-ruby@1.3.5.rbi → concurrent-ruby@1.3.7.rbi} +146 -130
  16. data/sorbet/rbi/gems/{faraday-net_http@1.0.2.rbi → faraday-net_http@3.4.4.rbi} +49 -46
  17. data/sorbet/rbi/gems/{faraday@1.10.5.rbi → faraday@2.14.3.rbi} +708 -519
  18. data/sorbet/rbi/gems/{i18n@1.14.7.rbi → i18n@1.14.8.rbi} +103 -103
  19. data/sorbet/rbi/gems/{minitest@5.26.0.rbi → minitest@5.27.0.rbi} +208 -205
  20. data/sorbet/rbi/gems/net-http@0.9.1.rbi +977 -0
  21. data/sorbet/rbi/gems/{nokogiri@1.19.1.rbi → nokogiri@1.19.4.rbi} +213 -199
  22. data/sorbet/rbi/gems/{rack-session@2.1.1.rbi → rack-session@2.1.2.rbi} +95 -34
  23. data/sorbet/rbi/gems/{rack@3.1.14.rbi → rack@3.1.21.rbi} +213 -177
  24. data/sorbet/rbi/gems/{railties@8.0.4.rbi → railties@8.0.4.1.rbi} +59 -59
  25. data/sorbet/rbi/gems/{yard@0.9.37.rbi → yard@0.9.42.rbi} +952 -332
  26. metadata +22 -34
  27. data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +0 -181
  28. data/sorbet/rbi/gems/faraday-em_synchrony@1.0.1.rbi +0 -120
  29. data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +0 -128
  30. data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +0 -123
  31. data/sorbet/rbi/gems/faraday-multipart@1.2.0.rbi +0 -190
  32. data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +0 -116
  33. data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +0 -119
  34. data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +0 -113
  35. data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +0 -149
  36. data/sorbet/rbi/gems/multipart-post@2.4.1.rbi +0 -154
  37. /data/sorbet/rbi/gems/{connection_pool@2.5.4.rbi → connection_pool@3.0.2.rbi} +0 -0
  38. /data/sorbet/rbi/gems/{public_suffix@6.0.1.rbi → public_suffix@7.0.5.rbi} +0 -0
@@ -150,75 +150,75 @@ class Gem::SourceIndex
150
150
  end
151
151
  end
152
152
 
153
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#17
153
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#35
154
154
  class IRB::SLex
155
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#25
155
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#43
156
156
  def initialize; end
157
157
 
158
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#60
158
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#78
159
159
  def create(token, preproc = T.unsafe(nil), postproc = T.unsafe(nil)); end
160
160
 
161
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#29
161
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#47
162
162
  def def_rule(token, preproc = T.unsafe(nil), postproc = T.unsafe(nil), &block); end
163
163
 
164
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#36
164
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#54
165
165
  def def_rules(*tokens, &block); end
166
166
 
167
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#77
167
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#95
168
168
  def inspect; end
169
169
 
170
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#64
170
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#82
171
171
  def match(token); end
172
172
 
173
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#51
173
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#69
174
174
  def postproc(token); end
175
175
 
176
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#45
176
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#63
177
177
  def preproc(token, proc); end
178
178
 
179
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#56
179
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#74
180
180
  def search(token); end
181
181
  end
182
182
 
183
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#18
183
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#36
184
184
  IRB::SLex::DOUT = T.let(T.unsafe(nil), IRB::Notifier::CompositeNotifier)
185
185
 
186
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#20
186
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#38
187
187
  IRB::SLex::D_DEBUG = T.let(T.unsafe(nil), IRB::Notifier::LeveledNotifier)
188
188
 
189
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#21
189
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#39
190
190
  IRB::SLex::D_DETAIL = T.let(T.unsafe(nil), IRB::Notifier::LeveledNotifier)
191
191
 
192
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#19
192
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#37
193
193
  IRB::SLex::D_WARN = T.let(T.unsafe(nil), IRB::Notifier::LeveledNotifier)
194
194
 
195
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#86
195
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#104
196
196
  class IRB::SLex::Node
197
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#89
197
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#107
198
198
  def initialize(preproc = T.unsafe(nil), postproc = T.unsafe(nil)); end
199
199
 
200
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#113
200
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#131
201
201
  def create_subnode(chrs, preproc = T.unsafe(nil), postproc = T.unsafe(nil)); end
202
202
 
203
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#161
203
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#179
204
204
  def match(chrs, op = T.unsafe(nil)); end
205
205
 
206
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#198
206
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#216
207
207
  def match_io(io, op = T.unsafe(nil)); end
208
208
 
209
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#96
209
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#114
210
210
  def postproc; end
211
211
 
212
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#96
212
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#114
213
213
  def postproc=(_arg0); end
214
214
 
215
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#95
215
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#113
216
216
  def preproc; end
217
217
 
218
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#95
218
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#113
219
219
  def preproc=(_arg0); end
220
220
 
221
- # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#98
221
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#116
222
222
  def search(chrs, opt = T.unsafe(nil)); end
223
223
  end
224
224
 
@@ -272,19 +272,19 @@ RUBY19 = T.let(T.unsafe(nil), TrueClass)
272
272
 
273
273
  # source://yard//lib/yard/server/rack_adapter.rb#93
274
274
  class Rack::Request
275
- # source://rack/3.0.9.1/lib/rack/request.rb#62
275
+ # source://rack/3.1.21/lib/rack/request.rb#62
276
276
  def initialize(env); end
277
277
 
278
- # source://rack/3.0.9.1/lib/rack/request.rb#76
278
+ # source://rack/3.1.21/lib/rack/request.rb#76
279
279
  def delete_param(k); end
280
280
 
281
- # source://rack/3.0.9.1/lib/rack/request.rb#67
281
+ # source://rack/3.1.21/lib/rack/request.rb#67
282
282
  def params; end
283
283
 
284
- # source://rack/3.0.9.1/lib/rack/request.rb#67
284
+ # source://rack/3.1.21/lib/rack/request.rb#67
285
285
  def query; end
286
286
 
287
- # source://rack/3.0.9.1/lib/rack/request.rb#71
287
+ # source://rack/3.1.21/lib/rack/request.rb#71
288
288
  def update_param(k, v); end
289
289
 
290
290
  # source://yard//lib/yard/server/rack_adapter.rb#94
@@ -297,22 +297,22 @@ class Rack::Request
297
297
  def xhr?; end
298
298
 
299
299
  class << self
300
- # source://rack/3.0.9.1/lib/rack/request.rb#31
300
+ # source://rack/3.1.21/lib/rack/request.rb#31
301
301
  def forwarded_priority; end
302
302
 
303
- # source://rack/3.0.9.1/lib/rack/request.rb#31
303
+ # source://rack/3.1.21/lib/rack/request.rb#31
304
304
  def forwarded_priority=(_arg0); end
305
305
 
306
- # source://rack/3.0.9.1/lib/rack/request.rb#18
306
+ # source://rack/3.1.21/lib/rack/request.rb#18
307
307
  def ip_filter; end
308
308
 
309
- # source://rack/3.0.9.1/lib/rack/request.rb#18
309
+ # source://rack/3.1.21/lib/rack/request.rb#18
310
310
  def ip_filter=(_arg0); end
311
311
 
312
- # source://rack/3.0.9.1/lib/rack/request.rb#40
312
+ # source://rack/3.1.21/lib/rack/request.rb#40
313
313
  def x_forwarded_proto_priority; end
314
314
 
315
- # source://rack/3.0.9.1/lib/rack/request.rb#40
315
+ # source://rack/3.1.21/lib/rack/request.rb#40
316
316
  def x_forwarded_proto_priority=(_arg0); end
317
317
  end
318
318
  end
@@ -360,18 +360,6 @@ class SymbolHash < ::Hash
360
360
  end
361
361
  end
362
362
 
363
- # source://yard//lib/yard/server/webrick_adapter.rb#42
364
- class WEBrick::HTTPRequest
365
- # source://yard//lib/yard/server/webrick_adapter.rb#43
366
- def version_supplied; end
367
-
368
- # source://yard//lib/yard/server/webrick_adapter.rb#43
369
- def version_supplied=(_arg0); end
370
-
371
- # source://yard//lib/yard/server/webrick_adapter.rb#44
372
- def xhr?; end
373
- end
374
-
375
363
  # source://yard//lib/yard.rb#2
376
364
  module YARD
377
365
  class << self
@@ -537,53 +525,53 @@ class YARD::CLI::Config < ::YARD::CLI::Command
537
525
  def view_item; end
538
526
  end
539
527
 
540
- # source://yard//lib/yard/cli/diff.rb#11
528
+ # source://yard//lib/yard/cli/diff.rb#12
541
529
  class YARD::CLI::Diff < ::YARD::CLI::Command
542
- # source://yard//lib/yard/cli/diff.rb#12
530
+ # source://yard//lib/yard/cli/diff.rb#13
543
531
  def initialize; end
544
532
 
545
- # source://yard//lib/yard/cli/diff.rb#24
533
+ # source://yard//lib/yard/cli/diff.rb#25
546
534
  def description; end
547
535
 
548
- # source://yard//lib/yard/cli/diff.rb#28
536
+ # source://yard//lib/yard/cli/diff.rb#29
549
537
  def run(*args); end
550
538
 
551
539
  private
552
540
 
553
- # source://yard//lib/yard/cli/diff.rb#83
541
+ # source://yard//lib/yard/cli/diff.rb#84
554
542
  def added_objects(registry1, registry2); end
555
543
 
556
- # source://yard//lib/yard/cli/diff.rb#78
544
+ # source://yard//lib/yard/cli/diff.rb#79
557
545
  def all_objects; end
558
546
 
559
- # source://yard//lib/yard/cli/diff.rb#233
547
+ # source://yard//lib/yard/cli/diff.rb#238
560
548
  def cleanup(gemfile); end
561
549
 
562
- # source://yard//lib/yard/cli/diff.rb#175
550
+ # source://yard//lib/yard/cli/diff.rb#180
563
551
  def expand_and_parse(gemfile, io); end
564
552
 
565
- # source://yard//lib/yard/cli/diff.rb#187
553
+ # source://yard//lib/yard/cli/diff.rb#192
566
554
  def expand_gem(gemfile, io); end
567
555
 
568
- # source://yard//lib/yard/cli/diff.rb#181
556
+ # source://yard//lib/yard/cli/diff.rb#186
569
557
  def generate_yardoc(dir); end
570
558
 
571
- # source://yard//lib/yard/cli/diff.rb#118
559
+ # source://yard//lib/yard/cli/diff.rb#123
572
560
  def load_gem_data(gemfile); end
573
561
 
574
- # source://yard//lib/yard/cli/diff.rb#102
562
+ # source://yard//lib/yard/cli/diff.rb#103
575
563
  def load_git_commit(commit); end
576
564
 
577
- # source://yard//lib/yard/cli/diff.rb#87
565
+ # source://yard//lib/yard/cli/diff.rb#88
578
566
  def modified_objects(registry1, registry2); end
579
567
 
580
- # source://yard//lib/yard/cli/diff.rb#239
568
+ # source://yard//lib/yard/cli/diff.rb#244
581
569
  def optparse(*args); end
582
570
 
583
- # source://yard//lib/yard/cli/diff.rb#98
571
+ # source://yard//lib/yard/cli/diff.rb#99
584
572
  def removed_objects(registry1, registry2); end
585
573
 
586
- # source://yard//lib/yard/cli/diff.rb#225
574
+ # source://yard//lib/yard/cli/diff.rb#230
587
575
  def require_rubygems; end
588
576
  end
589
577
 
@@ -2258,13 +2246,13 @@ class YARD::Handlers::Base
2258
2246
  # source://yard//lib/yard/handlers/base.rb#355
2259
2247
  def abort!; end
2260
2248
 
2261
- # source://yard//lib/yard/handlers/base.rb#581
2249
+ # source://yard//lib/yard/handlers/base.rb#603
2262
2250
  def call_params; end
2263
2251
 
2264
- # source://yard//lib/yard/handlers/base.rb#590
2252
+ # source://yard//lib/yard/handlers/base.rb#612
2265
2253
  def caller_method; end
2266
2254
 
2267
- # source://yard//lib/yard/handlers/base.rb#561
2255
+ # source://yard//lib/yard/handlers/base.rb#583
2268
2256
  def ensure_loaded!(object, max_retries = T.unsafe(nil)); end
2269
2257
 
2270
2258
  # source://yard//lib/yard/handlers/base.rb#348
@@ -2303,7 +2291,7 @@ class YARD::Handlers::Base
2303
2291
  # source://yard//lib/yard/handlers/base.rb#450
2304
2292
  def register_docstring(object, docstring = T.unsafe(nil), stmt = T.unsafe(nil)); end
2305
2293
 
2306
- # source://yard//lib/yard/handlers/base.rb#537
2294
+ # source://yard//lib/yard/handlers/base.rb#559
2307
2295
  def register_dynamic(object); end
2308
2296
 
2309
2297
  # source://yard//lib/yard/handlers/base.rb#429
@@ -2312,19 +2300,19 @@ class YARD::Handlers::Base
2312
2300
  # source://yard//lib/yard/handlers/base.rb#441
2313
2301
  def register_file_info(object, file = T.unsafe(nil), line = T.unsafe(nil), comments = T.unsafe(nil)); end
2314
2302
 
2315
- # source://yard//lib/yard/handlers/base.rb#473
2303
+ # source://yard//lib/yard/handlers/base.rb#485
2316
2304
  def register_group(object, group = T.unsafe(nil)); end
2317
2305
 
2318
- # source://yard//lib/yard/handlers/base.rb#523
2306
+ # source://yard//lib/yard/handlers/base.rb#545
2319
2307
  def register_module_function(object); end
2320
2308
 
2321
- # source://yard//lib/yard/handlers/base.rb#499
2309
+ # source://yard//lib/yard/handlers/base.rb#511
2322
2310
  def register_source(object, source = T.unsafe(nil), type = T.unsafe(nil)); end
2323
2311
 
2324
- # source://yard//lib/yard/handlers/base.rb#487
2312
+ # source://yard//lib/yard/handlers/base.rb#499
2325
2313
  def register_transitive_tags(object); end
2326
2314
 
2327
- # source://yard//lib/yard/handlers/base.rb#511
2315
+ # source://yard//lib/yard/handlers/base.rb#523
2328
2316
  def register_visibility(object, visibility = T.unsafe(nil)); end
2329
2317
 
2330
2318
  # source://yard//lib/yard/handlers/base.rb#345
@@ -2378,7 +2366,7 @@ class YARD::Handlers::Base
2378
2366
  end
2379
2367
  end
2380
2368
 
2381
- # source://yard//lib/yard/autoload.rb#74
2369
+ # source://yard//lib/yard/autoload.rb#84
2382
2370
  module YARD::Handlers::C; end
2383
2371
 
2384
2372
  # source://yard//lib/yard/handlers/c/alias_handler.rb#2
@@ -2589,78 +2577,78 @@ end
2589
2577
 
2590
2578
  # source://yard//lib/yard/handlers/processor.rb#19
2591
2579
  class YARD::Handlers::Processor
2592
- # source://yard//lib/yard/handlers/processor.rb#91
2580
+ # source://yard//lib/yard/handlers/processor.rb#92
2593
2581
  def initialize(parser); end
2594
2582
 
2595
- # source://yard//lib/yard/handlers/processor.rb#87
2583
+ # source://yard//lib/yard/handlers/processor.rb#88
2596
2584
  def extra_state; end
2597
2585
 
2598
- # source://yard//lib/yard/handlers/processor.rb#87
2586
+ # source://yard//lib/yard/handlers/processor.rb#88
2599
2587
  def extra_state=(_arg0); end
2600
2588
 
2601
- # source://yard//lib/yard/handlers/processor.rb#40
2589
+ # source://yard//lib/yard/handlers/processor.rb#41
2602
2590
  def file; end
2603
2591
 
2604
- # source://yard//lib/yard/handlers/processor.rb#40
2592
+ # source://yard//lib/yard/handlers/processor.rb#41
2605
2593
  def file=(_arg0); end
2606
2594
 
2607
- # source://yard//lib/yard/handlers/processor.rb#150
2595
+ # source://yard//lib/yard/handlers/processor.rb#151
2608
2596
  def find_handlers(statement); end
2609
2597
 
2610
- # source://yard//lib/yard/handlers/processor.rb#76
2598
+ # source://yard//lib/yard/handlers/processor.rb#77
2611
2599
  def globals; end
2612
2600
 
2613
- # source://yard//lib/yard/handlers/processor.rb#76
2601
+ # source://yard//lib/yard/handlers/processor.rb#77
2614
2602
  def globals=(_arg0); end
2615
2603
 
2616
- # source://yard//lib/yard/handlers/processor.rb#43
2604
+ # source://yard//lib/yard/handlers/processor.rb#44
2617
2605
  def namespace; end
2618
2606
 
2619
- # source://yard//lib/yard/handlers/processor.rb#43
2607
+ # source://yard//lib/yard/handlers/processor.rb#44
2620
2608
  def namespace=(_arg0); end
2621
2609
 
2622
- # source://yard//lib/yard/handlers/processor.rb#55
2610
+ # source://yard//lib/yard/handlers/processor.rb#56
2623
2611
  def owner; end
2624
2612
 
2625
- # source://yard//lib/yard/handlers/processor.rb#55
2613
+ # source://yard//lib/yard/handlers/processor.rb#56
2626
2614
  def owner=(_arg0); end
2627
2615
 
2628
- # source://yard//lib/yard/handlers/processor.rb#139
2616
+ # source://yard//lib/yard/handlers/processor.rb#140
2629
2617
  def parse_remaining_files; end
2630
2618
 
2631
- # source://yard//lib/yard/handlers/processor.rb#58
2619
+ # source://yard//lib/yard/handlers/processor.rb#59
2632
2620
  def parser_type; end
2633
2621
 
2634
- # source://yard//lib/yard/handlers/processor.rb#58
2622
+ # source://yard//lib/yard/handlers/processor.rb#59
2635
2623
  def parser_type=(_arg0); end
2636
2624
 
2637
- # source://yard//lib/yard/handlers/processor.rb#109
2625
+ # source://yard//lib/yard/handlers/processor.rb#110
2638
2626
  def process(statements); end
2639
2627
 
2640
- # source://yard//lib/yard/handlers/processor.rb#49
2628
+ # source://yard//lib/yard/handlers/processor.rb#50
2641
2629
  def scope; end
2642
2630
 
2643
- # source://yard//lib/yard/handlers/processor.rb#49
2631
+ # source://yard//lib/yard/handlers/processor.rb#50
2644
2632
  def scope=(_arg0); end
2645
2633
 
2646
- # source://yard//lib/yard/handlers/processor.rb#46
2634
+ # source://yard//lib/yard/handlers/processor.rb#47
2647
2635
  def visibility; end
2648
2636
 
2649
- # source://yard//lib/yard/handlers/processor.rb#46
2637
+ # source://yard//lib/yard/handlers/processor.rb#47
2650
2638
  def visibility=(_arg0); end
2651
2639
 
2652
2640
  private
2653
2641
 
2654
- # source://yard//lib/yard/handlers/processor.rb#171
2642
+ # source://yard//lib/yard/handlers/processor.rb#172
2655
2643
  def handler_base_class; end
2656
2644
 
2657
- # source://yard//lib/yard/handlers/processor.rb#179
2645
+ # source://yard//lib/yard/handlers/processor.rb#180
2658
2646
  def handler_base_namespace; end
2659
2647
 
2660
- # source://yard//lib/yard/handlers/processor.rb#160
2648
+ # source://yard//lib/yard/handlers/processor.rb#161
2661
2649
  def handles?(handler, statement); end
2662
2650
 
2663
- # source://yard//lib/yard/handlers/processor.rb#187
2651
+ # source://yard//lib/yard/handlers/processor.rb#188
2664
2652
  def load_handlers; end
2665
2653
 
2666
2654
  class << self
@@ -2672,7 +2660,95 @@ class YARD::Handlers::Processor
2672
2660
  end
2673
2661
  end
2674
2662
 
2675
- # source://yard//lib/yard/autoload.rb#92
2663
+ # source://yard//lib/yard/autoload.rb#73
2664
+ module YARD::Handlers::RBS; end
2665
+
2666
+ # source://yard//lib/yard/handlers/rbs/attribute_handler.rb#6
2667
+ class YARD::Handlers::RBS::AttributeHandler < ::YARD::Handlers::RBS::Base
2668
+ private
2669
+
2670
+ # source://yard//lib/yard/handlers/rbs/attribute_handler.rb#28
2671
+ def register_reader(name, types, scope); end
2672
+
2673
+ # source://yard//lib/yard/handlers/rbs/attribute_handler.rb#36
2674
+ def register_writer(name, types, scope); end
2675
+ end
2676
+
2677
+ # source://yard//lib/yard/handlers/rbs/base.rb#9
2678
+ class YARD::Handlers::RBS::Base < ::YARD::Handlers::Base
2679
+ # source://yard//lib/yard/handlers/rbs/base.rb#29
2680
+ def parse_block(opts = T.unsafe(nil)); end
2681
+
2682
+ class << self
2683
+ # source://yard//lib/yard/handlers/rbs/base.rb#11
2684
+ def handles?(statement, _processor); end
2685
+ end
2686
+ end
2687
+
2688
+ # source://yard//lib/yard/handlers/rbs/constant_handler.rb#3
2689
+ class YARD::Handlers::RBS::ConstantHandler < ::YARD::Handlers::RBS::Base
2690
+ private
2691
+
2692
+ # source://yard//lib/yard/handlers/rbs/constant_handler.rb#15
2693
+ def rbs_types(type_str); end
2694
+ end
2695
+
2696
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#7
2697
+ class YARD::Handlers::RBS::MethodHandler < ::YARD::Handlers::RBS::Base
2698
+ private
2699
+
2700
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#86
2701
+ def add_overload_tag(obj, meth_name, sig); end
2702
+
2703
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#66
2704
+ def add_param_return_tags(obj, sig); end
2705
+
2706
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#108
2707
+ def add_yield_tags(obj, blk); end
2708
+
2709
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#53
2710
+ def apply_signature_tags(obj, sigs); end
2711
+
2712
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#213
2713
+ def extract_type_and_name(str); end
2714
+
2715
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#247
2716
+ def find_matching(str, start, open, close); end
2717
+
2718
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#227
2719
+ def parse_block_type(inner); end
2720
+
2721
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#125
2722
+ def parse_function_type(sig); end
2723
+
2724
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#162
2725
+ def parse_params_list(str); end
2726
+
2727
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#170
2728
+ def parse_single_param(param); end
2729
+
2730
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#261
2731
+ def split_by_comma(str); end
2732
+
2733
+ class << self
2734
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#317
2735
+ def bracket_depth(str); end
2736
+
2737
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#30
2738
+ def rbs_type_to_yard_types(rbs); end
2739
+
2740
+ # source://yard//lib/yard/handlers/rbs/method_handler.rb#289
2741
+ def split_on_pipe(str); end
2742
+ end
2743
+ end
2744
+
2745
+ # source://yard//lib/yard/handlers/rbs/mixin_handler.rb#3
2746
+ class YARD::Handlers::RBS::MixinHandler < ::YARD::Handlers::RBS::Base; end
2747
+
2748
+ # source://yard//lib/yard/handlers/rbs/namespace_handler.rb#4
2749
+ class YARD::Handlers::RBS::NamespaceHandler < ::YARD::Handlers::RBS::Base; end
2750
+
2751
+ # source://yard//lib/yard/autoload.rb#102
2676
2752
  module YARD::Handlers::Ruby; end
2677
2753
 
2678
2754
  # source://yard//lib/yard/handlers/ruby/alias_handler.rb#3
@@ -2682,7 +2758,7 @@ class YARD::Handlers::Ruby::AliasHandler < ::YARD::Handlers::Ruby::Base; end
2682
2758
  class YARD::Handlers::Ruby::AttributeHandler < ::YARD::Handlers::Ruby::Base
2683
2759
  protected
2684
2760
 
2685
- # source://yard//lib/yard/handlers/ruby/attribute_handler.rb#75
2761
+ # source://yard//lib/yard/handlers/ruby/attribute_handler.rb#78
2686
2762
  def validated_attribute_names(params); end
2687
2763
  end
2688
2764
 
@@ -2760,13 +2836,16 @@ class YARD::Handlers::Ruby::ConstantHandler < ::YARD::Handlers::Ruby::Base
2760
2836
 
2761
2837
  private
2762
2838
 
2763
- # source://yard//lib/yard/handlers/ruby/constant_handler.rb#49
2839
+ # source://yard//lib/yard/handlers/ruby/constant_handler.rb#67
2764
2840
  def extract_parameters(superclass); end
2765
2841
 
2766
- # source://yard//lib/yard/handlers/ruby/constant_handler.rb#21
2842
+ # source://yard//lib/yard/handlers/ruby/constant_handler.rb#24
2767
2843
  def process_constant(statement); end
2768
2844
 
2769
- # source://yard//lib/yard/handlers/ruby/constant_handler.rb#33
2845
+ # source://yard//lib/yard/handlers/ruby/constant_handler.rb#47
2846
+ def process_dataclass(statement); end
2847
+
2848
+ # source://yard//lib/yard/handlers/ruby/constant_handler.rb#36
2770
2849
  def process_structclass(statement); end
2771
2850
  end
2772
2851
 
@@ -2846,7 +2925,7 @@ class YARD::Handlers::Ruby::HandlesExtension
2846
2925
  def name; end
2847
2926
  end
2848
2927
 
2849
- # source://yard//lib/yard/autoload.rb#93
2928
+ # source://yard//lib/yard/autoload.rb#103
2850
2929
  module YARD::Handlers::Ruby::Legacy; end
2851
2930
 
2852
2931
  # source://yard//lib/yard/handlers/ruby/legacy/alias_handler.rb#3
@@ -3106,14 +3185,14 @@ end
3106
3185
  class YARD::Handlers::Ruby::VisibilityHandler < ::YARD::Handlers::Ruby::Base
3107
3186
  include ::YARD::Handlers::Ruby::DecoratorHandlerMethods
3108
3187
 
3109
- # source://yard//lib/yard/handlers/ruby/visibility_handler.rb#31
3188
+ # source://yard//lib/yard/handlers/ruby/visibility_handler.rb#32
3110
3189
  def is_attribute_method?(node); end
3111
3190
  end
3112
3191
 
3113
3192
  # source://yard//lib/yard/handlers/ruby/yield_handler.rb#3
3114
3193
  class YARD::Handlers::Ruby::YieldHandler < ::YARD::Handlers::Ruby::Base; end
3115
3194
 
3116
- # source://yard//lib/yard/autoload.rb#151
3195
+ # source://yard//lib/yard/autoload.rb#161
3117
3196
  module YARD::I18n; end
3118
3197
 
3119
3198
  # source://yard//lib/yard/i18n/locale.rb#8
@@ -3478,7 +3557,7 @@ class YARD::Options
3478
3557
  end
3479
3558
  end
3480
3559
 
3481
- # source://yard//lib/yard/autoload.rb#161
3560
+ # source://yard//lib/yard/autoload.rb#171
3482
3561
  module YARD::Parser; end
3483
3562
 
3484
3563
  # source://yard//lib/yard/parser/base.rb#16
@@ -3501,7 +3580,7 @@ class YARD::Parser::Base
3501
3580
  end
3502
3581
  end
3503
3582
 
3504
- # source://yard//lib/yard/autoload.rb#162
3583
+ # source://yard//lib/yard/autoload.rb#172
3505
3584
  module YARD::Parser::C; end
3506
3585
 
3507
3586
  # source://yard//lib/yard/parser/c/statement.rb#41
@@ -3725,7 +3804,96 @@ end
3725
3804
  # source://yard//lib/yard/parser/source_parser.rb#12
3726
3805
  class YARD::Parser::ParserSyntaxError < ::YARD::Parser::UndocumentableError; end
3727
3806
 
3728
- # source://yard//lib/yard/autoload.rb#171
3807
+ # source://yard//lib/yard/autoload.rb#197
3808
+ module YARD::Parser::RBS; end
3809
+
3810
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#13
3811
+ class YARD::Parser::RBS::RbsParser < ::YARD::Parser::Base
3812
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#16
3813
+ def initialize(source, filename); end
3814
+
3815
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#36
3816
+ def enumerator; end
3817
+
3818
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#24
3819
+ def parse; end
3820
+
3821
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#31
3822
+ def tokenize; end
3823
+
3824
+ private
3825
+
3826
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#296
3827
+ def parse_attr(type, lines, i, docs, crange); end
3828
+
3829
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#48
3830
+ def parse_body(lines, start, stop_at_end); end
3831
+
3832
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#253
3833
+ def parse_method_def(sanitized, lines, i, docs, crange); end
3834
+
3835
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#199
3836
+ def parse_namespace(type, lines, i, docs, crange); end
3837
+
3838
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#125
3839
+ def parse_statement(lines, i, comments, comment_start_1); end
3840
+
3841
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#112
3842
+ def sanitized_statement_lines(lines, start_index); end
3843
+
3844
+ # source://yard//lib/yard/parser/rbs/rbs_parser.rb#86
3845
+ def strip_inline_comment(line); end
3846
+ end
3847
+
3848
+ # source://yard//lib/yard/parser/rbs/statement.rb#8
3849
+ class YARD::Parser::RBS::Statement
3850
+ # source://yard//lib/yard/parser/rbs/statement.rb#52
3851
+ def initialize(attrs = T.unsafe(nil)); end
3852
+
3853
+ # source://yard//lib/yard/parser/rbs/statement.rb#47
3854
+ def attr_rbs_type; end
3855
+
3856
+ # source://yard//lib/yard/parser/rbs/statement.rb#37
3857
+ def block; end
3858
+
3859
+ # source://yard//lib/yard/parser/rbs/statement.rb#28
3860
+ def comments; end
3861
+
3862
+ # source://yard//lib/yard/parser/rbs/statement.rb#34
3863
+ def comments_hash_flag; end
3864
+
3865
+ # source://yard//lib/yard/parser/rbs/statement.rb#31
3866
+ def comments_range; end
3867
+
3868
+ # source://yard//lib/yard/parser/rbs/statement.rb#22
3869
+ def line; end
3870
+
3871
+ # source://yard//lib/yard/parser/rbs/statement.rb#44
3872
+ def mixin_name; end
3873
+
3874
+ # source://yard//lib/yard/parser/rbs/statement.rb#16
3875
+ def name; end
3876
+
3877
+ # source://yard//lib/yard/parser/rbs/statement.rb#69
3878
+ def show; end
3879
+
3880
+ # source://yard//lib/yard/parser/rbs/statement.rb#41
3881
+ def signatures; end
3882
+
3883
+ # source://yard//lib/yard/parser/rbs/statement.rb#25
3884
+ def source; end
3885
+
3886
+ # source://yard//lib/yard/parser/rbs/statement.rb#19
3887
+ def superclass; end
3888
+
3889
+ # source://yard//lib/yard/parser/rbs/statement.rb#13
3890
+ def type; end
3891
+
3892
+ # source://yard//lib/yard/parser/rbs/statement.rb#50
3893
+ def visibility; end
3894
+ end
3895
+
3896
+ # source://yard//lib/yard/autoload.rb#181
3729
3897
  module YARD::Parser::Ruby
3730
3898
  # source://yard//lib/yard/parser/ruby/ast_node.rb#25
3731
3899
  def s(*args); end
@@ -3888,53 +4056,53 @@ end
3888
4056
  # source://yard//lib/yard/parser/ruby/ast_node.rb#96
3889
4057
  YARD::Parser::Ruby::AstNode::KEYWORDS = T.let(T.unsafe(nil), Hash)
3890
4058
 
3891
- # source://yard//lib/yard/parser/ruby/ast_node.rb#530
4059
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#531
3892
4060
  class YARD::Parser::Ruby::ClassNode < ::YARD::Parser::Ruby::KeywordNode
3893
- # source://yard//lib/yard/parser/ruby/ast_node.rb#533
4061
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#534
3894
4062
  def block; end
3895
4063
 
3896
- # source://yard//lib/yard/parser/ruby/ast_node.rb#531
4064
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#532
3897
4065
  def class_name; end
3898
4066
 
3899
- # source://yard//lib/yard/parser/ruby/ast_node.rb#532
4067
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#533
3900
4068
  def superclass; end
3901
4069
  end
3902
4070
 
3903
- # source://yard//lib/yard/parser/ruby/ast_node.rb#548
4071
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#549
3904
4072
  class YARD::Parser::Ruby::CommentNode < ::YARD::Parser::Ruby::AstNode
3905
- # source://yard//lib/yard/parser/ruby/ast_node.rb#549
4073
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#550
3906
4074
  def comments; end
3907
4075
 
3908
- # source://yard//lib/yard/parser/ruby/ast_node.rb#549
4076
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#550
3909
4077
  def docstring; end
3910
4078
 
3911
- # source://yard//lib/yard/parser/ruby/ast_node.rb#550
4079
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#551
3912
4080
  def docstring=(value); end
3913
4081
 
3914
- # source://yard//lib/yard/parser/ruby/ast_node.rb#554
4082
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#555
3915
4083
  def first_line; end
3916
4084
 
3917
- # source://yard//lib/yard/parser/ruby/ast_node.rb#553
4085
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#554
3918
4086
  def source; end
3919
4087
  end
3920
4088
 
3921
- # source://yard//lib/yard/parser/ruby/ast_node.rb#515
4089
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#516
3922
4090
  class YARD::Parser::Ruby::ConditionalNode < ::YARD::Parser::Ruby::KeywordNode
3923
- # source://yard//lib/yard/parser/ruby/ast_node.rb#517
4091
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#518
3924
4092
  def condition; end
3925
4093
 
3926
- # source://yard//lib/yard/parser/ruby/ast_node.rb#516
4094
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#517
3927
4095
  def condition?; end
3928
4096
 
3929
- # source://yard//lib/yard/parser/ruby/ast_node.rb#520
4097
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#521
3930
4098
  def else_block; end
3931
4099
 
3932
- # source://yard//lib/yard/parser/ruby/ast_node.rb#518
4100
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#519
3933
4101
  def then_block; end
3934
4102
 
3935
4103
  private
3936
4104
 
3937
- # source://yard//lib/yard/parser/ruby/ast_node.rb#527
4105
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#528
3938
4106
  def cmod?; end
3939
4107
  end
3940
4108
 
@@ -3944,7 +4112,7 @@ class YARD::Parser::Ruby::KeywordNode < ::YARD::Parser::Ruby::AstNode
3944
4112
  def kw?; end
3945
4113
  end
3946
4114
 
3947
- # source://yard//lib/yard/autoload.rb#172
4115
+ # source://yard//lib/yard/autoload.rb#182
3948
4116
  module YARD::Parser::Ruby::Legacy; end
3949
4117
 
3950
4118
  # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#314
@@ -4941,81 +5109,81 @@ class YARD::Parser::Ruby::LiteralNode < ::YARD::Parser::Ruby::AstNode
4941
5109
  def literal?; end
4942
5110
  end
4943
5111
 
4944
- # source://yard//lib/yard/parser/ruby/ast_node.rb#541
5112
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#542
4945
5113
  class YARD::Parser::Ruby::LoopNode < ::YARD::Parser::Ruby::KeywordNode
4946
- # source://yard//lib/yard/parser/ruby/ast_node.rb#544
5114
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#545
4947
5115
  def block; end
4948
5116
 
4949
- # source://yard//lib/yard/parser/ruby/ast_node.rb#543
5117
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#544
4950
5118
  def condition; end
4951
5119
 
4952
- # source://yard//lib/yard/parser/ruby/ast_node.rb#542
5120
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#543
4953
5121
  def loop?; end
4954
5122
  end
4955
5123
 
4956
- # source://yard//lib/yard/parser/ruby/ast_node.rb#438
5124
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#439
4957
5125
  class YARD::Parser::Ruby::MethodCallNode < ::YARD::Parser::Ruby::AstNode
4958
- # source://yard//lib/yard/parser/ruby/ast_node.rb#464
5126
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#465
4959
5127
  def block; end
4960
5128
 
4961
- # source://yard//lib/yard/parser/ruby/ast_node.rb#462
5129
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#463
4962
5130
  def block_param; end
4963
5131
 
4964
- # source://yard//lib/yard/parser/ruby/ast_node.rb#439
5132
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#440
4965
5133
  def call?; end
4966
5134
 
4967
- # source://yard//lib/yard/parser/ruby/ast_node.rb#442
5135
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#443
4968
5136
  def method_name(name_only = T.unsafe(nil)); end
4969
5137
 
4970
- # source://yard//lib/yard/parser/ruby/ast_node.rb#440
5138
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#441
4971
5139
  def namespace; end
4972
5140
 
4973
- # source://yard//lib/yard/parser/ruby/ast_node.rb#453
5141
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#454
4974
5142
  def parameters(include_block_param = T.unsafe(nil)); end
4975
5143
 
4976
5144
  private
4977
5145
 
4978
- # source://yard//lib/yard/parser/ruby/ast_node.rb#474
5146
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#475
4979
5147
  def call_has_paren?; end
4980
5148
 
4981
- # source://yard//lib/yard/parser/ruby/ast_node.rb#470
5149
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#471
4982
5150
  def index_adjust; end
4983
5151
  end
4984
5152
 
4985
- # source://yard//lib/yard/parser/ruby/ast_node.rb#479
5153
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#480
4986
5154
  class YARD::Parser::Ruby::MethodDefinitionNode < ::YARD::Parser::Ruby::AstNode
4987
5155
  def block(*_arg0); end
4988
5156
 
4989
- # source://yard//lib/yard/parser/ruby/ast_node.rb#481
5157
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#482
4990
5158
  def def?; end
4991
5159
 
4992
- # source://yard//lib/yard/parser/ruby/ast_node.rb#480
5160
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#481
4993
5161
  def kw?; end
4994
5162
 
4995
- # source://yard//lib/yard/parser/ruby/ast_node.rb#484
5163
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#485
4996
5164
  def method_name(name_only = T.unsafe(nil)); end
4997
5165
 
4998
- # source://yard//lib/yard/parser/ruby/ast_node.rb#482
5166
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#483
4999
5167
  def namespace; end
5000
5168
 
5001
- # source://yard//lib/yard/parser/ruby/ast_node.rb#489
5169
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#490
5002
5170
  def parameters(include_block_param = T.unsafe(nil)); end
5003
5171
 
5004
- # source://yard//lib/yard/parser/ruby/ast_node.rb#495
5172
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#496
5005
5173
  def signature; end
5006
5174
 
5007
5175
  private
5008
5176
 
5009
- # source://yard//lib/yard/parser/ruby/ast_node.rb#510
5177
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#511
5010
5178
  def index_adjust; end
5011
5179
  end
5012
5180
 
5013
- # source://yard//lib/yard/parser/ruby/ast_node.rb#536
5181
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#537
5014
5182
  class YARD::Parser::Ruby::ModuleNode < ::YARD::Parser::Ruby::KeywordNode
5015
- # source://yard//lib/yard/parser/ruby/ast_node.rb#538
5183
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#539
5016
5184
  def block; end
5017
5185
 
5018
- # source://yard//lib/yard/parser/ruby/ast_node.rb#537
5186
+ # source://yard//lib/yard/parser/ruby/ast_node.rb#538
5019
5187
  def module_name; end
5020
5188
  end
5021
5189
 
@@ -5126,9 +5294,6 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
5126
5294
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#155
5127
5295
  def on_args_new(*args); end
5128
5296
 
5129
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
5130
- def on_aryptn(*args); end
5131
-
5132
5297
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
5133
5298
  def on_assign(*args); end
5134
5299
 
@@ -5243,9 +5408,6 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
5243
5408
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
5244
5409
  def on_float(tok); end
5245
5410
 
5246
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
5247
- def on_fndptn(*args); end
5248
-
5249
5411
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
5250
5412
  def on_for(*args); end
5251
5413
 
@@ -5261,16 +5423,13 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
5261
5423
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
5262
5424
  def on_heredoc_end(tok); end
5263
5425
 
5264
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
5265
- def on_hshptn(*args); end
5266
-
5267
5426
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
5268
5427
  def on_ident(tok); end
5269
5428
 
5270
5429
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
5271
5430
  def on_if(*args); end
5272
5431
 
5273
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#449
5432
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#509
5274
5433
  def on_if_mod(*args); end
5275
5434
 
5276
5435
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
@@ -5378,30 +5537,27 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
5378
5537
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
5379
5538
  def on_period(tok); end
5380
5539
 
5381
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#474
5540
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#534
5382
5541
  def on_qsymbols_add(list, item); end
5383
5542
 
5384
5543
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
5385
5544
  def on_qsymbols_beg(tok); end
5386
5545
 
5387
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#462
5546
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#522
5388
5547
  def on_qsymbols_new(*args); end
5389
5548
 
5390
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#474
5549
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#534
5391
5550
  def on_qwords_add(list, item); end
5392
5551
 
5393
5552
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
5394
5553
  def on_qwords_beg(tok); end
5395
5554
 
5396
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#462
5555
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#522
5397
5556
  def on_qwords_new(*args); end
5398
5557
 
5399
5558
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
5400
5559
  def on_rational(tok); end
5401
5560
 
5402
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
5403
- def on_rbrace(tok); end
5404
-
5405
5561
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
5406
5562
  def on_redo(*args); end
5407
5563
 
@@ -5474,13 +5630,13 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
5474
5630
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
5475
5631
  def on_symbol_literal(*args); end
5476
5632
 
5477
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#474
5633
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#534
5478
5634
  def on_symbols_add(list, item); end
5479
5635
 
5480
5636
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
5481
5637
  def on_symbols_beg(tok); end
5482
5638
 
5483
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#462
5639
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#522
5484
5640
  def on_symbols_new(*args); end
5485
5641
 
5486
5642
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
@@ -5507,13 +5663,13 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
5507
5663
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
5508
5664
  def on_unless(*args); end
5509
5665
 
5510
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#449
5666
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#509
5511
5667
  def on_unless_mod(*args); end
5512
5668
 
5513
5669
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
5514
5670
  def on_until(*args); end
5515
5671
 
5516
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#449
5672
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#509
5517
5673
  def on_until_mod(*args); end
5518
5674
 
5519
5675
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
@@ -5534,7 +5690,7 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
5534
5690
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
5535
5691
  def on_while(*args); end
5536
5692
 
5537
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#449
5693
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#509
5538
5694
  def on_while_mod(*args); end
5539
5695
 
5540
5696
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
@@ -5543,13 +5699,13 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
5543
5699
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#155
5544
5700
  def on_word_new(*args); end
5545
5701
 
5546
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#474
5702
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#534
5547
5703
  def on_words_add(list, item); end
5548
5704
 
5549
5705
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
5550
5706
  def on_words_beg(tok); end
5551
5707
 
5552
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#462
5708
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#522
5553
5709
  def on_words_new(*args); end
5554
5710
 
5555
5711
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
@@ -5587,118 +5743,130 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
5587
5743
 
5588
5744
  private
5589
5745
 
5590
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#667
5746
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#747
5591
5747
  def add_comment(line, node = T.unsafe(nil), before_node = T.unsafe(nil), into = T.unsafe(nil)); end
5592
5748
 
5593
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#271
5749
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#286
5594
5750
  def add_token(token, data); end
5595
5751
 
5596
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#611
5752
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#671
5597
5753
  def comment_starts_line?(charno); end
5598
5754
 
5599
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#606
5755
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#666
5600
5756
  def compile_error(msg); end
5601
5757
 
5602
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#693
5758
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#778
5603
5759
  def freeze_tree(node = T.unsafe(nil)); end
5604
5760
 
5605
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#620
5761
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#681
5606
5762
  def insert_comments; end
5607
5763
 
5608
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#377
5764
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#407
5609
5765
  def on_aref(*args); end
5610
5766
 
5611
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#385
5767
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#415
5612
5768
  def on_aref_field(*args); end
5613
5769
 
5614
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#391
5770
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#423
5615
5771
  def on_array(other); end
5616
5772
 
5617
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#352
5773
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#446
5774
+ def on_aryptn(*args); end
5775
+
5776
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#368
5618
5777
  def on_assoc_new(*args); end
5619
5778
 
5620
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#364
5779
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#394
5621
5780
  def on_assoclist_from_args(*args); end
5622
5781
 
5623
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#360
5782
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#390
5624
5783
  def on_bare_assoc_hash(*args); end
5625
5784
 
5626
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#347
5785
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#363
5627
5786
  def on_body_stmt(*args); end
5628
5787
 
5629
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#347
5788
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#363
5630
5789
  def on_bodystmt(*args); end
5631
5790
 
5632
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#542
5791
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#602
5633
5792
  def on_comment(comment); end
5634
5793
 
5635
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#441
5794
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#501
5636
5795
  def on_const_path_ref(*args); end
5637
5796
 
5638
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#419
5797
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#479
5639
5798
  def on_dyna_symbol(sym); end
5640
5799
 
5641
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#592
5800
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#652
5642
5801
  def on_embdoc(text); end
5643
5802
 
5644
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#586
5803
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#646
5645
5804
  def on_embdoc_beg(text); end
5646
5805
 
5647
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#597
5806
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#657
5648
5807
  def on_embdoc_end(text); end
5649
5808
 
5650
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#356
5809
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#454
5810
+ def on_fndptn(*args); end
5811
+
5812
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#372
5651
5813
  def on_hash(*args); end
5652
5814
 
5653
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#534
5815
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#382
5816
+ def on_hshptn(*args); end
5817
+
5818
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#594
5654
5819
  def on_label(data); end
5655
5820
 
5656
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#497
5821
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#557
5657
5822
  def on_lambda(*args); end
5658
5823
 
5659
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#409
5824
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#462
5660
5825
  def on_lbracket(tok); end
5661
5826
 
5662
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#515
5827
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#575
5663
5828
  def on_params(*args); end
5664
5829
 
5665
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#606
5830
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#666
5666
5831
  def on_parse_error(msg); end
5667
5832
 
5668
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#343
5833
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#359
5669
5834
  def on_program(*args); end
5670
5835
 
5671
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#414
5836
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#474
5837
+ def on_rbrace(tok); end
5838
+
5839
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#467
5672
5840
  def on_rbracket(tok); end
5673
5841
 
5674
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#506
5842
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#566
5675
5843
  def on_rescue(exc, *args); end
5676
5844
 
5677
5845
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#232
5678
5846
  def on_sp(tok); end
5679
5847
 
5680
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#501
5848
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#561
5681
5849
  def on_string_content(*args); end
5682
5850
 
5683
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#484
5851
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#544
5684
5852
  def on_string_literal(*args); end
5685
5853
 
5686
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#429
5854
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#489
5687
5855
  def on_top_const_ref(*args); end
5688
5856
 
5689
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#368
5857
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#398
5690
5858
  def on_unary(op, val); end
5691
5859
 
5692
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#511
5860
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#571
5693
5861
  def on_void_stmt; end
5694
5862
 
5695
5863
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#237
5696
5864
  def visit_event(node); end
5697
5865
 
5698
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#251
5866
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#263
5699
5867
  def visit_event_arr(node); end
5700
5868
 
5701
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#259
5869
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#271
5702
5870
  def visit_ns_token(token, data, ast_token = T.unsafe(nil)); end
5703
5871
  end
5704
5872
 
@@ -5797,45 +5965,45 @@ end
5797
5965
 
5798
5966
  # source://yard//lib/yard/parser/source_parser.rb#63
5799
5967
  class YARD::Parser::SourceParser
5800
- # source://yard//lib/yard/parser/source_parser.rb#406
5968
+ # source://yard//lib/yard/parser/source_parser.rb#407
5801
5969
  def initialize(parser_type = T.unsafe(nil), globals1 = T.unsafe(nil), globals2 = T.unsafe(nil)); end
5802
5970
 
5803
- # source://yard//lib/yard/parser/source_parser.rb#399
5971
+ # source://yard//lib/yard/parser/source_parser.rb#400
5804
5972
  def contents; end
5805
5973
 
5806
- # source://yard//lib/yard/parser/source_parser.rb#386
5974
+ # source://yard//lib/yard/parser/source_parser.rb#387
5807
5975
  def file; end
5808
5976
 
5809
- # source://yard//lib/yard/parser/source_parser.rb#386
5977
+ # source://yard//lib/yard/parser/source_parser.rb#387
5810
5978
  def file=(_arg0); end
5811
5979
 
5812
- # source://yard//lib/yard/parser/source_parser.rb#395
5980
+ # source://yard//lib/yard/parser/source_parser.rb#396
5813
5981
  def globals; end
5814
5982
 
5815
- # source://yard//lib/yard/parser/source_parser.rb#418
5983
+ # source://yard//lib/yard/parser/source_parser.rb#419
5816
5984
  def parse(content = T.unsafe(nil)); end
5817
5985
 
5818
- # source://yard//lib/yard/parser/source_parser.rb#390
5986
+ # source://yard//lib/yard/parser/source_parser.rb#391
5819
5987
  def parser_type; end
5820
5988
 
5821
- # source://yard//lib/yard/parser/source_parser.rb#462
5989
+ # source://yard//lib/yard/parser/source_parser.rb#463
5822
5990
  def tokenize(content); end
5823
5991
 
5824
5992
  private
5825
5993
 
5826
- # source://yard//lib/yard/parser/source_parser.rb#471
5994
+ # source://yard//lib/yard/parser/source_parser.rb#472
5827
5995
  def convert_encoding(content); end
5828
5996
 
5829
- # source://yard//lib/yard/parser/source_parser.rb#515
5997
+ # source://yard//lib/yard/parser/source_parser.rb#516
5830
5998
  def parser_class; end
5831
5999
 
5832
- # source://yard//lib/yard/parser/source_parser.rb#500
6000
+ # source://yard//lib/yard/parser/source_parser.rb#501
5833
6001
  def parser_type=(value); end
5834
6002
 
5835
- # source://yard//lib/yard/parser/source_parser.rb#508
6003
+ # source://yard//lib/yard/parser/source_parser.rb#509
5836
6004
  def parser_type_for_filename(filename); end
5837
6005
 
5838
- # source://yard//lib/yard/parser/source_parser.rb#490
6006
+ # source://yard//lib/yard/parser/source_parser.rb#491
5839
6007
  def post_process; end
5840
6008
 
5841
6009
  class << self
@@ -5927,7 +6095,7 @@ class YARD::Parser::UndocumentableError < ::RuntimeError; end
5927
6095
  # source://yard//lib/yard.rb#4
5928
6096
  YARD::ROOT = T.let(T.unsafe(nil), String)
5929
6097
 
5930
- # source://yard//lib/yard/autoload.rb#192
6098
+ # source://yard//lib/yard/autoload.rb#208
5931
6099
  module YARD::Rake; end
5932
6100
 
5933
6101
  # source://yard//lib/yard/rake/yardoc_task.rb#8
@@ -6124,25 +6292,25 @@ class YARD::RegistryResolver
6124
6292
 
6125
6293
  private
6126
6294
 
6127
- # source://yard//lib/yard/registry_resolver.rb#181
6295
+ # source://yard//lib/yard/registry_resolver.rb#188
6128
6296
  def collect_namespaces(object); end
6129
6297
 
6130
- # source://yard//lib/yard/registry_resolver.rb#104
6298
+ # source://yard//lib/yard/registry_resolver.rb#111
6131
6299
  def lookup_path_direct(namespace, path, type); end
6132
6300
 
6133
- # source://yard//lib/yard/registry_resolver.rb#121
6301
+ # source://yard//lib/yard/registry_resolver.rb#128
6134
6302
  def lookup_path_inherited(namespace, path, type); end
6135
6303
 
6136
- # source://yard//lib/yard/registry_resolver.rb#206
6304
+ # source://yard//lib/yard/registry_resolver.rb#213
6137
6305
  def split_on_separators_match; end
6138
6306
 
6139
- # source://yard//lib/yard/registry_resolver.rb#194
6307
+ # source://yard//lib/yard/registry_resolver.rb#201
6140
6308
  def starts_with_default_separator_match; end
6141
6309
 
6142
- # source://yard//lib/yard/registry_resolver.rb#200
6310
+ # source://yard//lib/yard/registry_resolver.rb#207
6143
6311
  def starts_with_separator_match; end
6144
6312
 
6145
- # source://yard//lib/yard/registry_resolver.rb#99
6313
+ # source://yard//lib/yard/registry_resolver.rb#106
6146
6314
  def validate(obj, type); end
6147
6315
  end
6148
6316
 
@@ -6267,7 +6435,7 @@ class YARD::RegistryStore
6267
6435
  def write_proxy_types; end
6268
6436
  end
6269
6437
 
6270
- # source://yard//lib/yard/autoload.rb#196
6438
+ # source://yard//lib/yard/autoload.rb#212
6271
6439
  module YARD::Serializers; end
6272
6440
 
6273
6441
  # source://yard//lib/yard/serializers/base.rb#17
@@ -6405,7 +6573,7 @@ class YARD::Serializers::YardocSerializer < ::YARD::Serializers::FileSystemSeria
6405
6573
  def internal_dump(object, first_object = T.unsafe(nil)); end
6406
6574
  end
6407
6575
 
6408
- # source://yard//lib/yard/autoload.rb#214
6576
+ # source://yard//lib/yard/autoload.rb#230
6409
6577
  module YARD::Server
6410
6578
  class << self
6411
6579
  # source://yard//lib/yard/server.rb#8
@@ -6469,7 +6637,7 @@ YARD::Server::CR = T.let(T.unsafe(nil), String)
6469
6637
  # source://yard//lib/yard/server/http_utils.rb#18
6470
6638
  YARD::Server::CRLF = T.let(T.unsafe(nil), String)
6471
6639
 
6472
- # source://yard//lib/yard/autoload.rb#219
6640
+ # source://yard//lib/yard/autoload.rb#235
6473
6641
  module YARD::Server::Commands; end
6474
6642
 
6475
6643
  # source://yard//lib/yard/server/commands/base.rb#34
@@ -7285,27 +7453,6 @@ module YARD::Server::StaticCaching
7285
7453
  def check_static_cache; end
7286
7454
  end
7287
7455
 
7288
- # source://yard//lib/yard/server/webrick_adapter.rb#7
7289
- class YARD::Server::WebrickAdapter < ::YARD::Server::Adapter
7290
- # source://yard//lib/yard/server/webrick_adapter.rb#10
7291
- def start; end
7292
- end
7293
-
7294
- # source://yard//lib/yard/server/webrick_adapter.rb#20
7295
- class YARD::Server::WebrickServlet < ::WEBrick::HTTPServlet::AbstractServlet
7296
- # source://yard//lib/yard/server/webrick_adapter.rb#23
7297
- def initialize(server, adapter); end
7298
-
7299
- # source://yard//lib/yard/server/webrick_adapter.rb#21
7300
- def adapter; end
7301
-
7302
- # source://yard//lib/yard/server/webrick_adapter.rb#21
7303
- def adapter=(_arg0); end
7304
-
7305
- # source://yard//lib/yard/server/webrick_adapter.rb#29
7306
- def do_GET(request, response); end
7307
- end
7308
-
7309
7456
  # source://yard//lib/yard/serializers/yardoc_serializer.rb#6
7310
7457
  class YARD::StubProxy
7311
7458
  # source://yard//lib/yard/serializers/yardoc_serializer.rb#13
@@ -7332,7 +7479,7 @@ YARD::StubProxy::FILELEN = T.let(T.unsafe(nil), Integer)
7332
7479
  # source://yard//lib/yard.rb#10
7333
7480
  YARD::TEMPLATE_ROOT = T.let(T.unsafe(nil), String)
7334
7481
 
7335
- # source://yard//lib/yard/autoload.rb#248
7482
+ # source://yard//lib/yard/autoload.rb#264
7336
7483
  module YARD::Tags; end
7337
7484
 
7338
7485
  # source://yard//lib/yard/tags/directives.rb#460
@@ -7805,9 +7952,9 @@ class YARD::Tags::RefTagList
7805
7952
  def tags; end
7806
7953
  end
7807
7954
 
7808
- # source://yard//lib/yard/tags/directives.rb#578
7955
+ # source://yard//lib/yard/tags/directives.rb#585
7809
7956
  class YARD::Tags::ScopeDirective < ::YARD::Tags::Directive
7810
- # source://yard//lib/yard/tags/directives.rb#579
7957
+ # source://yard//lib/yard/tags/directives.rb#586
7811
7958
  def call; end
7812
7959
  end
7813
7960
 
@@ -7917,14 +8064,14 @@ end
7917
8064
  class YARD::Tags::TypesExplainer::Parser
7918
8065
  include ::YARD::CodeObjects
7919
8066
 
7920
- # source://yard//lib/yard/tags/types_explainer.rb#117
8067
+ # source://yard//lib/yard/tags/types_explainer.rb#118
7921
8068
  def initialize(string); end
7922
8069
 
7923
- # source://yard//lib/yard/tags/types_explainer.rb#121
8070
+ # source://yard//lib/yard/tags/types_explainer.rb#122
7924
8071
  def parse; end
7925
8072
 
7926
8073
  class << self
7927
- # source://yard//lib/yard/tags/types_explainer.rb#113
8074
+ # source://yard//lib/yard/tags/types_explainer.rb#114
7928
8075
  def parse(string); end
7929
8076
  end
7930
8077
  end
@@ -7949,16 +8096,16 @@ class YARD::Tags::TypesExplainer::Type
7949
8096
  private
7950
8097
 
7951
8098
  # source://yard//lib/yard/tags/types_explainer.rb#45
7952
- def list_join(list); end
8099
+ def list_join(list, with: T.unsafe(nil)); end
7953
8100
  end
7954
8101
 
7955
- # source://yard//lib/yard/tags/directives.rb#610
8102
+ # source://yard//lib/yard/tags/directives.rb#617
7956
8103
  class YARD::Tags::VisibilityDirective < ::YARD::Tags::Directive
7957
- # source://yard//lib/yard/tags/directives.rb#611
8104
+ # source://yard//lib/yard/tags/directives.rb#618
7958
8105
  def call; end
7959
8106
  end
7960
8107
 
7961
- # source://yard//lib/yard/autoload.rb#271
8108
+ # source://yard//lib/yard/autoload.rb#287
7962
8109
  module YARD::Templates; end
7963
8110
 
7964
8111
  # source://yard//lib/yard/templates/engine.rb#11
@@ -8012,7 +8159,7 @@ module YARD::Templates::ErbCache
8012
8159
  end
8013
8160
  end
8014
8161
 
8015
- # source://yard//lib/yard/autoload.rb#272
8162
+ # source://yard//lib/yard/autoload.rb#288
8016
8163
  module YARD::Templates::Helpers; end
8017
8164
 
8018
8165
  # source://yard//lib/yard/templates/helpers/base_helper.rb#4
@@ -8087,177 +8234,650 @@ module YARD::Templates::Helpers::FilterHelper
8087
8234
  def is_namespace?(object); end
8088
8235
  end
8089
8236
 
8090
- # source://yard//lib/yard/templates/helpers/html_helper.rb#7
8237
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#11
8091
8238
  module YARD::Templates::Helpers::HtmlHelper
8092
8239
  include ::YARD::Templates::Helpers::MarkupHelper
8093
8240
  include ::YARD::Templates::Helpers::ModuleHelper
8094
8241
  include ::YARD::Templates::Helpers::HtmlSyntaxHighlightHelper
8095
8242
 
8096
- # source://yard//lib/yard/templates/helpers/html_helper.rb#347
8243
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#357
8097
8244
  def anchor_for(object); end
8098
8245
 
8099
- # source://yard//lib/yard/templates/helpers/html_helper.rb#574
8246
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#584
8100
8247
  def charset; end
8101
8248
 
8102
- # source://yard//lib/yard/templates/helpers/html_helper.rb#458
8249
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#468
8103
8250
  def format_object_name_list(objects); end
8104
8251
 
8105
- # source://yard//lib/yard/templates/helpers/html_helper.rb#476
8252
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#486
8106
8253
  def format_types(typelist, brackets = T.unsafe(nil)); end
8107
8254
 
8108
- # source://yard//lib/yard/templates/helpers/html_helper.rb#23
8255
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#27
8109
8256
  def h(text); end
8110
8257
 
8111
- # source://yard//lib/yard/templates/helpers/html_helper.rb#109
8258
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#119
8112
8259
  def html_markup_asciidoc(text); end
8113
8260
 
8114
- # source://yard//lib/yard/templates/helpers/html_helper.rb#168
8261
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#178
8115
8262
  def html_markup_html(text); end
8116
8263
 
8117
- # source://yard//lib/yard/templates/helpers/html_helper.rb#78
8264
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#82
8118
8265
  def html_markup_markdown(text); end
8119
8266
 
8120
- # source://yard//lib/yard/templates/helpers/html_helper.rb#160
8267
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#170
8121
8268
  def html_markup_none(text); end
8122
8269
 
8123
- # source://yard//lib/yard/templates/helpers/html_helper.rb#102
8270
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#112
8124
8271
  def html_markup_org(text); end
8125
8272
 
8126
- # source://yard//lib/yard/templates/helpers/html_helper.rb#146
8273
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#156
8127
8274
  def html_markup_pre(text); end
8128
8275
 
8129
- # source://yard//lib/yard/templates/helpers/html_helper.rb#136
8276
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#146
8130
8277
  def html_markup_rdoc(text); end
8131
8278
 
8132
- # source://yard//lib/yard/templates/helpers/html_helper.rb#179
8279
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#189
8133
8280
  def html_markup_ruby(source); end
8134
8281
 
8135
- # source://yard//lib/yard/templates/helpers/html_helper.rb#154
8282
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#164
8136
8283
  def html_markup_text(text); end
8137
8284
 
8138
- # source://yard//lib/yard/templates/helpers/html_helper.rb#118
8285
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#128
8139
8286
  def html_markup_textile(text); end
8140
8287
 
8141
- # source://yard//lib/yard/templates/helpers/html_helper.rb#128
8288
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#138
8142
8289
  def html_markup_textile_strict(text); end
8143
8290
 
8144
- # source://yard//lib/yard/templates/helpers/html_helper.rb#199
8291
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#209
8145
8292
  def html_syntax_highlight(source, type = T.unsafe(nil)); end
8146
8293
 
8147
- # source://yard//lib/yard/templates/helpers/html_helper.rb#210
8294
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#220
8148
8295
  def html_syntax_highlight_plain(source); end
8149
8296
 
8150
- # source://yard//lib/yard/templates/helpers/html_helper.rb#57
8297
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#61
8151
8298
  def htmlify(text, markup = T.unsafe(nil)); end
8152
8299
 
8153
- # source://yard//lib/yard/templates/helpers/html_helper.rb#184
8300
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#194
8154
8301
  def htmlify_line(*args); end
8155
8302
 
8156
- # source://yard//lib/yard/templates/helpers/html_helper.rb#296
8303
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#306
8157
8304
  def insert_include(text, markup = T.unsafe(nil)); end
8158
8305
 
8159
- # source://yard//lib/yard/templates/helpers/html_helper.rb#270
8306
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#280
8160
8307
  def link_file(filename, title = T.unsafe(nil), anchor = T.unsafe(nil)); end
8161
8308
 
8162
- # source://yard//lib/yard/templates/helpers/html_helper.rb#282
8309
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#292
8163
8310
  def link_include_file(file); end
8164
8311
 
8165
- # source://yard//lib/yard/templates/helpers/html_helper.rb#291
8312
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#301
8166
8313
  def link_include_object(obj); end
8167
8314
 
8168
- # source://yard//lib/yard/templates/helpers/html_helper.rb#301
8315
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#311
8169
8316
  def link_object(obj, title = T.unsafe(nil), anchor = T.unsafe(nil), relative = T.unsafe(nil)); end
8170
8317
 
8171
- # source://yard//lib/yard/templates/helpers/html_helper.rb#332
8318
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#342
8172
8319
  def link_url(url, title = T.unsafe(nil), params = T.unsafe(nil)); end
8173
8320
 
8174
- # source://yard//lib/yard/templates/helpers/html_helper.rb#400
8321
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#410
8175
8322
  def mtime(_file); end
8176
8323
 
8177
- # source://yard//lib/yard/templates/helpers/html_helper.rb#368
8324
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#378
8178
8325
  def mtime_url(obj, anchor = T.unsafe(nil), relative = T.unsafe(nil)); end
8179
8326
 
8180
- # source://yard//lib/yard/templates/helpers/html_helper.rb#225
8327
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#235
8181
8328
  def resolve_links(text); end
8182
8329
 
8183
- # source://yard//lib/yard/templates/helpers/html_helper.rb#529
8330
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#539
8184
8331
  def signature(meth, link = T.unsafe(nil), show_extras = T.unsafe(nil), full_attr_name = T.unsafe(nil)); end
8185
8332
 
8186
- # source://yard//lib/yard/templates/helpers/html_helper.rb#492
8333
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#502
8187
8334
  def signature_types(meth, link = T.unsafe(nil)); end
8188
8335
 
8189
- # source://yard//lib/yard/templates/helpers/html_helper.rb#368
8336
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#378
8190
8337
  def url_for(obj, anchor = T.unsafe(nil), relative = T.unsafe(nil)); end
8191
8338
 
8192
- # source://yard//lib/yard/templates/helpers/html_helper.rb#407
8339
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#417
8193
8340
  def url_for_file(filename, anchor = T.unsafe(nil)); end
8194
8341
 
8195
- # source://yard//lib/yard/templates/helpers/html_helper.rb#434
8342
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#444
8196
8343
  def url_for_frameset; end
8197
8344
 
8198
- # source://yard//lib/yard/templates/helpers/html_helper.rb#450
8345
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#460
8199
8346
  def url_for_index; end
8200
8347
 
8201
- # source://yard//lib/yard/templates/helpers/html_helper.rb#426
8348
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#436
8202
8349
  def url_for_list(type); end
8203
8350
 
8204
- # source://yard//lib/yard/templates/helpers/html_helper.rb#442
8351
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#452
8205
8352
  def url_for_main; end
8206
8353
 
8207
8354
  private
8208
8355
 
8209
- # source://yard//lib/yard/templates/helpers/html_helper.rb#609
8356
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#619
8210
8357
  def convert_method_to_overload(meth); end
8211
8358
 
8212
- # source://yard//lib/yard/templates/helpers/html_helper.rb#664
8359
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#679
8213
8360
  def detect_lang_in_codeblock_attributes(pre_html_attrs, code_html_attrs); end
8214
8361
 
8215
- # source://yard//lib/yard/templates/helpers/html_helper.rb#640
8362
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#650
8216
8363
  def parse_codeblocks(html); end
8217
8364
 
8218
- # source://yard//lib/yard/templates/helpers/html_helper.rb#624
8365
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#634
8219
8366
  def parse_lang_for_codeblock(source); end
8220
8367
 
8221
- # source://yard//lib/yard/templates/helpers/html_helper.rb#603
8368
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#613
8222
8369
  def tag_attrs(opts = T.unsafe(nil)); end
8223
8370
 
8224
- # source://yard//lib/yard/templates/helpers/html_helper.rb#31
8371
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#35
8225
8372
  def urlencode(text); end
8226
8373
 
8227
8374
  class << self
8228
- # source://yard//lib/yard/templates/helpers/html_helper.rb#31
8375
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#35
8229
8376
  def urlencode(text); end
8230
8377
  end
8231
8378
  end
8232
8379
 
8233
- # source://yard//lib/yard/templates/helpers/html_helper.rb#15
8380
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#19
8234
8381
  YARD::Templates::Helpers::HtmlHelper::ASCIIDOC_ATTRIBUTES = T.let(T.unsafe(nil), Hash)
8235
8382
 
8236
- # source://yard//lib/yard/templates/helpers/html_helper.rb#12
8383
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#16
8237
8384
  YARD::Templates::Helpers::HtmlHelper::URLMATCH = T.let(T.unsafe(nil), Regexp)
8238
8385
 
8239
8386
  # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#6
8240
8387
  module YARD::Templates::Helpers::HtmlSyntaxHighlightHelper
8241
8388
  include ::YARD::Templates::Helpers::ModuleHelper
8242
8389
 
8243
- # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#12
8390
+ # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#17
8244
8391
  def html_syntax_highlight_ruby(source); end
8245
8392
 
8246
8393
  private
8247
8394
 
8248
- # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#63
8395
+ # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#68
8249
8396
  def clean_token_object(token_obj); end
8250
8397
 
8251
- # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#45
8398
+ # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#50
8252
8399
  def html_syntax_highlight_ruby_legacy(source); end
8253
8400
 
8254
- # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#22
8401
+ # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#27
8255
8402
  def html_syntax_highlight_ruby_ripper(source); end
8256
8403
  end
8257
8404
 
8258
- # source://yard//lib/yard/autoload.rb#273
8405
+ # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#12
8406
+ YARD::Templates::Helpers::HtmlSyntaxHighlightHelper::ALREADY_HIGHLIGHTED_RE = T.let(T.unsafe(nil), Regexp)
8407
+
8408
+ # source://yard//lib/yard/autoload.rb#289
8259
8409
  module YARD::Templates::Helpers::Markup; end
8260
8410
 
8411
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#14
8412
+ class YARD::Templates::Helpers::Markup::HybridMarkdown
8413
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#89
8414
+ def initialize(text, options = T.unsafe(nil)); end
8415
+
8416
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#15
8417
+ def from_path; end
8418
+
8419
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#15
8420
+ def from_path=(_arg0); end
8421
+
8422
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#96
8423
+ def to_html; end
8424
+
8425
+ private
8426
+
8427
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2123
8428
+ def append_folded_codepoint(buffer, codepoint); end
8429
+
8430
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2096
8431
+ def ascii_only_compat?(text); end
8432
+
8433
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1617
8434
+ def ascii_punctuation_char?(char); end
8435
+
8436
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#814
8437
+ def autolink_urls(text); end
8438
+
8439
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1559
8440
+ def available_delimiter_length(token); end
8441
+
8442
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#908
8443
+ def blank_line?(line); end
8444
+
8445
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1151
8446
+ def block_boundary?(line); end
8447
+
8448
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2008
8449
+ def blockquote_open_fence?(quoted_lines); end
8450
+
8451
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2024
8452
+ def blockquote_paragraph_context?(quoted_lines); end
8453
+
8454
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#973
8455
+ def blockquote_start?(line); end
8456
+
8457
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1016
8458
+ def code_block(text, lang = T.unsafe(nil)); end
8459
+
8460
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#939
8461
+ def colon_indented_code_block_start?(lines, index); end
8462
+
8463
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1944
8464
+ def consume_columns(text, columns, start_column = T.unsafe(nil), normalize_remaining = T.unsafe(nil)); end
8465
+
8466
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1778
8467
+ def contains_nested_link?(label, placeholders); end
8468
+
8469
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1536
8470
+ def decode_entities(text); end
8471
+
8472
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1870
8473
+ def decode_entity(entity); end
8474
+
8475
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1572
8476
+ def delimiter_flags(text, run_start, run_end, char); end
8477
+
8478
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2088
8479
+ def each_char_compat(text); end
8480
+
8481
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1660
8482
+ def escape_autolink_url(url); end
8483
+
8484
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1641
8485
+ def escape_list_marker_text(line); end
8486
+
8487
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1656
8488
+ def escape_url(url); end
8489
+
8490
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1022
8491
+ def extract_codeblock_language(text, lang = T.unsafe(nil)); end
8492
+
8493
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#843
8494
+ def extract_reference_definitions(text); end
8495
+
8496
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1071
8497
+ def fence_closer?(line, char, min_length); end
8498
+
8499
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#920
8500
+ def fenced_code_start?(line); end
8501
+
8502
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1502
8503
+ def find_braced_text_link_label_end(text, index); end
8504
+
8505
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1336
8506
+ def find_closing_bracket(text, open_index); end
8507
+
8508
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1354
8509
+ def find_matching_backtick_run(text, index, length); end
8510
+
8511
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1759
8512
+ def find_reference_label_end(text); end
8513
+
8514
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#743
8515
+ def format_emphasis(text); end
8516
+
8517
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#525
8518
+ def format_inline(text); end
8519
+
8520
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#810
8521
+ def format_strikethrough(text); end
8522
+
8523
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1889
8524
+ def h(text); end
8525
+
8526
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1038
8527
+ def heading_id(text); end
8528
+
8529
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1851
8530
+ def html_block_end?(type, line); end
8531
+
8532
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#977
8533
+ def html_block_start?(line, interrupt_paragraph = T.unsafe(nil)); end
8534
+
8535
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1834
8536
+ def html_block_type(line, interrupt_paragraph = T.unsafe(nil)); end
8537
+
8538
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1528
8539
+ def image_html(label, dest, title = T.unsafe(nil)); end
8540
+
8541
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#928
8542
+ def indented_code_block_start?(lines, index, previous_block_type = T.unsafe(nil)); end
8543
+
8544
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#924
8545
+ def indented_code_start?(line); end
8546
+
8547
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1633
8548
+ def indented_to?(line, indent); end
8549
+
8550
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#579
8551
+ def inside_angle_autolink_candidate?(text, index); end
8552
+
8553
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#967
8554
+ def labeled_list_start?(lines, index); end
8555
+
8556
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1997
8557
+ def lazy_blockquote_continuation?(quoted_lines, line); end
8558
+
8559
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1629
8560
+ def leading_columns(line); end
8561
+
8562
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1520
8563
+ def link_html(label, dest, title = T.unsafe(nil)); end
8564
+
8565
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1140
8566
+ def list_item_padding(marker); end
8567
+
8568
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#958
8569
+ def list_start?(line, interrupt_paragraph = T.unsafe(nil)); end
8570
+
8571
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2063
8572
+ def loose_list_item_continuation?(item_lines); end
8573
+
8574
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1550
8575
+ def normalize_code_span(code); end
8576
+
8577
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2038
8578
+ def normalize_heading_line(line); end
8579
+
8580
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2034
8581
+ def normalize_paragraph_line(line); end
8582
+
8583
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#885
8584
+ def normalize_reference_label(label); end
8585
+
8586
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1563
8587
+ def odd_match_disallowed?(opener, closer); end
8588
+
8589
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2072
8590
+ def open_fence_in_lines?(lines); end
8591
+
8592
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1044
8593
+ def parse_atx_heading(line); end
8594
+
8595
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#443
8596
+ def parse_blockquote(lines, index); end
8597
+
8598
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#102
8599
+ def parse_blocks(lines, index); end
8600
+
8601
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1058
8602
+ def parse_fence_opener(line); end
8603
+
8604
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#216
8605
+ def parse_fenced_code(lines, index); end
8606
+
8607
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#165
8608
+ def parse_heading(line); end
8609
+
8610
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#479
8611
+ def parse_html_block(lines, index); end
8612
+
8613
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#236
8614
+ def parse_indented_code(lines, index); end
8615
+
8616
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1370
8617
+ def parse_inline_destination(text, index, placeholders = T.unsafe(nil)); end
8618
+
8619
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#408
8620
+ def parse_labeled_list(lines, index); end
8621
+
8622
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#837
8623
+ def parse_labeled_list_line(line); end
8624
+
8625
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#296
8626
+ def parse_list(lines, index); end
8627
+
8628
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1085
8629
+ def parse_list_marker(line); end
8630
+
8631
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#500
8632
+ def parse_paragraph(lines, index); end
8633
+
8634
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1157
8635
+ def parse_reference_definition(label, definition); end
8636
+
8637
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1664
8638
+ def parse_reference_definition_block(lines, index, previous_line); end
8639
+
8640
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#181
8641
+ def parse_setext_heading(lines, index); end
8642
+
8643
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#267
8644
+ def parse_table(lines, index); end
8645
+
8646
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1473
8647
+ def parse_text_link_destination(text, index); end
8648
+
8649
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#253
8650
+ def parse_yard_indented_code(lines, index); end
8651
+
8652
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1818
8653
+ def percent_encode_url(text, allowed_re); end
8654
+
8655
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1466
8656
+ def plain_text(text); end
8657
+
8658
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#603
8659
+ def protect_autolinks(text, placeholders); end
8660
+
8661
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#711
8662
+ def protect_braced_text_links(text, placeholders); end
8663
+
8664
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#548
8665
+ def protect_code_spans(text, placeholders); end
8666
+
8667
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#631
8668
+ def protect_entities(text, placeholders); end
8669
+
8670
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#623
8671
+ def protect_escaped_characters(text, placeholders); end
8672
+
8673
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#635
8674
+ def protect_hard_breaks(text, placeholders); end
8675
+
8676
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#647
8677
+ def protect_inline_images(text, placeholders); end
8678
+
8679
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#657
8680
+ def protect_inline_links(text, placeholders); end
8681
+
8682
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#611
8683
+ def protect_raw_html(text, placeholders); end
8684
+
8685
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#639
8686
+ def protect_rdoc_images(text, placeholders); end
8687
+
8688
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#667
8689
+ def protect_reference_images(text, placeholders); end
8690
+
8691
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#671
8692
+ def protect_reference_links(text, placeholders); end
8693
+
8694
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#675
8695
+ def protect_single_word_text_links(text, placeholders); end
8696
+
8697
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#592
8698
+ def protect_yard_links(text, placeholders); end
8699
+
8700
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1597
8701
+ def punctuation_char?(char); end
8702
+
8703
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1733
8704
+ def reference_definition_context?(previous_line); end
8705
+
8706
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1542
8707
+ def reference_definition_continuation?(line); end
8708
+
8709
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1753
8710
+ def reference_definition_replacement_line(line, prefix); end
8711
+
8712
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#899
8713
+ def reference_image_html(alt, ref); end
8714
+
8715
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#890
8716
+ def reference_link_html(label, ref); end
8717
+
8718
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1219
8719
+ def replace_inline_constructs(text, placeholders, prefix); end
8720
+
8721
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#828
8722
+ def restore_placeholders(text, placeholders); end
8723
+
8724
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1144
8725
+ def same_list_type?(base, other); end
8726
+
8727
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1901
8728
+ def scan_leading_columns(text); end
8729
+
8730
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1921
8731
+ def scan_padding_columns(text, index, start_column); end
8732
+
8733
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1267
8734
+ def scan_reference_constructs(text, placeholders, kind); end
8735
+
8736
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#916
8737
+ def setext_underline_line?(line); end
8738
+
8739
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2042
8740
+ def split_blockquote_prefix(line); end
8741
+
8742
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1897
8743
+ def split_lines(text); end
8744
+
8745
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1741
8746
+ def split_reference_container_prefix(line); end
8747
+
8748
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#991
8749
+ def split_table_row(line); end
8750
+
8751
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#832
8752
+ def store_placeholder(placeholders, html); end
8753
+
8754
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2058
8755
+ def strip_blockquote_marker(line); end
8756
+
8757
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1079
8758
+ def strip_fenced_indent(line, indent); end
8759
+
8760
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1637
8761
+ def strip_list_item_indent(line, content_indent); end
8762
+
8763
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1029
8764
+ def strip_trailing_punctuation(url); end
8765
+
8766
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#995
8767
+ def table_alignment(cell); end
8768
+
8769
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#986
8770
+ def table_row?(line); end
8771
+
8772
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#981
8773
+ def table_start?(lines, index); end
8774
+
8775
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#912
8776
+ def thematic_break?(line); end
8777
+
8778
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1806
8779
+ def unclosed_reference_title?(text); end
8780
+
8781
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1893
8782
+ def unescape_markdown_punctuation(text); end
8783
+
8784
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2112
8785
+ def unicode_casefold_compat(text); end
8786
+
8787
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1603
8788
+ def unicode_symbol_char?(char); end
8789
+
8790
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1004
8791
+ def unindent(lines); end
8792
+
8793
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1012
8794
+ def unindent_indented_code(lines); end
8795
+
8796
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#2104
8797
+ def utf8_bytes(char); end
8798
+
8799
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#1593
8800
+ def whitespace_char?(char); end
8801
+
8802
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#950
8803
+ def yard_indented_code_start?(lines, index); end
8804
+ end
8805
+
8806
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#32
8807
+ YARD::Templates::Helpers::Markup::HybridMarkdown::ATX_HEADING_RE = T.let(T.unsafe(nil), Regexp)
8808
+
8809
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#83
8810
+ YARD::Templates::Helpers::Markup::HybridMarkdown::AUTOLINK_RE = T.let(T.unsafe(nil), Regexp)
8811
+
8812
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#43
8813
+ YARD::Templates::Helpers::Markup::HybridMarkdown::BLOCKQUOTE_RE = T.let(T.unsafe(nil), Regexp)
8814
+
8815
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#78
8816
+ YARD::Templates::Helpers::Markup::HybridMarkdown::CODE_LANG_RE = T.let(T.unsafe(nil), Regexp)
8817
+
8818
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#76
8819
+ YARD::Templates::Helpers::Markup::HybridMarkdown::ENTITY_RE = T.let(T.unsafe(nil), Regexp)
8820
+
8821
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#81
8822
+ YARD::Templates::Helpers::Markup::HybridMarkdown::ESCAPABLE_CHARS_RE = T.let(T.unsafe(nil), Regexp)
8823
+
8824
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#35
8825
+ YARD::Templates::Helpers::Markup::HybridMarkdown::FENCE_RE = T.let(T.unsafe(nil), Regexp)
8826
+
8827
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#44
8828
+ YARD::Templates::Helpers::Markup::HybridMarkdown::HTML_BLOCK_RE = T.let(T.unsafe(nil), Regexp)
8829
+
8830
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#56
8831
+ YARD::Templates::Helpers::Markup::HybridMarkdown::HTML_BLOCK_TAGS = T.let(T.unsafe(nil), Array)
8832
+
8833
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#63
8834
+ YARD::Templates::Helpers::Markup::HybridMarkdown::HTML_TAG_RE = T.let(T.unsafe(nil), Regexp)
8835
+
8836
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#41
8837
+ YARD::Templates::Helpers::Markup::HybridMarkdown::LABEL_LIST_BRACKET_RE = T.let(T.unsafe(nil), Regexp)
8838
+
8839
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#42
8840
+ YARD::Templates::Helpers::Markup::HybridMarkdown::LABEL_LIST_COLON_RE = T.let(T.unsafe(nil), Regexp)
8841
+
8842
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#17
8843
+ YARD::Templates::Helpers::Markup::HybridMarkdown::NAMED_ENTITIES = T.let(T.unsafe(nil), Hash)
8844
+
8845
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#39
8846
+ YARD::Templates::Helpers::Markup::HybridMarkdown::ORDERED_LIST_RE = T.let(T.unsafe(nil), Regexp)
8847
+
8848
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#80
8849
+ YARD::Templates::Helpers::Markup::HybridMarkdown::PLACEHOLDER_RE = T.let(T.unsafe(nil), Regexp)
8850
+
8851
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#82
8852
+ YARD::Templates::Helpers::Markup::HybridMarkdown::RDOC_ESCAPED_CAPITALIZED_CROSSREF_RE = T.let(T.unsafe(nil), Regexp)
8853
+
8854
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#33
8855
+ YARD::Templates::Helpers::Markup::HybridMarkdown::RDOC_HEADING_RE = T.let(T.unsafe(nil), Regexp)
8856
+
8857
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#40
8858
+ YARD::Templates::Helpers::Markup::HybridMarkdown::RDOC_ORDERED_LIST_RE = T.let(T.unsafe(nil), Regexp)
8859
+
8860
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#79
8861
+ YARD::Templates::Helpers::Markup::HybridMarkdown::REFERENCE_DEF_START_RE = T.let(T.unsafe(nil), Regexp)
8862
+
8863
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#34
8864
+ YARD::Templates::Helpers::Markup::HybridMarkdown::SETEXT_HEADING_RE = T.let(T.unsafe(nil), Regexp)
8865
+
8866
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#37
8867
+ YARD::Templates::Helpers::Markup::HybridMarkdown::TABLE_SEPARATOR_RE = T.let(T.unsafe(nil), Regexp)
8868
+
8869
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#84
8870
+ YARD::Templates::Helpers::Markup::HybridMarkdown::TAB_WIDTH = T.let(T.unsafe(nil), Integer)
8871
+
8872
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#36
8873
+ YARD::Templates::Helpers::Markup::HybridMarkdown::THEMATIC_BREAK_RE = T.let(T.unsafe(nil), Regexp)
8874
+
8875
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#38
8876
+ YARD::Templates::Helpers::Markup::HybridMarkdown::UNORDERED_LIST_RE = T.let(T.unsafe(nil), Regexp)
8877
+
8878
+ # source://yard//lib/yard/templates/helpers/markup/hybrid_markdown.rb#77
8879
+ YARD::Templates::Helpers::Markup::HybridMarkdown::YARD_LINK_RE = T.let(T.unsafe(nil), Regexp)
8880
+
8261
8881
  # source://yard//lib/yard/templates/helpers/markup/rdoc_markdown.rb#13
8262
8882
  class YARD::Templates::Helpers::Markup::RDocMarkdown < ::YARD::Templates::Helpers::Markup::RDocMarkup
8263
8883
  # source://yard//lib/yard/templates/helpers/markup/rdoc_markdown.rb#14
@@ -8269,7 +8889,7 @@ end
8269
8889
 
8270
8890
  # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#12
8271
8891
  class YARD::Templates::Helpers::Markup::RDocMarkup
8272
- # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#41
8892
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#42
8273
8893
  def initialize(text); end
8274
8894
 
8275
8895
  # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#35
@@ -8278,15 +8898,15 @@ class YARD::Templates::Helpers::Markup::RDocMarkup
8278
8898
  # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#35
8279
8899
  def from_path=(_arg0); end
8280
8900
 
8281
- # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#50
8901
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#52
8282
8902
  def to_html; end
8283
8903
 
8284
8904
  private
8285
8905
 
8286
- # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#87
8906
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#89
8287
8907
  def fix_dash_dash(text); end
8288
8908
 
8289
- # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#66
8909
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#68
8290
8910
  def fix_typewriter(text); end
8291
8911
  end
8292
8912
 
@@ -8298,34 +8918,34 @@ class YARD::Templates::Helpers::Markup::RDocMarkupToHtml < ::RDoc::Markup::ToHtm
8298
8918
  # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#16
8299
8919
  def initialize; end
8300
8920
 
8301
- # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#100
8921
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#102
8302
8922
  def accept_paragraph(*args); end
8303
8923
 
8304
- # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#93
8924
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#95
8305
8925
  def from_path; end
8306
8926
 
8307
- # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#93
8927
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#95
8308
8928
  def from_path=(_arg0); end
8309
8929
 
8310
- # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#96
8930
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#98
8311
8931
  def handle_special_HYPERLINK(special); end
8312
8932
  end
8313
8933
 
8314
8934
  # source://yard//lib/yard/templates/helpers/markup_helper.rb#7
8315
8935
  module YARD::Templates::Helpers::MarkupHelper
8316
- # source://yard//lib/yard/templates/helpers/markup_helper.rb#87
8936
+ # source://yard//lib/yard/templates/helpers/markup_helper.rb#89
8317
8937
  def load_markup_provider(type = T.unsafe(nil)); end
8318
8938
 
8319
- # source://yard//lib/yard/templates/helpers/markup_helper.rb#158
8939
+ # source://yard//lib/yard/templates/helpers/markup_helper.rb#160
8320
8940
  def markup_class(type = T.unsafe(nil)); end
8321
8941
 
8322
- # source://yard//lib/yard/templates/helpers/markup_helper.rb#149
8942
+ # source://yard//lib/yard/templates/helpers/markup_helper.rb#151
8323
8943
  def markup_file_contents(contents); end
8324
8944
 
8325
- # source://yard//lib/yard/templates/helpers/markup_helper.rb#133
8945
+ # source://yard//lib/yard/templates/helpers/markup_helper.rb#135
8326
8946
  def markup_for_file(contents, filename); end
8327
8947
 
8328
- # source://yard//lib/yard/templates/helpers/markup_helper.rb#168
8948
+ # source://yard//lib/yard/templates/helpers/markup_helper.rb#170
8329
8949
  def markup_provider(type = T.unsafe(nil)); end
8330
8950
 
8331
8951
  class << self
@@ -8340,10 +8960,10 @@ module YARD::Templates::Helpers::MarkupHelper
8340
8960
  end
8341
8961
  end
8342
8962
 
8343
- # source://yard//lib/yard/templates/helpers/markup_helper.rb#61
8963
+ # source://yard//lib/yard/templates/helpers/markup_helper.rb#63
8344
8964
  YARD::Templates::Helpers::MarkupHelper::MARKUP_EXTENSIONS = T.let(T.unsafe(nil), Hash)
8345
8965
 
8346
- # source://yard//lib/yard/templates/helpers/markup_helper.rb#74
8966
+ # source://yard//lib/yard/templates/helpers/markup_helper.rb#76
8347
8967
  YARD::Templates::Helpers::MarkupHelper::MARKUP_FILE_SHEBANG = T.let(T.unsafe(nil), Regexp)
8348
8968
 
8349
8969
  # source://yard//lib/yard/templates/helpers/markup_helper.rb#24