activerecord-ejection_seat 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/.ruby-version +1 -1
  3. data/.tool-versions +1 -1
  4. data/CHANGELOG.md +6 -0
  5. data/Gemfile +0 -2
  6. data/Gemfile.lock +41 -52
  7. data/lib/activerecord-ejection_seat/version.rb +1 -1
  8. data/sorbet/rbi/gems/{activerecord@7.0.4.2.rbi → activerecord@7.0.4.3.rbi} +128 -128
  9. data/sorbet/rbi/gems/{activesupport@7.0.4.2.rbi → activesupport@7.0.4.3.rbi} +79 -103
  10. data/sorbet/rbi/gems/{concurrent-ruby@1.2.0.rbi → concurrent-ruby@1.2.2.rbi} +64 -89
  11. data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +19 -0
  12. data/sorbet/rbi/gems/i18n@1.13.0.rbi +2320 -0
  13. data/sorbet/rbi/gems/{irb@1.6.2.rbi → irb@1.6.4.rbi} +50 -35
  14. data/sorbet/rbi/gems/json@2.6.3.rbi +65 -73
  15. data/sorbet/rbi/gems/{minitest@5.17.0.rbi → minitest@5.18.0.rbi} +79 -48
  16. data/sorbet/rbi/gems/{parallel@1.22.1.rbi → parallel@1.23.0.rbi} +75 -79
  17. data/sorbet/rbi/gems/{parser@3.2.1.0.rbi → parser@3.2.2.1.rbi} +164 -164
  18. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +11 -6
  19. data/sorbet/rbi/gems/rake@13.0.6.rbi +141 -0
  20. data/sorbet/rbi/gems/rbi@0.0.16.rbi +17 -17
  21. data/sorbet/rbi/gems/{regexp_parser@2.7.0.rbi → regexp_parser@2.8.0.rbi} +617 -449
  22. data/sorbet/rbi/gems/rexml@3.2.5.rbi +57 -0
  23. data/sorbet/rbi/gems/{rubocop-ast@1.26.0.rbi → rubocop-ast@1.28.1.rbi} +79 -60
  24. data/sorbet/rbi/gems/{rubocop-minitest@0.27.0.rbi → rubocop-minitest@0.31.0.rbi} +364 -222
  25. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +24 -50
  26. data/sorbet/rbi/gems/rubocop-sorbet@0.7.0.rbi +0 -15
  27. data/sorbet/rbi/gems/{rubocop@1.45.1.rbi → rubocop@1.51.0.rbi} +2170 -1402
  28. data/sorbet/rbi/gems/{ruby-progressbar@1.11.0.rbi → ruby-progressbar@1.13.0.rbi} +382 -277
  29. data/sorbet/rbi/gems/sorbet-struct-comparable@1.3.0.rbi +18 -0
  30. data/sorbet/rbi/gems/{spoom@1.1.15.rbi → spoom@1.2.1.rbi} +621 -501
  31. data/sorbet/rbi/gems/{tapioca@0.10.5.rbi → tapioca@0.11.6.rbi} +293 -207
  32. data/sorbet/rbi/gems/{thor@1.2.1.rbi → thor@1.2.2.rbi} +76 -61
  33. data/sorbet/rbi/gems/{yard-sorbet@0.8.0.rbi → yard-sorbet@0.8.1.rbi} +13 -26
  34. data/sorbet/rbi/gems/{yard@0.9.28.rbi → yard@0.9.34.rbi} +1531 -345
  35. metadata +27 -33
  36. data/activerecord-ejection_seat.gemspec +0 -40
  37. data/sorbet/rbi/gems/i18n@1.12.0.rbi +0 -8
  38. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +0 -8
  39. data/sorbet/rbi/gems/prettier_print@1.2.0.rbi +0 -8
  40. data/sorbet/rbi/gems/ruby-lsp@0.4.0.rbi +0 -14
  41. data/sorbet/rbi/gems/syntax_tree@6.0.0.rbi +0 -8
  42. data/sorbet/rbi/gems/webrick@1.7.0.rbi +0 -2498
  43. /data/sorbet/rbi/gems/{activemodel@7.0.4.2.rbi → activemodel@7.0.4.3.rbi} +0 -0
  44. /data/sorbet/rbi/gems/{reline@0.3.2.rbi → reline@0.3.3.rbi} +0 -0
  45. /data/sorbet/rbi/gems/{sqlite3@1.6.0.rbi → sqlite3@1.6.2.rbi} +0 -0
@@ -100,11 +100,6 @@ end
100
100
  # source://yard//lib/yard/rubygems/backports/source_index.rb#363
101
101
  Gem::Cache = Gem::SourceIndex
102
102
 
103
- Gem::ConfigMap = T.let(T.unsafe(nil), Hash)
104
- Gem::KERNEL_WARN_IGNORES_INTERNAL_ENTRIES = T.let(T.unsafe(nil), TrueClass)
105
- Gem::RbConfigPriorities = T.let(T.unsafe(nil), Array)
106
- Gem::RubyGemsVersion = T.let(T.unsafe(nil), String)
107
-
108
103
  # The SourceIndex object indexes all the gems available from a
109
104
  # particular source (e.g. a list of gem directories, or a remote
110
105
  # source). A SourceIndex maps a gem full name to a gem
@@ -287,9 +282,7 @@ class Gem::SourceIndex
287
282
  end
288
283
  end
289
284
 
290
- Gem::UNTAINT = T.let(T.unsafe(nil), Proc)
291
- Gem::UnsatisfiableDepedencyError = Gem::UnsatisfiableDependencyError
292
-
285
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#17
293
286
  class IRB::SLex
294
287
  # @return [SLex] a new instance of SLex
295
288
  #
@@ -340,6 +333,8 @@ IRB::SLex::D_WARN = T.let(T.unsafe(nil), IRB::Notifier::LeveledNotifier)
340
333
  # class Node -
341
334
  #
342
335
  # ----------------------------------------------------------------------
336
+ #
337
+ # source://yard//lib/yard/parser/ruby/legacy/irb/slex.rb#86
343
338
  class IRB::SLex::Node
344
339
  # if postproc is nil, this node is an abstract node.
345
340
  # if postproc is non-nil, this node is a real node.
@@ -508,7 +503,7 @@ end
508
503
  # A subclass of Hash where all keys are converted into Symbols, and
509
504
  # optionally, all String values are converted into Symbols.
510
505
  #
511
- # source://yard//lib/yard/core_ext/symbol_hash.rb#8
506
+ # source://yard//lib/yard/core_ext/symbol_hash.rb#4
512
507
  class SymbolHash < ::Hash
513
508
  # Creates a new SymbolHash object
514
509
  #
@@ -595,29 +590,6 @@ class SymbolHash < ::Hash
595
590
  end
596
591
  end
597
592
 
598
- # @private
599
- class WEBrick::HTTPRequest
600
- # Returns the value of attribute version_supplied.
601
- #
602
- # source://yard//lib/yard/server/webrick_adapter.rb#43
603
- def version_supplied; end
604
-
605
- # Sets the attribute version_supplied
606
- #
607
- # @param value the value to set the attribute version_supplied to.
608
- #
609
- # source://yard//lib/yard/server/webrick_adapter.rb#43
610
- def version_supplied=(_arg0); end
611
-
612
- # @return [Boolean]
613
- #
614
- # source://yard//lib/yard/server/webrick_adapter.rb#44
615
- def xhr?; end
616
- end
617
-
618
- # source://webrick/1.7.0/lib/webrick/httprequest.rb#449
619
- WEBrick::HTTPRequest::MAX_HEADER_LENGTH = T.let(T.unsafe(nil), Integer)
620
-
621
593
  # Gem::YARDoc provides methods to generate YARDoc and yri data for installed gems
622
594
  # upon gem installation.
623
595
  #
@@ -774,6 +746,8 @@ end
774
746
  # @see Command
775
747
  # @see commands
776
748
  # @see default_command
749
+ #
750
+ # source://yard//lib/yard/cli/command_parser.rb#23
777
751
  class YARD::CLI::CommandParser
778
752
  # @return [CommandParser] a new instance of CommandParser
779
753
  #
@@ -833,6 +807,8 @@ end
833
807
  # CLI command to view or edit configuration options
834
808
  #
835
809
  # @since 0.6.2
810
+ #
811
+ # source://yard//lib/yard/cli/config.rb#6
836
812
  class YARD::CLI::Config < ::YARD::CLI::Command
837
813
  # @return [Config] a new instance of Config
838
814
  # @since 0.6.2
@@ -966,6 +942,8 @@ end
966
942
  # of a project (library, gem, working copy).
967
943
  #
968
944
  # @since 0.6.0
945
+ #
946
+ # source://yard//lib/yard/cli/diff.rb#11
969
947
  class YARD::CLI::Diff < ::YARD::CLI::Command
970
948
  # @return [Diff] a new instance of Diff
971
949
  # @since 0.6.0
@@ -1049,6 +1027,8 @@ end
1049
1027
  # Display one object
1050
1028
  #
1051
1029
  # @since 0.8.6
1030
+ #
1031
+ # source://yard//lib/yard/cli/display.rb#6
1052
1032
  class YARD::CLI::Display < ::YARD::CLI::Yardoc
1053
1033
  # @return [Display] a new instance of Display
1054
1034
  # @since 0.8.6
@@ -1097,6 +1077,8 @@ class YARD::CLI::Display < ::YARD::CLI::Yardoc
1097
1077
  end
1098
1078
 
1099
1079
  # @since 0.6.0
1080
+ #
1081
+ # source://yard//lib/yard/cli/gems.rb#5
1100
1082
  class YARD::CLI::Gems < ::YARD::CLI::Command
1101
1083
  # @return [Gems] a new instance of Gems
1102
1084
  # @since 0.6.0
@@ -1146,6 +1128,8 @@ end
1146
1128
  #
1147
1129
  # @see Graph#run
1148
1130
  # @since 0.6.0
1131
+ #
1132
+ # source://yard//lib/yard/cli/graph.rb#24
1149
1133
  class YARD::CLI::Graph < ::YARD::CLI::YardoptsCommand
1150
1134
  # Creates a new instance of the command-line utility
1151
1135
  #
@@ -1204,6 +1188,8 @@ class YARD::CLI::Graph < ::YARD::CLI::YardoptsCommand
1204
1188
  end
1205
1189
 
1206
1190
  # Options to pass to the {Graph} CLI.
1191
+ #
1192
+ # source://yard//lib/yard/cli/graph.rb#5
1207
1193
  class YARD::CLI::GraphOptions < ::YARD::Templates::TemplateOptions
1208
1194
  # @return [String] any contents to pass to the digraph
1209
1195
  #
@@ -1247,6 +1233,8 @@ end
1247
1233
  # Handles help for commands
1248
1234
  #
1249
1235
  # @since 0.6.0
1236
+ #
1237
+ # source://yard//lib/yard/cli/help.rb#6
1250
1238
  class YARD::CLI::Help < ::YARD::CLI::Command
1251
1239
  # @since 0.6.0
1252
1240
  #
@@ -1266,6 +1254,8 @@ end
1266
1254
  #
1267
1255
  # @since 0.8.0
1268
1256
  # @todo Support msgminit and msgmerge features?
1257
+ #
1258
+ # source://yard//lib/yard/cli/i18n.rb#13
1269
1259
  class YARD::CLI::I18n < ::YARD::CLI::Yardoc
1270
1260
  # @return [I18n] a new instance of I18n
1271
1261
  # @since 0.8.0
@@ -1297,6 +1287,8 @@ class YARD::CLI::I18n < ::YARD::CLI::Yardoc
1297
1287
  end
1298
1288
 
1299
1289
  # Lists all constant and method names in the codebase. Uses {Yardoc} --list.
1290
+ #
1291
+ # source://yard//lib/yard/cli/list.rb#5
1300
1292
  class YARD::CLI::List < ::YARD::CLI::Command
1301
1293
  # source://yard//lib/yard/cli/list.rb#6
1302
1294
  def description; end
@@ -1314,6 +1306,8 @@ end
1314
1306
  # Lists all markup types
1315
1307
  #
1316
1308
  # @since 0.8.6
1309
+ #
1310
+ # source://yard//lib/yard/cli/markup_types.rb#6
1317
1311
  class YARD::CLI::MarkupTypes < ::YARD::CLI::Command
1318
1312
  # @since 0.8.6
1319
1313
  #
@@ -1334,6 +1328,8 @@ end
1334
1328
  # A local documentation server
1335
1329
  #
1336
1330
  # @since 0.6.0
1331
+ #
1332
+ # source://yard//lib/yard/cli/server.rb#7
1337
1333
  class YARD::CLI::Server < ::YARD::CLI::Command
1338
1334
  # Creates a new instance of the Server command line utility
1339
1335
  #
@@ -1484,6 +1480,8 @@ class YARD::CLI::Server < ::YARD::CLI::Command
1484
1480
  end
1485
1481
 
1486
1482
  # @since 0.6.0
1483
+ #
1484
+ # source://yard//lib/yard/cli/stats.rb#5
1487
1485
  class YARD::CLI::Stats < ::YARD::CLI::Yardoc
1488
1486
  include ::YARD::Templates::Helpers::BaseHelper
1489
1487
 
@@ -1633,6 +1631,8 @@ end
1633
1631
  YARD::CLI::Stats::STATS_ORDER = T.let(T.unsafe(nil), Array)
1634
1632
 
1635
1633
  # A tool to view documentation in the console like `ri`
1634
+ #
1635
+ # source://yard//lib/yard/cli/yri.rb#7
1636
1636
  class YARD::CLI::YRI < ::YARD::CLI::Command
1637
1637
  # @return [YRI] a new instance of YRI
1638
1638
  #
@@ -1762,7 +1762,7 @@ YARD::CLI::YRI::DEFAULT_SEARCH_PATHS = T.let(T.unsafe(nil), Array)
1762
1762
  # source://yard//lib/yard/cli/yri.rb#15
1763
1763
  YARD::CLI::YRI::SEARCH_PATHS_FILE = T.let(T.unsafe(nil), String)
1764
1764
 
1765
- # source://yard//lib/yard/cli/yardoc.rb#147
1765
+ # source://yard//lib/yard/cli/yardoc.rb#145
1766
1766
  class YARD::CLI::Yardoc < ::YARD::CLI::YardoptsCommand
1767
1767
  # Creates a new instance of the commandline utility
1768
1768
  #
@@ -2099,7 +2099,7 @@ class YARD::CLI::Yardoc < ::YARD::CLI::YardoptsCommand
2099
2099
 
2100
2100
  # Generates output for objects
2101
2101
  #
2102
- # @param checksums [Hash, nil] if supplied, a list of checkums for files.
2102
+ # @param checksums [Hash, nil] if supplied, a list of checksums for files.
2103
2103
  # @return [void]
2104
2104
  # @since 0.5.1
2105
2105
  #
@@ -2135,7 +2135,7 @@ end
2135
2135
 
2136
2136
  # Default options used in +yard doc+ command.
2137
2137
  #
2138
- # source://yard//lib/yard/cli/yardoc.rb#10
2138
+ # source://yard//lib/yard/cli/yardoc.rb#8
2139
2139
  class YARD::CLI::YardocOptions < ::YARD::Templates::TemplateOptions
2140
2140
  # @return [CodeObjects::ExtraFileObject] the file object being rendered.
2141
2141
  # The +object+ key is not used so that a file may be rendered in the context
@@ -2263,7 +2263,7 @@ end
2263
2263
  # @abstract
2264
2264
  # @since 0.8.3
2265
2265
  #
2266
- # source://yard//lib/yard/cli/yardopts_command.rb#11
2266
+ # source://yard//lib/yard/cli/yardopts_command.rb#10
2267
2267
  class YARD::CLI::YardoptsCommand < ::YARD::CLI::Command
2268
2268
  # Creates a new command that reads .yardopts
2269
2269
  #
@@ -2453,6 +2453,8 @@ YARD::CodeObjects::BUILTIN_MODULES = T.let(T.unsafe(nil), Array)
2453
2453
  # @see #[]=
2454
2454
  # @see NamespaceObject
2455
2455
  # @see NamespaceMapper.register_separator
2456
+ #
2457
+ # source://yard//lib/yard/code_objects/base.rb#133
2456
2458
  class YARD::CodeObjects::Base
2457
2459
  # Creates a new code object
2458
2460
  #
@@ -2518,7 +2520,7 @@ class YARD::CodeObjects::Base
2518
2520
  # @see Docstring#add_tag
2519
2521
  # @since 0.8.4
2520
2522
  #
2521
- # source://yard//lib/yard/code_objects/base.rb#557
2523
+ # source://yard//lib/yard/code_objects/base.rb#560
2522
2524
  def add_tag(*tags); end
2523
2525
 
2524
2526
  # The non-localized documentation string associated with the object
@@ -2627,7 +2629,7 @@ class YARD::CodeObjects::Base
2627
2629
  # @return [String] the rendered template
2628
2630
  # @see Templates::Engine#render
2629
2631
  #
2630
- # source://yard//lib/yard/code_objects/base.rb#501
2632
+ # source://yard//lib/yard/code_objects/base.rb#504
2631
2633
  def format(options = T.unsafe(nil)); end
2632
2634
 
2633
2635
  # @return [String] the group this object is associated with
@@ -2647,7 +2649,7 @@ class YARD::CodeObjects::Base
2647
2649
  # @return [Boolean]
2648
2650
  # @see Docstring#has_tag?
2649
2651
  #
2650
- # source://yard//lib/yard/code_objects/base.rb#552
2652
+ # source://yard//lib/yard/code_objects/base.rb#555
2651
2653
  def has_tag?(name); end
2652
2654
 
2653
2655
  # @return [Integer] the object's hash value (for equality checking)
@@ -2659,7 +2661,7 @@ class YARD::CodeObjects::Base
2659
2661
  #
2660
2662
  # @return [String] a string describing the object
2661
2663
  #
2662
- # source://yard//lib/yard/code_objects/base.rb#509
2664
+ # source://yard//lib/yard/code_objects/base.rb#512
2663
2665
  def inspect; end
2664
2666
 
2665
2667
  # Returns the line the object was first parsed at (or nil)
@@ -2701,7 +2703,7 @@ class YARD::CodeObjects::Base
2701
2703
  # for {Registry.root}). If obj is nil, the object is unregistered
2702
2704
  # from the Registry.
2703
2705
  #
2704
- # source://yard//lib/yard/code_objects/base.rb#518
2706
+ # source://yard//lib/yard/code_objects/base.rb#521
2705
2707
  def namespace=(obj); end
2706
2708
 
2707
2709
  # The namespace the object is defined in. If the object is in the
@@ -2718,7 +2720,7 @@ class YARD::CodeObjects::Base
2718
2720
  # for {Registry.root}). If obj is nil, the object is unregistered
2719
2721
  # from the Registry.
2720
2722
  #
2721
- # source://yard//lib/yard/code_objects/base.rb#518
2723
+ # source://yard//lib/yard/code_objects/base.rb#521
2722
2724
  def parent=(obj); end
2723
2725
 
2724
2726
  # Represents the unique path of the object. The default implementation
@@ -2731,19 +2733,19 @@ class YARD::CodeObjects::Base
2731
2733
  # @return [String] the unique path of the object
2732
2734
  # @see #sep
2733
2735
  #
2734
- # source://yard//lib/yard/code_objects/base.rb#449
2736
+ # source://yard//lib/yard/code_objects/base.rb#452
2735
2737
  def path; end
2736
2738
 
2737
2739
  # @param other [Base, String] another code object (or object path)
2738
2740
  # @return [String] the shortest relative path from this object to +other+
2739
2741
  # @since 0.5.3
2740
2742
  #
2741
- # source://yard//lib/yard/code_objects/base.rb#471
2743
+ # source://yard//lib/yard/code_objects/base.rb#474
2742
2744
  def relative_path(other); end
2743
2745
 
2744
2746
  # @return [Boolean] whether or not this object is a RootObject
2745
2747
  #
2746
- # source://yard//lib/yard/code_objects/base.rb#563
2748
+ # source://yard//lib/yard/code_objects/base.rb#566
2747
2749
  def root?; end
2748
2750
 
2749
2751
  # Override this method with a custom component separator. For instance,
@@ -2754,7 +2756,7 @@ class YARD::CodeObjects::Base
2754
2756
  # @return [String] the component that separates the namespace path
2755
2757
  # and the name (default is {NSEP})
2756
2758
  #
2757
- # source://yard//lib/yard/code_objects/base.rb#572
2759
+ # source://yard//lib/yard/code_objects/base.rb#575
2758
2760
  def sep; end
2759
2761
 
2760
2762
  # The one line signature representing an object. For a method, this will
@@ -2810,14 +2812,14 @@ class YARD::CodeObjects::Base
2810
2812
  #
2811
2813
  # @see Docstring#tag
2812
2814
  #
2813
- # source://yard//lib/yard/code_objects/base.rb#544
2815
+ # source://yard//lib/yard/code_objects/base.rb#547
2814
2816
  def tag(name); end
2815
2817
 
2816
2818
  # Gets a list of tags from the {#docstring}
2817
2819
  #
2818
2820
  # @see Docstring#tags
2819
2821
  #
2820
- # source://yard//lib/yard/code_objects/base.rb#548
2822
+ # source://yard//lib/yard/code_objects/base.rb#551
2821
2823
  def tags(name = T.unsafe(nil)); end
2822
2824
 
2823
2825
  # @note Override this method if your object has a special title that does
@@ -2826,7 +2828,7 @@ class YARD::CodeObjects::Base
2826
2828
  # @return [String] the display title for an object
2827
2829
  # @see 0.8.4
2828
2830
  #
2829
- # source://yard//lib/yard/code_objects/base.rb#464
2831
+ # source://yard//lib/yard/code_objects/base.rb#467
2830
2832
  def title; end
2831
2833
 
2832
2834
  # @return [nil] this object does not turn into an array
@@ -2844,7 +2846,7 @@ class YARD::CodeObjects::Base
2844
2846
  # @return [String] the unique path of the object
2845
2847
  # @see #sep
2846
2848
  #
2847
- # source://yard//lib/yard/code_objects/base.rb#449
2849
+ # source://yard//lib/yard/code_objects/base.rb#452
2848
2850
  def to_s; end
2849
2851
 
2850
2852
  # Default type is the lowercase class name without the "Object" suffix.
@@ -2875,7 +2877,7 @@ class YARD::CodeObjects::Base
2875
2877
  # @see #copy_to
2876
2878
  # @since 0.8.0
2877
2879
  #
2878
- # source://yard//lib/yard/code_objects/base.rb#583
2880
+ # source://yard//lib/yard/code_objects/base.rb#586
2879
2881
  def copyable_attributes; end
2880
2882
 
2881
2883
  private
@@ -2885,10 +2887,10 @@ class YARD::CodeObjects::Base
2885
2887
  # @param source [String] the source code to format
2886
2888
  # @return [String] formatted source
2887
2889
  #
2888
- # source://yard//lib/yard/code_objects/base.rb#595
2890
+ # source://yard//lib/yard/code_objects/base.rb#598
2889
2891
  def format_source(source); end
2890
2892
 
2891
- # source://yard//lib/yard/code_objects/base.rb#602
2893
+ # source://yard//lib/yard/code_objects/base.rb#605
2892
2894
  def translate_docstring(locale); end
2893
2895
 
2894
2896
  class << self
@@ -2934,6 +2936,8 @@ YARD::CodeObjects::CSEPQ = T.let(T.unsafe(nil), String)
2934
2936
 
2935
2937
  # A ClassObject represents a Ruby class in source code. It is a {ModuleObject}
2936
2938
  # with extra inheritance semantics through the superclass.
2939
+ #
2940
+ # source://yard//lib/yard/code_objects/class_object.rb#7
2937
2941
  class YARD::CodeObjects::ClassObject < ::YARD::CodeObjects::NamespaceObject
2938
2942
  # Creates a new class object in +namespace+ with +name+
2939
2943
  #
@@ -3013,6 +3017,8 @@ end
3013
3017
 
3014
3018
  # Represents a class variable inside a namespace. The path is expressed
3015
3019
  # in the form "A::B::@@classvariable"
3020
+ #
3021
+ # source://yard//lib/yard/code_objects/class_variable_object.rb#7
3016
3022
  class YARD::CodeObjects::ClassVariableObject < ::YARD::CodeObjects::Base
3017
3023
  # @return [String] the class variable's value
3018
3024
  #
@@ -3027,6 +3033,8 @@ end
3027
3033
 
3028
3034
  # A list of code objects. This array acts like a set (no unique items)
3029
3035
  # but also disallows any {Proxy} objects from being added.
3036
+ #
3037
+ # source://yard//lib/yard/code_objects/base.rb#6
3030
3038
  class YARD::CodeObjects::CodeObjectList < ::Array
3031
3039
  # Creates a new object list associated with a namespace
3032
3040
  #
@@ -3055,6 +3063,8 @@ end
3055
3063
 
3056
3064
  # A +ConstantObject+ represents a Ruby constant (not a module or class).
3057
3065
  # To access the constant's (source code) value, use {#value}.
3066
+ #
3067
+ # source://yard//lib/yard/code_objects/constant_object.rb#7
3058
3068
  class YARD::CodeObjects::ConstantObject < ::YARD::CodeObjects::Base
3059
3069
  # The source code representing the constant's value
3060
3070
  #
@@ -3071,6 +3081,8 @@ end
3071
3081
  # scope of another namespace.
3072
3082
  #
3073
3083
  # @see MethodObject
3084
+ #
3085
+ # source://yard//lib/yard/code_objects/extended_method_object.rb#7
3074
3086
  class YARD::CodeObjects::ExtendedMethodObject
3075
3087
  # Sets up a delegate for {MethodObject} obj.
3076
3088
  #
@@ -3099,6 +3111,8 @@ end
3099
3111
  # file). It is not strictly a CodeObject (does not inherit from `Base`) although
3100
3112
  # it implements `path`, `name` and `type`, and therefore should be structurally
3101
3113
  # compatible with most CodeObject interfaces.
3114
+ #
3115
+ # source://yard//lib/yard/code_objects/extra_file_object.rb#7
3102
3116
  class YARD::CodeObjects::ExtraFileObject
3103
3117
  # Creates a new extra file object.
3104
3118
  #
@@ -3248,6 +3262,8 @@ YARD::CodeObjects::METHODNAMEMATCH = T.let(T.unsafe(nil), Regexp)
3248
3262
  #
3249
3263
  # # Extra data added to docstring
3250
3264
  # property :bar
3265
+ #
3266
+ # source://yard//lib/yard/code_objects/macro_object.rb#30
3251
3267
  class YARD::CodeObjects::MacroObject < ::YARD::CodeObjects::Base
3252
3268
  # @return [Boolean] whether this macro is attached to a method
3253
3269
  #
@@ -3414,6 +3430,8 @@ end
3414
3430
  YARD::CodeObjects::MacroObject::MACRO_MATCH = T.let(T.unsafe(nil), Regexp)
3415
3431
 
3416
3432
  # Represents a Ruby method in source
3433
+ #
3434
+ # source://yard//lib/yard/code_objects/method_object.rb#7
3417
3435
  class YARD::CodeObjects::MethodObject < ::YARD::CodeObjects::Base
3418
3436
  # Creates a new method object in +namespace+ with +name+ and an instance
3419
3437
  # or class +scope+
@@ -3585,6 +3603,8 @@ class YARD::CodeObjects::MethodObject < ::YARD::CodeObjects::Base
3585
3603
  end
3586
3604
 
3587
3605
  # Represents a Ruby module.
3606
+ #
3607
+ # source://yard//lib/yard/code_objects/module_object.rb#6
3588
3608
  class YARD::CodeObjects::ModuleObject < ::YARD::CodeObjects::NamespaceObject
3589
3609
  # Returns the inheritance tree of mixins.
3590
3610
  #
@@ -3615,6 +3635,8 @@ YARD::CodeObjects::NSEPQ = T.let(T.unsafe(nil), String)
3615
3635
  # for {Registry} lookup.
3616
3636
  #
3617
3637
  # @since 0.9.1
3638
+ #
3639
+ # source://yard//lib/yard/code_objects/namespace_mapper.rb#8
3618
3640
  module YARD::CodeObjects::NamespaceMapper
3619
3641
  # Clears the map of separators.
3620
3642
  #
@@ -3746,6 +3768,8 @@ end
3746
3768
  # A "namespace" is any object that can store other objects within itself.
3747
3769
  # The two main Ruby objects that can act as namespaces are modules
3748
3770
  # ({ModuleObject}) and classes ({ClassObject}).
3771
+ #
3772
+ # source://yard//lib/yard/code_objects/namespace_object.rb#9
3749
3773
  class YARD::CodeObjects::NamespaceObject < ::YARD::CodeObjects::Base
3750
3774
  # Creates a new namespace object inside +namespace+ with +name+.
3751
3775
  #
@@ -3925,6 +3949,8 @@ YARD::CodeObjects::PROXY_MATCH = T.let(T.unsafe(nil), Regexp)
3925
3949
  # Proxy.new(mymoduleobj, "String")
3926
3950
  # @see Registry.resolve
3927
3951
  # @see ProxyMethodError
3952
+ #
3953
+ # source://yard//lib/yard/code_objects/proxy.rb#24
3928
3954
  class YARD::CodeObjects::Proxy
3929
3955
  # Creates a new Proxy
3930
3956
  #
@@ -4109,10 +4135,14 @@ class YARD::CodeObjects::Proxy
4109
4135
  end
4110
4136
 
4111
4137
  # A special type of +NoMethodError+ when raised from a {Proxy}
4138
+ #
4139
+ # source://yard//lib/yard/code_objects/proxy.rb#5
4112
4140
  class YARD::CodeObjects::ProxyMethodError < ::NoMethodError; end
4113
4141
 
4114
4142
  # Represents the root namespace object (the invisible Ruby module that
4115
4143
  # holds all top level modules, class and other objects).
4144
+ #
4145
+ # source://yard//lib/yard/code_objects/root_object.rb#6
4116
4146
  class YARD::CodeObjects::RootObject < ::YARD::CodeObjects::ModuleObject
4117
4147
  # @return [Boolean]
4118
4148
  #
@@ -4412,6 +4442,8 @@ YARD::Config::YARD_PLUGIN_PREFIX = T.let(T.unsafe(nil), Regexp)
4412
4442
  #
4413
4443
  # Tags can be nested in a documentation string, though the {Tags::Tag}
4414
4444
  # itself is responsible for parsing the inner tags.
4445
+ #
4446
+ # source://yard//lib/yard/docstring.rb#16
4415
4447
  class YARD::Docstring < ::String
4416
4448
  # Creates a new docstring with the raw contents attached to an optional
4417
4449
  # object. Parsing will be done by the {DocstringParser} class.
@@ -4709,7 +4741,7 @@ YARD::Docstring::META_MATCH = T.let(T.unsafe(nil), Regexp)
4709
4741
  #
4710
4742
  # == Subclassing Notes
4711
4743
  #
4712
- # The DocstringParser can be subclassed and subtituted during parsing by
4744
+ # The DocstringParser can be subclassed and substituted during parsing by
4713
4745
  # setting the {Docstring.default_parser} attribute with the name of the
4714
4746
  # subclass. This allows developers to change the way docstrings are
4715
4747
  # parsed, allowing for completely different docstring syntaxes.
@@ -4728,6 +4760,8 @@ YARD::Docstring::META_MATCH = T.let(T.unsafe(nil), Regexp)
4728
4760
  # YARD::Docstring.default_parser = ReverseDocstringParser
4729
4761
  # @see #parse_content
4730
4762
  # @since 0.8.0
4763
+ #
4764
+ # source://yard//lib/yard/docstring_parser.rb#30
4731
4765
  class YARD::DocstringParser
4732
4766
  # Creates a new parser to parse docstring data
4733
4767
  #
@@ -5012,6 +5046,7 @@ end
5012
5046
  # source://yard//lib/yard/docstring_parser.rb#73
5013
5047
  YARD::DocstringParser::META_MATCH = T.let(T.unsafe(nil), Regexp)
5014
5048
 
5049
+ # source://yard//lib/yard/gem_index.rb#6
5015
5050
  module YARD::GemIndex
5016
5051
  private
5017
5052
 
@@ -5550,6 +5585,8 @@ end
5550
5585
  module YARD::Handlers::C; end
5551
5586
 
5552
5587
  # @since 0.8.0
5588
+ #
5589
+ # source://yard//lib/yard/handlers/c/alias_handler.rb#2
5553
5590
  class YARD::Handlers::C::AliasHandler < ::YARD::Handlers::C::Base; end
5554
5591
 
5555
5592
  # @since 0.8.0
@@ -5558,6 +5595,8 @@ class YARD::Handlers::C::AliasHandler < ::YARD::Handlers::C::Base; end
5558
5595
  YARD::Handlers::C::AliasHandler::MATCH = T.let(T.unsafe(nil), Regexp)
5559
5596
 
5560
5597
  # @since 0.8.0
5598
+ #
5599
+ # source://yard//lib/yard/handlers/c/attribute_handler.rb#2
5561
5600
  class YARD::Handlers::C::AttributeHandler < ::YARD::Handlers::C::Base; end
5562
5601
 
5563
5602
  # @since 0.8.0
@@ -5566,6 +5605,8 @@ class YARD::Handlers::C::AttributeHandler < ::YARD::Handlers::C::Base; end
5566
5605
  YARD::Handlers::C::AttributeHandler::MATCH = T.let(T.unsafe(nil), Regexp)
5567
5606
 
5568
5607
  # @since 0.8.0
5608
+ #
5609
+ # source://yard//lib/yard/handlers/c/base.rb#5
5569
5610
  class YARD::Handlers::C::Base < ::YARD::Handlers::Base
5570
5611
  include ::YARD::Parser::C
5571
5612
  include ::YARD::Handlers::Common::MethodHandler
@@ -5660,6 +5701,8 @@ end
5660
5701
  YARD::Handlers::C::Base::ERROR_CLASS_NAMES = T.let(T.unsafe(nil), Hash)
5661
5702
 
5662
5703
  # @since 0.8.0
5704
+ #
5705
+ # source://yard//lib/yard/handlers/c/class_handler.rb#2
5663
5706
  class YARD::Handlers::C::ClassHandler < ::YARD::Handlers::C::Base; end
5664
5707
 
5665
5708
  # @since 0.8.0
@@ -5673,6 +5716,8 @@ YARD::Handlers::C::ClassHandler::MATCH1 = T.let(T.unsafe(nil), Regexp)
5673
5716
  YARD::Handlers::C::ClassHandler::MATCH2 = T.let(T.unsafe(nil), Regexp)
5674
5717
 
5675
5718
  # @since 0.8.0
5719
+ #
5720
+ # source://yard//lib/yard/handlers/c/constant_handler.rb#2
5676
5721
  class YARD::Handlers::C::ConstantHandler < ::YARD::Handlers::C::Base; end
5677
5722
 
5678
5723
  # @since 0.8.0
@@ -5681,6 +5726,8 @@ class YARD::Handlers::C::ConstantHandler < ::YARD::Handlers::C::Base; end
5681
5726
  YARD::Handlers::C::ConstantHandler::MATCH = T.let(T.unsafe(nil), Regexp)
5682
5727
 
5683
5728
  # @since 0.8.0
5729
+ #
5730
+ # source://yard//lib/yard/handlers/c/handler_methods.rb#5
5684
5731
  module YARD::Handlers::C::HandlerMethods
5685
5732
  include ::YARD::Parser::C
5686
5733
  include ::YARD::CodeObjects
@@ -5737,6 +5784,8 @@ end
5737
5784
  # Handles the Init_Libname() method
5738
5785
  #
5739
5786
  # @since 0.8.0
5787
+ #
5788
+ # source://yard//lib/yard/handlers/c/init_handler.rb#3
5740
5789
  class YARD::Handlers::C::InitHandler < ::YARD::Handlers::C::Base; end
5741
5790
 
5742
5791
  # @since 0.8.0
@@ -5745,6 +5794,8 @@ class YARD::Handlers::C::InitHandler < ::YARD::Handlers::C::Base; end
5745
5794
  YARD::Handlers::C::InitHandler::MATCH = T.let(T.unsafe(nil), Regexp)
5746
5795
 
5747
5796
  # @since 0.8.0
5797
+ #
5798
+ # source://yard//lib/yard/handlers/c/method_handler.rb#2
5748
5799
  class YARD::Handlers::C::MethodHandler < ::YARD::Handlers::C::Base; end
5749
5800
 
5750
5801
  # @since 0.8.0
@@ -5763,6 +5814,8 @@ YARD::Handlers::C::MethodHandler::MATCH2 = T.let(T.unsafe(nil), Regexp)
5763
5814
  YARD::Handlers::C::MethodHandler::MATCH3 = T.let(T.unsafe(nil), Regexp)
5764
5815
 
5765
5816
  # @since 0.8.0
5817
+ #
5818
+ # source://yard//lib/yard/handlers/c/mixin_handler.rb#2
5766
5819
  class YARD::Handlers::C::MixinHandler < ::YARD::Handlers::C::Base; end
5767
5820
 
5768
5821
  # @since 0.8.0
@@ -5771,6 +5824,8 @@ class YARD::Handlers::C::MixinHandler < ::YARD::Handlers::C::Base; end
5771
5824
  YARD::Handlers::C::MixinHandler::MATCH = T.let(T.unsafe(nil), Regexp)
5772
5825
 
5773
5826
  # @since 0.8.0
5827
+ #
5828
+ # source://yard//lib/yard/handlers/c/module_handler.rb#2
5774
5829
  class YARD::Handlers::C::ModuleHandler < ::YARD::Handlers::C::Base; end
5775
5830
 
5776
5831
  # @since 0.8.0
@@ -5786,6 +5841,8 @@ YARD::Handlers::C::ModuleHandler::MATCH2 = T.let(T.unsafe(nil), Regexp)
5786
5841
  # Parses comments
5787
5842
  #
5788
5843
  # @since 0.8.0
5844
+ #
5845
+ # source://yard//lib/yard/handlers/c/override_comment_handler.rb#3
5789
5846
  class YARD::Handlers::C::OverrideCommentHandler < ::YARD::Handlers::C::Base
5790
5847
  # @since 0.8.0
5791
5848
  #
@@ -5799,6 +5856,8 @@ class YARD::Handlers::C::OverrideCommentHandler < ::YARD::Handlers::C::Base
5799
5856
  end
5800
5857
 
5801
5858
  # @since 0.8.0
5859
+ #
5860
+ # source://yard//lib/yard/handlers/c/path_handler.rb#2
5802
5861
  class YARD::Handlers::C::PathHandler < ::YARD::Handlers::C::Base; end
5803
5862
 
5804
5863
  # @since 0.8.0
@@ -5807,6 +5866,8 @@ class YARD::Handlers::C::PathHandler < ::YARD::Handlers::C::Base; end
5807
5866
  YARD::Handlers::C::PathHandler::MATCH = T.let(T.unsafe(nil), Regexp)
5808
5867
 
5809
5868
  # @since 0.8.0
5869
+ #
5870
+ # source://yard//lib/yard/handlers/c/struct_handler.rb#2
5810
5871
  class YARD::Handlers::C::StructHandler < ::YARD::Handlers::C::Base; end
5811
5872
 
5812
5873
  # @since 0.8.0
@@ -5817,6 +5878,8 @@ YARD::Handlers::C::StructHandler::MATCH = T.let(T.unsafe(nil), Regexp)
5817
5878
  # Keeps track of function bodies for symbol lookup during Ruby method declarations
5818
5879
  #
5819
5880
  # @since 0.8.0
5881
+ #
5882
+ # source://yard//lib/yard/handlers/c/symbol_handler.rb#3
5820
5883
  class YARD::Handlers::C::SymbolHandler < ::YARD::Handlers::C::Base; end
5821
5884
 
5822
5885
  # @since 0.8.0
@@ -5830,6 +5893,8 @@ YARD::Handlers::C::SymbolHandler::MATCH = T.let(T.unsafe(nil), Regexp)
5830
5893
  module YARD::Handlers::Common; end
5831
5894
 
5832
5895
  # Shared functionality between Ruby and C method handlers.
5896
+ #
5897
+ # source://yard//lib/yard/handlers/common/method_handler.rb#6
5833
5898
  module YARD::Handlers::Common::MethodHandler
5834
5899
  # @param obj [MethodObject]
5835
5900
  #
@@ -5850,7 +5915,7 @@ class YARD::Handlers::HandlerAborted < ::RuntimeError; end
5850
5915
  # an operation on an object's namespace but the namespace could
5851
5916
  # not be resolved.
5852
5917
  #
5853
- # source://yard//lib/yard/handlers/base.rb#15
5918
+ # source://yard//lib/yard/handlers/base.rb#13
5854
5919
  class YARD::Handlers::NamespaceMissingError < ::YARD::Parser::UndocumentableError
5855
5920
  # @return [NamespaceMissingError] a new instance of NamespaceMissingError
5856
5921
  #
@@ -5886,6 +5951,8 @@ end
5886
5951
  # across different files, look at {#globals}.
5887
5952
  #
5888
5953
  # @see Handlers::Base
5954
+ #
5955
+ # source://yard//lib/yard/handlers/processor.rb#20
5889
5956
  class YARD::Handlers::Processor
5890
5957
  # Creates a new Processor for a +file+.
5891
5958
  #
@@ -6108,9 +6175,13 @@ end
6108
6175
  module YARD::Handlers::Ruby; end
6109
6176
 
6110
6177
  # Handles alias and alias_method calls
6178
+ #
6179
+ # source://yard//lib/yard/handlers/ruby/alias_handler.rb#3
6111
6180
  class YARD::Handlers::Ruby::AliasHandler < ::YARD::Handlers::Ruby::Base; end
6112
6181
 
6113
6182
  # Handles +attr_*+ statements in modules/classes
6183
+ #
6184
+ # source://yard//lib/yard/handlers/ruby/attribute_handler.rb#3
6114
6185
  class YARD::Handlers::Ruby::AttributeHandler < ::YARD::Handlers::Ruby::Base
6115
6186
  protected
6116
6187
 
@@ -6204,6 +6275,8 @@ end
6204
6275
  # def xyz; end
6205
6276
  # end
6206
6277
  # end
6278
+ #
6279
+ # source://yard//lib/yard/handlers/ruby/class_condition_handler.rb#12
6207
6280
  class YARD::Handlers::Ruby::ClassConditionHandler < ::YARD::Handlers::Ruby::Base
6208
6281
  protected
6209
6282
 
@@ -6254,12 +6327,18 @@ class YARD::Handlers::Ruby::ClassHandler < ::YARD::Handlers::Ruby::Base
6254
6327
  end
6255
6328
 
6256
6329
  # Handles a class variable (@@variable)
6330
+ #
6331
+ # source://yard//lib/yard/handlers/ruby/class_variable_handler.rb#3
6257
6332
  class YARD::Handlers::Ruby::ClassVariableHandler < ::YARD::Handlers::Ruby::Base; end
6258
6333
 
6259
6334
  # Handles any lone comment statement in a Ruby file
6335
+ #
6336
+ # source://yard//lib/yard/handlers/ruby/comment_handler.rb#3
6260
6337
  class YARD::Handlers::Ruby::CommentHandler < ::YARD::Handlers::Ruby::Base; end
6261
6338
 
6262
6339
  # Handles any constant assignment
6340
+ #
6341
+ # source://yard//lib/yard/handlers/ruby/constant_handler.rb#3
6263
6342
  class YARD::Handlers::Ruby::ConstantHandler < ::YARD::Handlers::Ruby::Base
6264
6343
  include ::YARD::Handlers::Ruby::StructHandlerMethods
6265
6344
 
@@ -6282,10 +6361,13 @@ class YARD::Handlers::Ruby::ConstantHandler < ::YARD::Handlers::Ruby::Base
6282
6361
  end
6283
6362
 
6284
6363
  # Handles automatic detection of dsl-style methods
6364
+ #
6365
+ # source://yard//lib/yard/handlers/ruby/dsl_handler.rb#6
6285
6366
  class YARD::Handlers::Ruby::DSLHandler < ::YARD::Handlers::Ruby::Base
6286
6367
  include ::YARD::Handlers::Ruby::DSLHandlerMethods
6287
6368
  end
6288
6369
 
6370
+ # source://yard//lib/yard/handlers/ruby/dsl_handler_methods.rb#5
6289
6371
  module YARD::Handlers::Ruby::DSLHandlerMethods
6290
6372
  include ::YARD::CodeObjects
6291
6373
  include ::YARD::Parser
@@ -6323,6 +6405,8 @@ end
6323
6405
  YARD::Handlers::Ruby::DSLHandlerMethods::IGNORE_METHODS = T.let(T.unsafe(nil), Hash)
6324
6406
 
6325
6407
  # Helper methods to assist with processing decorators.
6408
+ #
6409
+ # source://yard//lib/yard/handlers/ruby/decorator_handler_methods.rb#3
6326
6410
  module YARD::Handlers::Ruby::DecoratorHandlerMethods
6327
6411
  # @overload process_decorator
6328
6412
  #
@@ -6338,11 +6422,15 @@ module YARD::Handlers::Ruby::DecoratorHandlerMethods
6338
6422
  end
6339
6423
 
6340
6424
  # Handles 'raise' calls inside methods
6425
+ #
6426
+ # source://yard//lib/yard/handlers/ruby/exception_handler.rb#3
6341
6427
  class YARD::Handlers::Ruby::ExceptionHandler < ::YARD::Handlers::Ruby::Base; end
6342
6428
 
6343
6429
  # Handles 'extend' call to include modules into the class scope of another
6344
6430
  #
6345
6431
  # @see MixinHandler
6432
+ #
6433
+ # source://yard//lib/yard/handlers/ruby/extend_handler.rb#4
6346
6434
  class YARD::Handlers::Ruby::ExtendHandler < ::YARD::Handlers::Ruby::MixinHandler
6347
6435
  # source://yard//lib/yard/handlers/ruby/extend_handler.rb#8
6348
6436
  def scope; end
@@ -6401,15 +6489,21 @@ end
6401
6489
  module YARD::Handlers::Ruby::Legacy; end
6402
6490
 
6403
6491
  # Handles alias and alias_method calls
6492
+ #
6493
+ # source://yard//lib/yard/handlers/ruby/legacy/alias_handler.rb#3
6404
6494
  class YARD::Handlers::Ruby::Legacy::AliasHandler < ::YARD::Handlers::Ruby::Legacy::Base; end
6405
6495
 
6406
6496
  # Handles +attr_*+ statements in modules/classes
6497
+ #
6498
+ # source://yard//lib/yard/handlers/ruby/legacy/attribute_handler.rb#3
6407
6499
  class YARD::Handlers::Ruby::Legacy::AttributeHandler < ::YARD::Handlers::Ruby::Legacy::Base; end
6408
6500
 
6409
6501
  # This is the base handler for the legacy parser. To implement a legacy
6410
6502
  # handler, subclass this class.
6411
6503
  #
6412
6504
  # @abstract See {Handlers::Base} for subclassing information.
6505
+ #
6506
+ # source://yard//lib/yard/handlers/ruby/legacy/base.rb#9
6413
6507
  class YARD::Handlers::Ruby::Legacy::Base < ::YARD::Handlers::Base
6414
6508
  include ::YARD::Parser::Ruby::Legacy::RubyToken
6415
6509
 
@@ -6520,6 +6614,8 @@ end
6520
6614
  # end
6521
6615
  # end
6522
6616
  # @since 0.5.4
6617
+ #
6618
+ # source://yard//lib/yard/handlers/ruby/legacy/class_condition_handler.rb#4
6523
6619
  class YARD::Handlers::Ruby::Legacy::ClassConditionHandler < ::YARD::Handlers::Ruby::Legacy::Base
6524
6620
  protected
6525
6621
 
@@ -6545,6 +6641,8 @@ class YARD::Handlers::Ruby::Legacy::ClassConditionHandler < ::YARD::Handlers::Ru
6545
6641
  end
6546
6642
 
6547
6643
  # Handles class declarations
6644
+ #
6645
+ # source://yard//lib/yard/handlers/ruby/legacy/class_handler.rb#3
6548
6646
  class YARD::Handlers::Ruby::Legacy::ClassHandler < ::YARD::Handlers::Ruby::Legacy::Base
6549
6647
  include ::YARD::Handlers::Ruby::StructHandlerMethods
6550
6648
 
@@ -6574,15 +6672,21 @@ class YARD::Handlers::Ruby::Legacy::ClassHandler < ::YARD::Handlers::Ruby::Legac
6574
6672
  end
6575
6673
 
6576
6674
  # Handles a class variable (@@variable)
6675
+ #
6676
+ # source://yard//lib/yard/handlers/ruby/legacy/class_variable_handler.rb#3
6577
6677
  class YARD::Handlers::Ruby::Legacy::ClassVariableHandler < ::YARD::Handlers::Ruby::Legacy::Base; end
6578
6678
 
6579
6679
  # source://yard//lib/yard/handlers/ruby/legacy/class_variable_handler.rb#4
6580
6680
  YARD::Handlers::Ruby::Legacy::ClassVariableHandler::HANDLER_MATCH = T.let(T.unsafe(nil), Regexp)
6581
6681
 
6582
6682
  # Handles any lone comment statement in a Ruby file
6683
+ #
6684
+ # source://yard//lib/yard/handlers/ruby/legacy/comment_handler.rb#3
6583
6685
  class YARD::Handlers::Ruby::Legacy::CommentHandler < ::YARD::Handlers::Ruby::Legacy::Base; end
6584
6686
 
6585
6687
  # Handles any constant assignment
6688
+ #
6689
+ # source://yard//lib/yard/handlers/ruby/legacy/constant_handler.rb#3
6586
6690
  class YARD::Handlers::Ruby::Legacy::ConstantHandler < ::YARD::Handlers::Ruby::Legacy::Base
6587
6691
  include ::YARD::Handlers::Ruby::StructHandlerMethods
6588
6692
 
@@ -6599,16 +6703,22 @@ end
6599
6703
  YARD::Handlers::Ruby::Legacy::ConstantHandler::HANDLER_MATCH = T.let(T.unsafe(nil), Regexp)
6600
6704
 
6601
6705
  # Handles automatic detection of dsl-style methods
6706
+ #
6707
+ # source://yard//lib/yard/handlers/ruby/legacy/dsl_handler.rb#7
6602
6708
  class YARD::Handlers::Ruby::Legacy::DSLHandler < ::YARD::Handlers::Ruby::Legacy::Base
6603
6709
  include ::YARD::Handlers::Ruby::DSLHandlerMethods
6604
6710
  end
6605
6711
 
6606
6712
  # Handles 'raise' calls inside methods
6713
+ #
6714
+ # source://yard//lib/yard/handlers/ruby/legacy/exception_handler.rb#3
6607
6715
  class YARD::Handlers::Ruby::Legacy::ExceptionHandler < ::YARD::Handlers::Ruby::Legacy::Base; end
6608
6716
 
6609
6717
  # Handles 'extend' call to include modules into the class scope of another
6610
6718
  #
6611
6719
  # @see MixinHandler
6720
+ #
6721
+ # source://yard//lib/yard/handlers/ruby/legacy/extend_handler.rb#3
6612
6722
  class YARD::Handlers::Ruby::Legacy::ExtendHandler < ::YARD::Handlers::Ruby::Legacy::MixinHandler
6613
6723
  # source://yard//lib/yard/handlers/ruby/legacy/extend_handler.rb#7
6614
6724
  def scope; end
@@ -6620,9 +6730,13 @@ class YARD::Handlers::Ruby::Legacy::ExtendHandler < ::YARD::Handlers::Ruby::Lega
6620
6730
  end
6621
6731
 
6622
6732
  # Handles a method definition
6733
+ #
6734
+ # source://yard//lib/yard/handlers/ruby/legacy/method_handler.rb#3
6623
6735
  class YARD::Handlers::Ruby::Legacy::MethodHandler < ::YARD::Handlers::Ruby::Legacy::Base; end
6624
6736
 
6625
6737
  # Handles the 'include' statement to mixin a module in the instance scope
6738
+ #
6739
+ # source://yard//lib/yard/handlers/ruby/legacy/mixin_handler.rb#3
6626
6740
  class YARD::Handlers::Ruby::Legacy::MixinHandler < ::YARD::Handlers::Ruby::Legacy::Base
6627
6741
  private
6628
6742
 
@@ -6634,12 +6748,18 @@ end
6634
6748
 
6635
6749
  # Handles module_function calls to turn methods into public class methods.
6636
6750
  # Also creates a private instance copy of the method.
6751
+ #
6752
+ # source://yard//lib/yard/handlers/ruby/legacy/module_function_handler.rb#3
6637
6753
  class YARD::Handlers::Ruby::Legacy::ModuleFunctionHandler < ::YARD::Handlers::Ruby::Legacy::Base; end
6638
6754
 
6639
6755
  # Handles the declaration of a module
6756
+ #
6757
+ # source://yard//lib/yard/handlers/ruby/legacy/module_handler.rb#3
6640
6758
  class YARD::Handlers::Ruby::Legacy::ModuleHandler < ::YARD::Handlers::Ruby::Legacy::Base; end
6641
6759
 
6642
6760
  # Sets visibility of a class method to private.
6761
+ #
6762
+ # source://yard//lib/yard/handlers/ruby/legacy/private_class_method_handler.rb#3
6643
6763
  class YARD::Handlers::Ruby::Legacy::PrivateClassMethodHandler < ::YARD::Handlers::Ruby::Legacy::Base
6644
6764
  private
6645
6765
 
@@ -6648,6 +6768,8 @@ class YARD::Handlers::Ruby::Legacy::PrivateClassMethodHandler < ::YARD::Handlers
6648
6768
  end
6649
6769
 
6650
6770
  # Sets visibility of a constant (class, module, const)
6771
+ #
6772
+ # source://yard//lib/yard/handlers/ruby/legacy/private_constant_handler.rb#3
6651
6773
  class YARD::Handlers::Ruby::Legacy::PrivateConstantHandler < ::YARD::Handlers::Ruby::Legacy::Base
6652
6774
  private
6653
6775
 
@@ -6656,9 +6778,13 @@ class YARD::Handlers::Ruby::Legacy::PrivateConstantHandler < ::YARD::Handlers::R
6656
6778
  end
6657
6779
 
6658
6780
  # Handles 'private', 'protected', and 'public' calls.
6781
+ #
6782
+ # source://yard//lib/yard/handlers/ruby/legacy/visibility_handler.rb#3
6659
6783
  class YARD::Handlers::Ruby::Legacy::VisibilityHandler < ::YARD::Handlers::Ruby::Legacy::Base; end
6660
6784
 
6661
6785
  # Handles 'yield' calls
6786
+ #
6787
+ # source://yard//lib/yard/handlers/ruby/legacy/yield_handler.rb#3
6662
6788
  class YARD::Handlers::Ruby::Legacy::YieldHandler < ::YARD::Handlers::Ruby::Legacy::Base; end
6663
6789
 
6664
6790
  # source://yard//lib/yard/handlers/ruby/base.rb#37
@@ -6670,9 +6796,13 @@ class YARD::Handlers::Ruby::MethodCallWrapper < ::YARD::Handlers::Ruby::HandlesE
6670
6796
  end
6671
6797
 
6672
6798
  # Handles a conditional inside a method
6799
+ #
6800
+ # source://yard//lib/yard/handlers/ruby/method_condition_handler.rb#3
6673
6801
  class YARD::Handlers::Ruby::MethodConditionHandler < ::YARD::Handlers::Ruby::Base; end
6674
6802
 
6675
6803
  # Handles a method definition
6804
+ #
6805
+ # source://yard//lib/yard/handlers/ruby/method_handler.rb#3
6676
6806
  class YARD::Handlers::Ruby::MethodHandler < ::YARD::Handlers::Ruby::Base
6677
6807
  include ::YARD::Handlers::Common::MethodHandler
6678
6808
 
@@ -6681,6 +6811,8 @@ class YARD::Handlers::Ruby::MethodHandler < ::YARD::Handlers::Ruby::Base
6681
6811
  end
6682
6812
 
6683
6813
  # Handles the 'include' statement to mixin a module in the instance scope
6814
+ #
6815
+ # source://yard//lib/yard/handlers/ruby/mixin_handler.rb#3
6684
6816
  class YARD::Handlers::Ruby::MixinHandler < ::YARD::Handlers::Ruby::Base
6685
6817
  protected
6686
6818
 
@@ -6689,12 +6821,14 @@ class YARD::Handlers::Ruby::MixinHandler < ::YARD::Handlers::Ruby::Base
6689
6821
  # source://yard//lib/yard/handlers/ruby/mixin_handler.rb#25
6690
6822
  def process_mixin(mixin); end
6691
6823
 
6692
- # source://yard//lib/yard/handlers/ruby/mixin_handler.rb#43
6824
+ # source://yard//lib/yard/handlers/ruby/mixin_handler.rb#50
6693
6825
  def recipient(mixin); end
6694
6826
  end
6695
6827
 
6696
6828
  # Handles module_function calls to turn methods into public class methods.
6697
6829
  # Also creates a private instance copy of the method.
6830
+ #
6831
+ # source://yard//lib/yard/handlers/ruby/module_function_handler.rb#4
6698
6832
  class YARD::Handlers::Ruby::ModuleFunctionHandler < ::YARD::Handlers::Ruby::Base
6699
6833
  include ::YARD::Handlers::Ruby::DecoratorHandlerMethods
6700
6834
 
@@ -6703,14 +6837,20 @@ class YARD::Handlers::Ruby::ModuleFunctionHandler < ::YARD::Handlers::Ruby::Base
6703
6837
  end
6704
6838
 
6705
6839
  # Handles the declaration of a module
6840
+ #
6841
+ # source://yard//lib/yard/handlers/ruby/module_handler.rb#3
6706
6842
  class YARD::Handlers::Ruby::ModuleHandler < ::YARD::Handlers::Ruby::Base; end
6707
6843
 
6708
6844
  # Sets visibility of a class method to private.
6845
+ #
6846
+ # source://yard//lib/yard/handlers/ruby/private_class_method_handler.rb#3
6709
6847
  class YARD::Handlers::Ruby::PrivateClassMethodHandler < ::YARD::Handlers::Ruby::Base
6710
6848
  include ::YARD::Handlers::Ruby::DecoratorHandlerMethods
6711
6849
  end
6712
6850
 
6713
6851
  # Sets visibility of a constant (class, module, const)
6852
+ #
6853
+ # source://yard//lib/yard/handlers/ruby/private_constant_handler.rb#6
6714
6854
  class YARD::Handlers::Ruby::PrivateConstantHandler < ::YARD::Handlers::Ruby::Base
6715
6855
  private
6716
6856
 
@@ -6719,6 +6859,8 @@ class YARD::Handlers::Ruby::PrivateConstantHandler < ::YARD::Handlers::Ruby::Bas
6719
6859
  end
6720
6860
 
6721
6861
  # Sets visibility of a class method to public.
6862
+ #
6863
+ # source://yard//lib/yard/handlers/ruby/public_class_method_handler.rb#3
6722
6864
  class YARD::Handlers::Ruby::PublicClassMethodHandler < ::YARD::Handlers::Ruby::Base
6723
6865
  include ::YARD::Handlers::Ruby::DecoratorHandlerMethods
6724
6866
  end
@@ -6851,11 +6993,15 @@ class YARD::Handlers::Ruby::TestNodeWrapper < ::YARD::Handlers::Ruby::HandlesExt
6851
6993
  end
6852
6994
 
6853
6995
  # Handles 'private', 'protected', and 'public' calls.
6996
+ #
6997
+ # source://yard//lib/yard/handlers/ruby/visibility_handler.rb#3
6854
6998
  class YARD::Handlers::Ruby::VisibilityHandler < ::YARD::Handlers::Ruby::Base
6855
6999
  include ::YARD::Handlers::Ruby::DecoratorHandlerMethods
6856
7000
  end
6857
7001
 
6858
7002
  # Handles 'yield' calls
7003
+ #
7004
+ # source://yard//lib/yard/handlers/ruby/yield_handler.rb#3
6859
7005
  class YARD::Handlers::Ruby::YieldHandler < ::YARD::Handlers::Ruby::Base; end
6860
7006
 
6861
7007
  # Namespace for internationalization (i18n)
@@ -6869,6 +7015,8 @@ module YARD::I18n; end
6869
7015
  # messages.
6870
7016
  #
6871
7017
  # @since 0.8.2
7018
+ #
7019
+ # source://yard//lib/yard/i18n/locale.rb#8
6872
7020
  class YARD::I18n::Locale
6873
7021
  # Creates a locale for +name+ locale.
6874
7022
  #
@@ -6898,7 +7046,7 @@ class YARD::I18n::Locale
6898
7046
  def name; end
6899
7047
 
6900
7048
  # @param message [String] the translation target message.
6901
- # @return [String] translated message. If tarnslation isn't
7049
+ # @return [String] translated message. If translation isn't
6902
7050
  # registered, the +message+ is returned.
6903
7051
  # @since 0.8.2
6904
7052
  #
@@ -6924,8 +7072,10 @@ end
6924
7072
  # {#id} and some properties {#locations} and {#comments}.
6925
7073
  #
6926
7074
  # @since 0.8.1
7075
+ #
7076
+ # source://yard//lib/yard/i18n/message.rb#10
6927
7077
  class YARD::I18n::Message
6928
- # Creates a trasnlate target message for message ID +id+.
7078
+ # Creates a translate target message for message ID +id+.
6929
7079
  #
6930
7080
  # @param id [String] the message ID of the translate target message.
6931
7081
  # @return [Message] a new instance of Message
@@ -6966,7 +7116,7 @@ class YARD::I18n::Message
6966
7116
  # source://yard//lib/yard/i18n/message.rb#19
6967
7117
  def comments; end
6968
7118
 
6969
- # @return [String] the message ID of the trnslation target message.
7119
+ # @return [String] the message ID of the translation target message.
6970
7120
  # @since 0.8.1
6971
7121
  #
6972
7122
  # source://yard//lib/yard/i18n/message.rb#12
@@ -6984,6 +7134,8 @@ end
6984
7134
  # Acts as a container for {Message} objects.
6985
7135
  #
6986
7136
  # @since 0.8.1
7137
+ #
7138
+ # source://yard//lib/yard/i18n/messages.rb#7
6987
7139
  class YARD::I18n::Messages
6988
7140
  include ::Enumerable
6989
7141
 
@@ -7022,7 +7174,7 @@ class YARD::I18n::Messages
7022
7174
  # source://yard//lib/yard/i18n/messages.rb#20
7023
7175
  def each(&block); end
7024
7176
 
7025
- # Registers a {Message}, the mssage ID of which is +id+. If
7177
+ # Registers a {Message}, the message ID of which is +id+. If
7026
7178
  # corresponding +Message+ is already registered, the previously
7027
7179
  # registered object is returned.
7028
7180
  #
@@ -7101,6 +7253,8 @@ end
7101
7253
  # end
7102
7254
  # @see http://www.gnu.org/software/gettext/manual/html_node/PO-Files.html GNU gettext manual about details of PO file
7103
7255
  # @since 0.8.0
7256
+ #
7257
+ # source://yard//lib/yard/i18n/pot_generator.rb#65
7104
7258
  class YARD::I18n::PotGenerator
7105
7259
  # Creates a POT generator that uses +relative_base_path+ to
7106
7260
  # generate locations for a msgid. +relative_base_path+ is
@@ -7122,7 +7276,7 @@ class YARD::I18n::PotGenerator
7122
7276
  #
7123
7277
  # Locations of the +Message+ are used to generate the reference
7124
7278
  # line that is started with "#: ". +relative_base_path+ passed
7125
- # when the generater is created is prepended to each path in location.
7279
+ # when the generator is created is prepended to each path in location.
7126
7280
  #
7127
7281
  # Comments of the +Message+ are used to generate the
7128
7282
  # translator-comment line that is started with "# ".
@@ -7224,6 +7378,8 @@ end
7224
7378
  # Provides some convenient features for translating a text.
7225
7379
  #
7226
7380
  # @since 0.8.0
7381
+ #
7382
+ # source://yard//lib/yard/i18n/text.rb#5
7227
7383
  class YARD::I18n::Text
7228
7384
  # Creates a text object that has translation related features for
7229
7385
  # the input text.
@@ -7302,6 +7458,8 @@ end
7302
7458
 
7303
7459
  # Handles console logging for info, warnings and errors.
7304
7460
  # Uses the stdlib Logger class in Ruby for all the backend logic.
7461
+ #
7462
+ # source://yard//lib/yard/logging.rb#9
7305
7463
  class YARD::Logger < ::Logger
7306
7464
  # Creates a new logger
7307
7465
  #
@@ -7477,7 +7635,7 @@ class YARD::Logger < ::Logger
7477
7635
  # source://yard//lib/yard/logging.rb#201
7478
7636
  def format_log(sev, _time, _prog, msg); end
7479
7637
 
7480
- # source://logger/1.5.0/logger.rb#485
7638
+ # source://logger/1.5.3/logger.rb#682
7481
7639
  def print_no_newline(msg); end
7482
7640
 
7483
7641
  class << self
@@ -7587,7 +7745,7 @@ class YARD::Options
7587
7745
  #
7588
7746
  # @example Setting an option with Hash syntax
7589
7747
  # options[:format] = :html # equivalent to: options.format = :html
7590
- # @param key [Symbol, String] the optin to set
7748
+ # @param key [Symbol, String] the option to set
7591
7749
  # @param value [Object] the value to set for the option
7592
7750
  # @return [Object] the value being set
7593
7751
  #
@@ -7759,6 +7917,7 @@ end
7759
7917
  # source://yard//lib/yard/autoload.rb#162
7760
7918
  module YARD::Parser::C; end
7761
7919
 
7920
+ # source://yard//lib/yard/parser/c/statement.rb#41
7762
7921
  class YARD::Parser::C::BodyStatement < ::YARD::Parser::C::Statement
7763
7922
  # Returns the value of attribute comments.
7764
7923
  #
@@ -7848,6 +8007,7 @@ class YARD::Parser::C::CParser < ::YARD::Parser::Base
7848
8007
  def struct; end
7849
8008
  end
7850
8009
 
8010
+ # source://yard//lib/yard/parser/c/statement.rb#51
7851
8011
  class YARD::Parser::C::Comment < ::YARD::Parser::C::Statement
7852
8012
  include ::YARD::Parser::C::CommentParser
7853
8013
 
@@ -7896,6 +8056,7 @@ class YARD::Parser::C::Comment < ::YARD::Parser::C::Statement
7896
8056
  def type=(_arg0); end
7897
8057
  end
7898
8058
 
8059
+ # source://yard//lib/yard/parser/c/comment_parser.rb#5
7899
8060
  module YARD::Parser::C::CommentParser
7900
8061
  protected
7901
8062
 
@@ -7917,6 +8078,7 @@ module YARD::Parser::C::CommentParser
7917
8078
  def remove_private_comments(comment); end
7918
8079
  end
7919
8080
 
8081
+ # source://yard//lib/yard/parser/c/statement.rb#5
7920
8082
  class YARD::Parser::C::Statement
7921
8083
  # @return [Statement] a new instance of Statement
7922
8084
  #
@@ -7999,6 +8161,7 @@ class YARD::Parser::C::Statement
7999
8161
  def source=(_arg0); end
8000
8162
  end
8001
8163
 
8164
+ # source://yard//lib/yard/parser/c/statement.rb#45
8002
8165
  class YARD::Parser::C::ToplevelStatement < ::YARD::Parser::C::Statement
8003
8166
  # Returns the value of attribute block.
8004
8167
  #
@@ -8505,6 +8668,8 @@ module YARD::Parser::Ruby::Legacy; end
8505
8668
  # Lexical analyzer for Ruby source
8506
8669
  #
8507
8670
  # @private
8671
+ #
8672
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#314
8508
8673
  class YARD::Parser::Ruby::Legacy::RubyLex
8509
8674
  include ::YARD::Parser::Ruby::Legacy::RubyToken
8510
8675
  include ::IRB
@@ -8676,6 +8841,8 @@ YARD::Parser::Ruby::Legacy::RubyLex::ACCEPTS_COLON = T.let(T.unsafe(nil), Array)
8676
8841
  # original line, but then skip the here document body.
8677
8842
  #
8678
8843
  # @private
8844
+ #
8845
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#343
8679
8846
  class YARD::Parser::Ruby::Legacy::RubyLex::BufferedReader
8680
8847
  # @return [BufferedReader] a new instance of BufferedReader
8681
8848
  #
@@ -8771,6 +8938,8 @@ class YARD::Parser::Ruby::Legacy::RubyParser < ::YARD::Parser::Base
8771
8938
  end
8772
8939
 
8773
8940
  # Legacy lexical tokenizer module.
8941
+ #
8942
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#6
8774
8943
  module YARD::Parser::Ruby::Legacy::RubyToken
8775
8944
  # @private
8776
8945
  #
@@ -8814,54 +8983,281 @@ YARD::Parser::Ruby::Legacy::RubyToken::EXPR_MID = T.let(T.unsafe(nil), Symbol)
8814
8983
  # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#308
8815
8984
  YARD::Parser::Ruby::Legacy::RubyToken::NEWLINE_TOKEN = T.let(T.unsafe(nil), YARD::Parser::Ruby::Legacy::RubyToken::TkNL)
8816
8985
 
8986
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8987
+ class YARD::Parser::Ruby::Legacy::RubyToken::OPASGN < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
8988
+ class << self
8989
+ def op_name; end
8990
+ end
8991
+ end
8992
+
8993
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8817
8994
  class YARD::Parser::Ruby::Legacy::RubyToken::TkALIAS < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
8995
+
8996
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8818
8997
  class YARD::Parser::Ruby::Legacy::RubyToken::TkAMPER < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
8998
+
8999
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8819
9000
  class YARD::Parser::Ruby::Legacy::RubyToken::TkAND < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9001
+
9002
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9003
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkANDOP < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9004
+ class << self
9005
+ def op_name; end
9006
+ end
9007
+ end
9008
+
9009
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9010
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkAREF < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9011
+ class << self
9012
+ def op_name; end
9013
+ end
9014
+ end
9015
+
9016
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9017
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkASET < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9018
+ class << self
9019
+ def op_name; end
9020
+ end
9021
+ end
9022
+
9023
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8820
9024
  class YARD::Parser::Ruby::Legacy::RubyToken::TkASSIGN < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
9025
+
9026
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9027
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkASSOC < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9028
+ class << self
9029
+ def op_name; end
9030
+ end
9031
+ end
9032
+
9033
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8821
9034
  class YARD::Parser::Ruby::Legacy::RubyToken::TkAT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkUnknownChar; end
9035
+
9036
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9037
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkBACKQUOTE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9038
+ class << self
9039
+ def op_name; end
9040
+ end
9041
+ end
9042
+
9043
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8822
9044
  class YARD::Parser::Ruby::Legacy::RubyToken::TkBACKSLASH < ::YARD::Parser::Ruby::Legacy::RubyToken::TkUnknownChar; end
9045
+
9046
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8823
9047
  class YARD::Parser::Ruby::Legacy::RubyToken::TkBACK_REF < ::YARD::Parser::Ruby::Legacy::RubyToken::TkId; end
9048
+
9049
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8824
9050
  class YARD::Parser::Ruby::Legacy::RubyToken::TkBEGIN < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9051
+
9052
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9053
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkBITAND < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9054
+ class << self
9055
+ def op_name; end
9056
+ end
9057
+ end
9058
+
9059
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9060
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkBITNOT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9061
+ class << self
9062
+ def op_name; end
9063
+ end
9064
+ end
9065
+
9066
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9067
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkBITOR < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9068
+ class << self
9069
+ def op_name; end
9070
+ end
9071
+ end
9072
+
9073
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9074
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkBITXOR < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9075
+ class << self
9076
+ def op_name; end
9077
+ end
9078
+ end
9079
+
9080
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8825
9081
  class YARD::Parser::Ruby::Legacy::RubyToken::TkBREAK < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
8826
9082
 
8827
9083
  # Represents a block
9084
+ #
9085
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#54
8828
9086
  class YARD::Parser::Ruby::Legacy::RubyToken::TkBlockContents < ::YARD::Parser::Ruby::Legacy::RubyToken::Token
8829
9087
  # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#55
8830
9088
  def text; end
8831
9089
  end
8832
9090
 
9091
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8833
9092
  class YARD::Parser::Ruby::Legacy::RubyToken::TkCASE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9093
+
9094
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8834
9095
  class YARD::Parser::Ruby::Legacy::RubyToken::TkCLASS < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9096
+
9097
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9098
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkCMP < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9099
+ class << self
9100
+ def op_name; end
9101
+ end
9102
+ end
9103
+
9104
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9105
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkCOLON < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9106
+ class << self
9107
+ def op_name; end
9108
+ end
9109
+ end
9110
+
9111
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9112
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkCOLON2 < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9113
+ class << self
9114
+ def op_name; end
9115
+ end
9116
+ end
9117
+
9118
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9119
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkCOLON3 < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9120
+ class << self
9121
+ def op_name; end
9122
+ end
9123
+ end
9124
+
9125
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8835
9126
  class YARD::Parser::Ruby::Legacy::RubyToken::TkCOMMA < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
9127
+
9128
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8836
9129
  class YARD::Parser::Ruby::Legacy::RubyToken::TkCOMMENT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkVal; end
9130
+
9131
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8837
9132
  class YARD::Parser::Ruby::Legacy::RubyToken::TkCONSTANT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkId; end
9133
+
9134
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8838
9135
  class YARD::Parser::Ruby::Legacy::RubyToken::TkDEF < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9136
+
9137
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8839
9138
  class YARD::Parser::Ruby::Legacy::RubyToken::TkDEFINED < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9139
+
9140
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9141
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkDIV < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9142
+ class << self
9143
+ def op_name; end
9144
+ end
9145
+ end
9146
+
9147
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8840
9148
  class YARD::Parser::Ruby::Legacy::RubyToken::TkDO < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9149
+
9150
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8841
9151
  class YARD::Parser::Ruby::Legacy::RubyToken::TkDOLLAR < ::YARD::Parser::Ruby::Legacy::RubyToken::TkUnknownChar; end
9152
+
9153
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8842
9154
  class YARD::Parser::Ruby::Legacy::RubyToken::TkDOT < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
9155
+
9156
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9157
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkDOT2 < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9158
+ class << self
9159
+ def op_name; end
9160
+ end
9161
+ end
9162
+
9163
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9164
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkDOT3 < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9165
+ class << self
9166
+ def op_name; end
9167
+ end
9168
+ end
9169
+
9170
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8843
9171
  class YARD::Parser::Ruby::Legacy::RubyToken::TkDREGEXP < ::YARD::Parser::Ruby::Legacy::RubyToken::TkNode; end
9172
+
9173
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8844
9174
  class YARD::Parser::Ruby::Legacy::RubyToken::TkDSTRING < ::YARD::Parser::Ruby::Legacy::RubyToken::TkNode; end
9175
+
9176
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8845
9177
  class YARD::Parser::Ruby::Legacy::RubyToken::TkDXSTRING < ::YARD::Parser::Ruby::Legacy::RubyToken::TkNode; end
9178
+
9179
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8846
9180
  class YARD::Parser::Ruby::Legacy::RubyToken::TkELSE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9181
+
9182
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8847
9183
  class YARD::Parser::Ruby::Legacy::RubyToken::TkELSIF < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9184
+
9185
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8848
9186
  class YARD::Parser::Ruby::Legacy::RubyToken::TkEND < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9187
+
9188
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8849
9189
  class YARD::Parser::Ruby::Legacy::RubyToken::TkEND_OF_SCRIPT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkWhitespace; end
9190
+
9191
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8850
9192
  class YARD::Parser::Ruby::Legacy::RubyToken::TkENSURE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9193
+
9194
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9195
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkEQ < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9196
+ class << self
9197
+ def op_name; end
9198
+ end
9199
+ end
9200
+
9201
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9202
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkEQQ < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9203
+ class << self
9204
+ def op_name; end
9205
+ end
9206
+ end
9207
+
9208
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#115
8851
9209
  class YARD::Parser::Ruby::Legacy::RubyToken::TkError < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
9210
+
9211
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8852
9212
  class YARD::Parser::Ruby::Legacy::RubyToken::TkFALSE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9213
+
9214
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8853
9215
  class YARD::Parser::Ruby::Legacy::RubyToken::TkFID < ::YARD::Parser::Ruby::Legacy::RubyToken::TkId; end
9216
+
9217
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8854
9218
  class YARD::Parser::Ruby::Legacy::RubyToken::TkFLOAT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkVal; end
9219
+
9220
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8855
9221
  class YARD::Parser::Ruby::Legacy::RubyToken::TkFOR < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9222
+
9223
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9224
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkGEQ < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9225
+ class << self
9226
+ def op_name; end
9227
+ end
9228
+ end
9229
+
9230
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9231
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkGT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9232
+ class << self
9233
+ def op_name; end
9234
+ end
9235
+ end
9236
+
9237
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8856
9238
  class YARD::Parser::Ruby::Legacy::RubyToken::TkGVAR < ::YARD::Parser::Ruby::Legacy::RubyToken::TkId; end
9239
+
9240
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8857
9241
  class YARD::Parser::Ruby::Legacy::RubyToken::TkIDENTIFIER < ::YARD::Parser::Ruby::Legacy::RubyToken::TkId; end
9242
+
9243
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8858
9244
  class YARD::Parser::Ruby::Legacy::RubyToken::TkIF < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9245
+
9246
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8859
9247
  class YARD::Parser::Ruby::Legacy::RubyToken::TkIF_MOD < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9248
+
9249
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8860
9250
  class YARD::Parser::Ruby::Legacy::RubyToken::TkIN < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9251
+
9252
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8861
9253
  class YARD::Parser::Ruby::Legacy::RubyToken::TkINTEGER < ::YARD::Parser::Ruby::Legacy::RubyToken::TkVal; end
9254
+
9255
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8862
9256
  class YARD::Parser::Ruby::Legacy::RubyToken::TkIVAR < ::YARD::Parser::Ruby::Legacy::RubyToken::TkId; end
8863
9257
 
8864
9258
  # Represents a Ruby identifier
9259
+ #
9260
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#72
8865
9261
  class YARD::Parser::Ruby::Legacy::RubyToken::TkId < ::YARD::Parser::Ruby::Legacy::RubyToken::Token
8866
9262
  # @return [TkId] a new instance of TkId
8867
9263
  #
@@ -8875,70 +9271,232 @@ class YARD::Parser::Ruby::Legacy::RubyToken::TkId < ::YARD::Parser::Ruby::Legacy
8875
9271
  end
8876
9272
 
8877
9273
  # Represents a Ruby keyword
9274
+ #
9275
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#81
8878
9276
  class YARD::Parser::Ruby::Legacy::RubyToken::TkKW < ::YARD::Parser::Ruby::Legacy::RubyToken::TkId; end
8879
9277
 
9278
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8880
9279
  class YARD::Parser::Ruby::Legacy::RubyToken::TkLABEL < ::YARD::Parser::Ruby::Legacy::RubyToken::TkVal; end
9280
+
9281
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8881
9282
  class YARD::Parser::Ruby::Legacy::RubyToken::TkLBRACE < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
9283
+
9284
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8882
9285
  class YARD::Parser::Ruby::Legacy::RubyToken::TkLBRACK < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
8883
- class YARD::Parser::Ruby::Legacy::RubyToken::TkLPAREN < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
8884
- class YARD::Parser::Ruby::Legacy::RubyToken::TkMODULE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
8885
- class YARD::Parser::Ruby::Legacy::RubyToken::TkNEXT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
8886
- class YARD::Parser::Ruby::Legacy::RubyToken::TkNIL < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
8887
- class YARD::Parser::Ruby::Legacy::RubyToken::TkNL < ::YARD::Parser::Ruby::Legacy::RubyToken::TkWhitespace; end
8888
- class YARD::Parser::Ruby::Legacy::RubyToken::TkNOT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
8889
- class YARD::Parser::Ruby::Legacy::RubyToken::TkNTH_REF < ::YARD::Parser::Ruby::Legacy::RubyToken::TkId; end
8890
9286
 
8891
- class YARD::Parser::Ruby::Legacy::RubyToken::TkNode < ::YARD::Parser::Ruby::Legacy::RubyToken::Token
8892
- # Returns the value of attribute node.
8893
- #
8894
- # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#64
8895
- def node; end
9287
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9288
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkLEQ < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9289
+ class << self
9290
+ def op_name; end
9291
+ end
8896
9292
  end
8897
9293
 
8898
- class YARD::Parser::Ruby::Legacy::RubyToken::TkOPASGN < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
8899
- # @return [TkOPASGN] a new instance of TkOPASGN
8900
- #
8901
- # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#99
8902
- def initialize(line_no, char_no, op); end
9294
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9295
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkLPAREN < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
8903
9296
 
8904
- # Returns the value of attribute op.
9297
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9298
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkLSHFT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9299
+ class << self
9300
+ def op_name; end
9301
+ end
9302
+ end
9303
+
9304
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9305
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkLT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9306
+ class << self
9307
+ def op_name; end
9308
+ end
9309
+ end
9310
+
9311
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9312
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkMATCH < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9313
+ class << self
9314
+ def op_name; end
9315
+ end
9316
+ end
9317
+
9318
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9319
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkMINUS < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9320
+ class << self
9321
+ def op_name; end
9322
+ end
9323
+ end
9324
+
9325
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9326
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkMOD < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9327
+ class << self
9328
+ def op_name; end
9329
+ end
9330
+ end
9331
+
9332
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9333
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkMODULE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9334
+
9335
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9336
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkMULT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9337
+ class << self
9338
+ def op_name; end
9339
+ end
9340
+ end
9341
+
9342
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9343
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkNEQ < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9344
+ class << self
9345
+ def op_name; end
9346
+ end
9347
+ end
9348
+
9349
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9350
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkNEXT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9351
+
9352
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9353
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkNIL < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9354
+
9355
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9356
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkNL < ::YARD::Parser::Ruby::Legacy::RubyToken::TkWhitespace; end
9357
+
9358
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9359
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkNMATCH < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9360
+ class << self
9361
+ def op_name; end
9362
+ end
9363
+ end
9364
+
9365
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9366
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkNOT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9367
+
9368
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9369
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkNOTOP < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9370
+ class << self
9371
+ def op_name; end
9372
+ end
9373
+ end
9374
+
9375
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9376
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkNTH_REF < ::YARD::Parser::Ruby::Legacy::RubyToken::TkId; end
9377
+
9378
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#63
9379
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkNode < ::YARD::Parser::Ruby::Legacy::RubyToken::Token
9380
+ # Returns the value of attribute node.
9381
+ #
9382
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#64
9383
+ def node; end
9384
+ end
9385
+
9386
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#98
9387
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkOPASGN < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9388
+ # @return [TkOPASGN] a new instance of TkOPASGN
9389
+ #
9390
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#99
9391
+ def initialize(line_no, char_no, op); end
9392
+
9393
+ # Returns the value of attribute op.
8905
9394
  #
8906
9395
  # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#104
8907
9396
  def op; end
8908
9397
  end
8909
9398
 
9399
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8910
9400
  class YARD::Parser::Ruby::Legacy::RubyToken::TkOR < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
8911
9401
 
9402
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9403
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkOROP < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9404
+ class << self
9405
+ def op_name; end
9406
+ end
9407
+ end
9408
+
9409
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#92
8912
9410
  class YARD::Parser::Ruby::Legacy::RubyToken::TkOp < ::YARD::Parser::Ruby::Legacy::RubyToken::Token
8913
9411
  # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#93
8914
9412
  def name; end
8915
9413
  end
8916
9414
 
9415
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9416
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkPLUS < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9417
+ class << self
9418
+ def op_name; end
9419
+ end
9420
+ end
9421
+
9422
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9423
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkPOW < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9424
+ class << self
9425
+ def op_name; end
9426
+ end
9427
+ end
9428
+
9429
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9430
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkQUESTION < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9431
+ class << self
9432
+ def op_name; end
9433
+ end
9434
+ end
9435
+
9436
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8917
9437
  class YARD::Parser::Ruby::Legacy::RubyToken::TkRBRACE < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
9438
+
9439
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8918
9440
  class YARD::Parser::Ruby::Legacy::RubyToken::TkRBRACK < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
9441
+
9442
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8919
9443
  class YARD::Parser::Ruby::Legacy::RubyToken::TkREDO < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9444
+
9445
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8920
9446
  class YARD::Parser::Ruby::Legacy::RubyToken::TkREGEXP < ::YARD::Parser::Ruby::Legacy::RubyToken::TkVal; end
9447
+
9448
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8921
9449
  class YARD::Parser::Ruby::Legacy::RubyToken::TkRESCUE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9450
+
9451
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8922
9452
  class YARD::Parser::Ruby::Legacy::RubyToken::TkRETRY < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9453
+
9454
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8923
9455
  class YARD::Parser::Ruby::Legacy::RubyToken::TkRETURN < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9456
+
9457
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8924
9458
  class YARD::Parser::Ruby::Legacy::RubyToken::TkRPAREN < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
8925
9459
 
9460
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9461
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkRSHFT < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9462
+ class << self
9463
+ def op_name; end
9464
+ end
9465
+ end
9466
+
8926
9467
  # { reading => token_class }
8927
9468
  # { reading => [token_class, *opt] }
8928
9469
  #
8929
9470
  # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#271
8930
9471
  YARD::Parser::Ruby::Legacy::RubyToken::TkReading2Token = T.let(T.unsafe(nil), Hash)
8931
9472
 
9473
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8932
9474
  class YARD::Parser::Ruby::Legacy::RubyToken::TkSELF < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9475
+
9476
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8933
9477
  class YARD::Parser::Ruby::Legacy::RubyToken::TkSEMICOLON < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
9478
+
9479
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8934
9480
  class YARD::Parser::Ruby::Legacy::RubyToken::TkSPACE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkWhitespace; end
9481
+
9482
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8935
9483
  class YARD::Parser::Ruby::Legacy::RubyToken::TkSTAR < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
9484
+
9485
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8936
9486
  class YARD::Parser::Ruby::Legacy::RubyToken::TkSTRING < ::YARD::Parser::Ruby::Legacy::RubyToken::TkVal; end
9487
+
9488
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8937
9489
  class YARD::Parser::Ruby::Legacy::RubyToken::TkSUPER < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9490
+
9491
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8938
9492
  class YARD::Parser::Ruby::Legacy::RubyToken::TkSYMBEG < ::YARD::Parser::Ruby::Legacy::RubyToken::TkId; end
9493
+
9494
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8939
9495
  class YARD::Parser::Ruby::Legacy::RubyToken::TkSYMBOL < ::YARD::Parser::Ruby::Legacy::RubyToken::TkVal; end
8940
9496
 
8941
9497
  # Represents an end statement
9498
+ #
9499
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#59
8942
9500
  class YARD::Parser::Ruby::Legacy::RubyToken::TkStatementEnd < ::YARD::Parser::Ruby::Legacy::RubyToken::Token
8943
9501
  # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#60
8944
9502
  def text; end
@@ -8947,14 +9505,42 @@ end
8947
9505
  # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#272
8948
9506
  YARD::Parser::Ruby::Legacy::RubyToken::TkSymbol2Token = T.let(T.unsafe(nil), Hash)
8949
9507
 
9508
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8950
9509
  class YARD::Parser::Ruby::Legacy::RubyToken::TkTHEN < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9510
+
9511
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8951
9512
  class YARD::Parser::Ruby::Legacy::RubyToken::TkTRUE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9513
+
9514
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9515
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkUMINUS < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9516
+ class << self
9517
+ def op_name; end
9518
+ end
9519
+ end
9520
+
9521
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8952
9522
  class YARD::Parser::Ruby::Legacy::RubyToken::TkUNDEF < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9523
+
9524
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8953
9525
  class YARD::Parser::Ruby::Legacy::RubyToken::TkUNLESS < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9526
+
9527
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8954
9528
  class YARD::Parser::Ruby::Legacy::RubyToken::TkUNLESS_MOD < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9529
+
9530
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8955
9531
  class YARD::Parser::Ruby::Legacy::RubyToken::TkUNTIL < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9532
+
9533
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8956
9534
  class YARD::Parser::Ruby::Legacy::RubyToken::TkUNTIL_MOD < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
8957
9535
 
9536
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
9537
+ class YARD::Parser::Ruby::Legacy::RubyToken::TkUPLUS < ::YARD::Parser::Ruby::Legacy::RubyToken::TkOp
9538
+ class << self
9539
+ def op_name; end
9540
+ end
9541
+ end
9542
+
9543
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#107
8958
9544
  class YARD::Parser::Ruby::Legacy::RubyToken::TkUnknownChar < ::YARD::Parser::Ruby::Legacy::RubyToken::Token
8959
9545
  # @return [TkUnknownChar] a new instance of TkUnknownChar
8960
9546
  #
@@ -8968,6 +9554,8 @@ class YARD::Parser::Ruby::Legacy::RubyToken::TkUnknownChar < ::YARD::Parser::Rub
8968
9554
  end
8969
9555
 
8970
9556
  # Represents a Ruby value
9557
+ #
9558
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#85
8971
9559
  class YARD::Parser::Ruby::Legacy::RubyToken::TkVal < ::YARD::Parser::Ruby::Legacy::RubyToken::Token
8972
9560
  # @return [TkVal] a new instance of TkVal
8973
9561
  #
@@ -8975,21 +9563,41 @@ class YARD::Parser::Ruby::Legacy::RubyToken::TkVal < ::YARD::Parser::Ruby::Legac
8975
9563
  def initialize(line_no, char_no, value = T.unsafe(nil)); end
8976
9564
  end
8977
9565
 
9566
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8978
9567
  class YARD::Parser::Ruby::Legacy::RubyToken::TkWHEN < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9568
+
9569
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8979
9570
  class YARD::Parser::Ruby::Legacy::RubyToken::TkWHILE < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9571
+
9572
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8980
9573
  class YARD::Parser::Ruby::Legacy::RubyToken::TkWHILE_MOD < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
8981
9574
 
8982
9575
  # Represents whitespace
9576
+ #
9577
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#68
8983
9578
  class YARD::Parser::Ruby::Legacy::RubyToken::TkWhitespace < ::YARD::Parser::Ruby::Legacy::RubyToken::Token; end
8984
9579
 
9580
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8985
9581
  class YARD::Parser::Ruby::Legacy::RubyToken::TkXSTRING < ::YARD::Parser::Ruby::Legacy::RubyToken::TkVal; end
9582
+
9583
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8986
9584
  class YARD::Parser::Ruby::Legacy::RubyToken::TkYIELD < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9585
+
9586
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8987
9587
  class YARD::Parser::Ruby::Legacy::RubyToken::Tk__FILE__ < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9588
+
9589
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8988
9590
  class YARD::Parser::Ruby::Legacy::RubyToken::Tk__LINE__ < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9591
+
9592
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8989
9593
  class YARD::Parser::Ruby::Legacy::RubyToken::TklBEGIN < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
9594
+
9595
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#281
8990
9596
  class YARD::Parser::Ruby::Legacy::RubyToken::TklEND < ::YARD::Parser::Ruby::Legacy::RubyToken::TkKW; end
8991
9597
 
8992
9598
  # Represents a token in the Ruby lexer
9599
+ #
9600
+ # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#16
8993
9601
  class YARD::Parser::Ruby::Legacy::RubyToken::Token
8994
9602
  # Creates a new Token object
8995
9603
  #
@@ -9046,6 +9654,7 @@ YARD::Parser::Ruby::Legacy::RubyToken::Token::NO_TEXT = T.let(T.unsafe(nil), Str
9046
9654
  # source://yard//lib/yard/parser/ruby/legacy/ruby_lex.rb#147
9047
9655
  YARD::Parser::Ruby::Legacy::RubyToken::TokenDefinitions = T.let(T.unsafe(nil), Array)
9048
9656
 
9657
+ # source://yard//lib/yard/parser/ruby/legacy/statement.rb#4
9049
9658
  class YARD::Parser::Ruby::Legacy::Statement
9050
9659
  # @return [Statement] a new instance of Statement
9051
9660
  #
@@ -9138,6 +9747,7 @@ class YARD::Parser::Ruby::Legacy::Statement
9138
9747
  def clean_tokens(tokens); end
9139
9748
  end
9140
9749
 
9750
+ # source://yard//lib/yard/parser/ruby/legacy/statement_list.rb#4
9141
9751
  class YARD::Parser::Ruby::Legacy::StatementList < ::Array
9142
9752
  include ::YARD::Parser::Ruby::Legacy::RubyToken
9143
9753
 
@@ -9269,6 +9879,7 @@ end
9269
9879
  # source://yard//lib/yard/parser/ruby/legacy/statement_list.rb#11
9270
9880
  YARD::Parser::Ruby::Legacy::StatementList::OPEN_BLOCK_TOKENS = T.let(T.unsafe(nil), Array)
9271
9881
 
9882
+ # source://yard//lib/yard/parser/ruby/legacy/token_list.rb#4
9272
9883
  class YARD::Parser::Ruby::Legacy::TokenList < ::Array
9273
9884
  include ::YARD::Parser::Ruby::Legacy::RubyToken
9274
9885
 
@@ -9493,490 +10104,490 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
9493
10104
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#29
9494
10105
  def frozen_string_line; end
9495
10106
 
9496
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10107
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9497
10108
  def on_BEGIN(*args); end
9498
10109
 
9499
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10110
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9500
10111
  def on_CHAR(tok); end
9501
10112
 
9502
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10113
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9503
10114
  def on_END(*args); end
9504
10115
 
9505
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10116
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9506
10117
  def on___end__(tok); end
9507
10118
 
9508
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10119
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9509
10120
  def on_alias(*args); end
9510
10121
 
9511
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10122
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9512
10123
  def on_alias_error(*args); end
9513
10124
 
9514
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10125
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9515
10126
  def on_arg_ambiguous(*args); end
9516
10127
 
9517
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10128
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9518
10129
  def on_arg_paren(*args); end
9519
10130
 
9520
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10131
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9521
10132
  def on_args_add(list, item); end
9522
10133
 
9523
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10134
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9524
10135
  def on_args_add_block(list, item); end
9525
10136
 
9526
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10137
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9527
10138
  def on_args_add_star(list, item); end
9528
10139
 
9529
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10140
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9530
10141
  def on_args_forward(*args); end
9531
10142
 
9532
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#149
10143
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#155
9533
10144
  def on_args_new(*args); end
9534
10145
 
9535
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10146
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9536
10147
  def on_aryptn(*args); end
9537
10148
 
9538
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10149
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9539
10150
  def on_assign(*args); end
9540
10151
 
9541
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10152
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9542
10153
  def on_assign_error(*args); end
9543
10154
 
9544
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10155
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9545
10156
  def on_assoc_splat(*args); end
9546
10157
 
9547
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10158
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9548
10159
  def on_backref(tok); end
9549
10160
 
9550
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10161
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9551
10162
  def on_backtick(tok); end
9552
10163
 
9553
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10164
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9554
10165
  def on_begin(*args); end
9555
10166
 
9556
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10167
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9557
10168
  def on_binary(*args); end
9558
10169
 
9559
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10170
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9560
10171
  def on_block_var(*args); end
9561
10172
 
9562
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10173
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9563
10174
  def on_blockarg(*args); end
9564
10175
 
9565
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10176
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9566
10177
  def on_brace_block(*args); end
9567
10178
 
9568
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10179
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9569
10180
  def on_break(*args); end
9570
10181
 
9571
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10182
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9572
10183
  def on_call(*args); end
9573
10184
 
9574
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10185
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9575
10186
  def on_case(*args); end
9576
10187
 
9577
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10188
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9578
10189
  def on_class(*args); end
9579
10190
 
9580
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10191
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9581
10192
  def on_class_name_error(*args); end
9582
10193
 
9583
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10194
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9584
10195
  def on_comma(tok); end
9585
10196
 
9586
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10197
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9587
10198
  def on_command(*args); end
9588
10199
 
9589
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10200
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9590
10201
  def on_command_call(*args); end
9591
10202
 
9592
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10203
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9593
10204
  def on_const(tok); end
9594
10205
 
9595
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10206
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9596
10207
  def on_const_path_field(*args); end
9597
10208
 
9598
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10209
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9599
10210
  def on_const_ref(*args); end
9600
10211
 
9601
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10212
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9602
10213
  def on_cvar(tok); end
9603
10214
 
9604
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10215
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9605
10216
  def on_def(*args); end
9606
10217
 
9607
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10218
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9608
10219
  def on_defined(*args); end
9609
10220
 
9610
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10221
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9611
10222
  def on_defs(*args); end
9612
10223
 
9613
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10224
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9614
10225
  def on_do_block(*args); end
9615
10226
 
9616
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10227
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9617
10228
  def on_dot2(*args); end
9618
10229
 
9619
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10230
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9620
10231
  def on_dot3(*args); end
9621
10232
 
9622
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10233
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9623
10234
  def on_else(*args); end
9624
10235
 
9625
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10236
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9626
10237
  def on_elsif(*args); end
9627
10238
 
9628
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10239
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9629
10240
  def on_embexpr_beg(tok); end
9630
10241
 
9631
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10242
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9632
10243
  def on_embexpr_end(tok); end
9633
10244
 
9634
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10245
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9635
10246
  def on_embvar(tok); end
9636
10247
 
9637
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10248
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9638
10249
  def on_ensure(*args); end
9639
10250
 
9640
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10251
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9641
10252
  def on_excessed_comma(*args); end
9642
10253
 
9643
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10254
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9644
10255
  def on_fcall(*args); end
9645
10256
 
9646
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10257
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9647
10258
  def on_field(*args); end
9648
10259
 
9649
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10260
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9650
10261
  def on_float(tok); end
9651
10262
 
9652
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10263
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9653
10264
  def on_fndptn(*args); end
9654
10265
 
9655
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10266
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9656
10267
  def on_for(*args); end
9657
10268
 
9658
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10269
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9659
10270
  def on_gvar(tok); end
9660
10271
 
9661
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10272
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9662
10273
  def on_heredoc_beg(tok); end
9663
10274
 
9664
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10275
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9665
10276
  def on_heredoc_dedent(*args); end
9666
10277
 
9667
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10278
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9668
10279
  def on_heredoc_end(tok); end
9669
10280
 
9670
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10281
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9671
10282
  def on_hshptn(*args); end
9672
10283
 
9673
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10284
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9674
10285
  def on_ident(tok); end
9675
10286
 
9676
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10287
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9677
10288
  def on_if(*args); end
9678
10289
 
9679
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#443
10290
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#449
9680
10291
  def on_if_mod(*args); end
9681
10292
 
9682
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10293
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9683
10294
  def on_ifop(*args); end
9684
10295
 
9685
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#216
10296
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#222
9686
10297
  def on_ignored_nl(tok); end
9687
10298
 
9688
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10299
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9689
10300
  def on_ignored_sp(tok); end
9690
10301
 
9691
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10302
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9692
10303
  def on_imaginary(tok); end
9693
10304
 
9694
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10305
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9695
10306
  def on_in(*args); end
9696
10307
 
9697
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10308
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9698
10309
  def on_int(tok); end
9699
10310
 
9700
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10311
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9701
10312
  def on_ivar(tok); end
9702
10313
 
9703
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#203
10314
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#209
9704
10315
  def on_kw(tok); end
9705
10316
 
9706
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10317
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9707
10318
  def on_kwrest_param(*args); end
9708
10319
 
9709
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10320
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9710
10321
  def on_label_end(tok); end
9711
10322
 
9712
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10323
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9713
10324
  def on_lbrace(tok); end
9714
10325
 
9715
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10326
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9716
10327
  def on_lparen(tok); end
9717
10328
 
9718
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10329
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9719
10330
  def on_magic_comment(*args); end
9720
10331
 
9721
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10332
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9722
10333
  def on_massign(*args); end
9723
10334
 
9724
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10335
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9725
10336
  def on_method_add_arg(list, item); end
9726
10337
 
9727
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10338
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9728
10339
  def on_method_add_block(list, item); end
9729
10340
 
9730
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10341
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9731
10342
  def on_mlhs_add(list, item); end
9732
10343
 
9733
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10344
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9734
10345
  def on_mlhs_add_post(list, item); end
9735
10346
 
9736
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10347
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9737
10348
  def on_mlhs_add_star(list, item); end
9738
10349
 
9739
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#149
10350
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#155
9740
10351
  def on_mlhs_new(*args); end
9741
10352
 
9742
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10353
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9743
10354
  def on_mlhs_paren(*args); end
9744
10355
 
9745
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10356
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9746
10357
  def on_module(*args); end
9747
10358
 
9748
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10359
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9749
10360
  def on_mrhs_add(list, item); end
9750
10361
 
9751
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10362
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9752
10363
  def on_mrhs_add_star(list, item); end
9753
10364
 
9754
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#149
10365
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#155
9755
10366
  def on_mrhs_new(*args); end
9756
10367
 
9757
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10368
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9758
10369
  def on_mrhs_new_from_args(*args); end
9759
10370
 
9760
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10371
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9761
10372
  def on_next(*args); end
9762
10373
 
9763
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#216
10374
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#222
9764
10375
  def on_nl(tok); end
9765
10376
 
9766
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10377
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9767
10378
  def on_nokw_param(*args); end
9768
10379
 
9769
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#203
10380
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#209
9770
10381
  def on_op(tok); end
9771
10382
 
9772
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10383
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9773
10384
  def on_opassign(*args); end
9774
10385
 
9775
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10386
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9776
10387
  def on_operator_ambiguous(*args); end
9777
10388
 
9778
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10389
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9779
10390
  def on_param_error(*args); end
9780
10391
 
9781
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10392
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9782
10393
  def on_paren(*args); end
9783
10394
 
9784
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10395
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9785
10396
  def on_period(tok); end
9786
10397
 
9787
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#468
10398
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#474
9788
10399
  def on_qsymbols_add(list, item); end
9789
10400
 
9790
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10401
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9791
10402
  def on_qsymbols_beg(tok); end
9792
10403
 
9793
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#456
10404
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#462
9794
10405
  def on_qsymbols_new(*args); end
9795
10406
 
9796
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#468
10407
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#474
9797
10408
  def on_qwords_add(list, item); end
9798
10409
 
9799
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10410
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9800
10411
  def on_qwords_beg(tok); end
9801
10412
 
9802
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#456
10413
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#462
9803
10414
  def on_qwords_new(*args); end
9804
10415
 
9805
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10416
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9806
10417
  def on_rational(tok); end
9807
10418
 
9808
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10419
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9809
10420
  def on_rbrace(tok); end
9810
10421
 
9811
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10422
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9812
10423
  def on_redo(*args); end
9813
10424
 
9814
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10425
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9815
10426
  def on_regexp_add(list, item); end
9816
10427
 
9817
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10428
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9818
10429
  def on_regexp_beg(tok); end
9819
10430
 
9820
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10431
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9821
10432
  def on_regexp_end(tok); end
9822
10433
 
9823
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10434
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9824
10435
  def on_regexp_literal(*args); end
9825
10436
 
9826
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#149
10437
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#155
9827
10438
  def on_regexp_new(*args); end
9828
10439
 
9829
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10440
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9830
10441
  def on_rescue_mod(*args); end
9831
10442
 
9832
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10443
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9833
10444
  def on_rest_param(*args); end
9834
10445
 
9835
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10446
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9836
10447
  def on_retry(*args); end
9837
10448
 
9838
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10449
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9839
10450
  def on_return(*args); end
9840
10451
 
9841
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10452
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9842
10453
  def on_return0(*args); end
9843
10454
 
9844
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10455
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9845
10456
  def on_rparen(tok); end
9846
10457
 
9847
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10458
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9848
10459
  def on_sclass(*args); end
9849
10460
 
9850
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10461
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9851
10462
  def on_semicolon(tok); end
9852
10463
 
9853
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10464
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9854
10465
  def on_stmts_add(list, item); end
9855
10466
 
9856
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#149
10467
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#155
9857
10468
  def on_stmts_new(*args); end
9858
10469
 
9859
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10470
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9860
10471
  def on_string_add(list, item); end
9861
10472
 
9862
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10473
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9863
10474
  def on_string_concat(*args); end
9864
10475
 
9865
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10476
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9866
10477
  def on_string_dvar(*args); end
9867
10478
 
9868
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10479
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9869
10480
  def on_string_embexpr(*args); end
9870
10481
 
9871
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10482
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9872
10483
  def on_super(*args); end
9873
10484
 
9874
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10485
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9875
10486
  def on_symbeg(tok); end
9876
10487
 
9877
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10488
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9878
10489
  def on_symbol(*args); end
9879
10490
 
9880
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10491
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9881
10492
  def on_symbol_literal(*args); end
9882
10493
 
9883
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#468
10494
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#474
9884
10495
  def on_symbols_add(list, item); end
9885
10496
 
9886
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10497
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9887
10498
  def on_symbols_beg(tok); end
9888
10499
 
9889
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#456
10500
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#462
9890
10501
  def on_symbols_new(*args); end
9891
10502
 
9892
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10503
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9893
10504
  def on_tlambda(tok); end
9894
10505
 
9895
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10506
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9896
10507
  def on_tlambeg(tok); end
9897
10508
 
9898
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10509
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9899
10510
  def on_top_const_field(*args); end
9900
10511
 
9901
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10512
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9902
10513
  def on_tstring_beg(tok); end
9903
10514
 
9904
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10515
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9905
10516
  def on_tstring_content(tok); end
9906
10517
 
9907
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10518
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9908
10519
  def on_tstring_end(tok); end
9909
10520
 
9910
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10521
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9911
10522
  def on_undef(*args); end
9912
10523
 
9913
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10524
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9914
10525
  def on_unless(*args); end
9915
10526
 
9916
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#443
10527
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#449
9917
10528
  def on_unless_mod(*args); end
9918
10529
 
9919
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10530
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9920
10531
  def on_until(*args); end
9921
10532
 
9922
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#443
10533
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#449
9923
10534
  def on_until_mod(*args); end
9924
10535
 
9925
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10536
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9926
10537
  def on_var_alias(*args); end
9927
10538
 
9928
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10539
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9929
10540
  def on_var_field(*args); end
9930
10541
 
9931
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10542
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9932
10543
  def on_var_ref(*args); end
9933
10544
 
9934
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#171
10545
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#177
9935
10546
  def on_vcall(*args); end
9936
10547
 
9937
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10548
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9938
10549
  def on_when(*args); end
9939
10550
 
9940
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10551
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9941
10552
  def on_while(*args); end
9942
10553
 
9943
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#443
10554
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#449
9944
10555
  def on_while_mod(*args); end
9945
10556
 
9946
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10557
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9947
10558
  def on_word_add(list, item); end
9948
10559
 
9949
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#149
10560
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#155
9950
10561
  def on_word_new(*args); end
9951
10562
 
9952
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#468
10563
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#474
9953
10564
  def on_words_add(list, item); end
9954
10565
 
9955
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#193
10566
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#199
9956
10567
  def on_words_beg(tok); end
9957
10568
 
9958
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#456
10569
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#462
9959
10570
  def on_words_new(*args); end
9960
10571
 
9961
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#182
10572
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#188
9962
10573
  def on_words_sep(tok); end
9963
10574
 
9964
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#156
10575
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#162
9965
10576
  def on_xstring_add(list, item); end
9966
10577
 
9967
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10578
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9968
10579
  def on_xstring_literal(*args); end
9969
10580
 
9970
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#149
10581
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#155
9971
10582
  def on_xstring_new(*args); end
9972
10583
 
9973
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10584
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9974
10585
  def on_yield(*args); end
9975
10586
 
9976
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10587
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9977
10588
  def on_yield0(*args); end
9978
10589
 
9979
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#164
10590
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#170
9980
10591
  def on_zsuper(*args); end
9981
10592
 
9982
10593
  # @since 0.5.6
@@ -10003,195 +10614,195 @@ class YARD::Parser::Ruby::RipperParser < ::Ripper
10003
10614
 
10004
10615
  # @since 0.5.6
10005
10616
  #
10006
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#661
10617
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#667
10007
10618
  def add_comment(line, node = T.unsafe(nil), before_node = T.unsafe(nil), into = T.unsafe(nil)); end
10008
10619
 
10009
10620
  # @since 0.5.6
10010
10621
  #
10011
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#265
10622
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#271
10012
10623
  def add_token(token, data); end
10013
10624
 
10014
10625
  # @return [Boolean]
10015
10626
  # @since 0.5.6
10016
10627
  #
10017
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#605
10628
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#611
10018
10629
  def comment_starts_line?(charno); end
10019
10630
 
10020
10631
  # @raise [ParserSyntaxError]
10021
10632
  # @since 0.5.6
10022
10633
  #
10023
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#600
10634
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#606
10024
10635
  def compile_error(msg); end
10025
10636
 
10026
10637
  # @since 0.5.6
10027
10638
  #
10028
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#687
10639
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#693
10029
10640
  def freeze_tree(node = T.unsafe(nil)); end
10030
10641
 
10031
10642
  # @since 0.5.6
10032
10643
  #
10033
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#614
10644
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#620
10034
10645
  def insert_comments; end
10035
10646
 
10036
10647
  # @since 0.5.6
10037
10648
  #
10038
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#371
10649
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#377
10039
10650
  def on_aref(*args); end
10040
10651
 
10041
10652
  # @since 0.5.6
10042
10653
  #
10043
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#379
10654
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#385
10044
10655
  def on_aref_field(*args); end
10045
10656
 
10046
10657
  # @since 0.5.6
10047
10658
  #
10048
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#385
10659
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#391
10049
10660
  def on_array(other); end
10050
10661
 
10051
10662
  # @since 0.5.6
10052
10663
  #
10053
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#346
10664
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#352
10054
10665
  def on_assoc_new(*args); end
10055
10666
 
10056
10667
  # @since 0.5.6
10057
10668
  #
10058
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#358
10669
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#364
10059
10670
  def on_assoclist_from_args(*args); end
10060
10671
 
10061
10672
  # @since 0.5.6
10062
10673
  #
10063
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#354
10674
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#360
10064
10675
  def on_bare_assoc_hash(*args); end
10065
10676
 
10066
10677
  # @since 0.5.6
10067
10678
  #
10068
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#341
10679
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#347
10069
10680
  def on_body_stmt(*args); end
10070
10681
 
10071
10682
  # @since 0.5.6
10072
10683
  #
10073
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#341
10684
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#347
10074
10685
  def on_bodystmt(*args); end
10075
10686
 
10076
10687
  # @since 0.5.6
10077
10688
  #
10078
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#536
10689
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#542
10079
10690
  def on_comment(comment); end
10080
10691
 
10081
10692
  # @since 0.5.6
10082
10693
  #
10083
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#435
10694
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#441
10084
10695
  def on_const_path_ref(*args); end
10085
10696
 
10086
10697
  # @since 0.5.6
10087
10698
  #
10088
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#413
10699
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#419
10089
10700
  def on_dyna_symbol(sym); end
10090
10701
 
10091
10702
  # @since 0.5.6
10092
10703
  #
10093
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#586
10704
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#592
10094
10705
  def on_embdoc(text); end
10095
10706
 
10096
10707
  # @since 0.5.6
10097
10708
  #
10098
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#580
10709
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#586
10099
10710
  def on_embdoc_beg(text); end
10100
10711
 
10101
10712
  # @since 0.5.6
10102
10713
  #
10103
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#591
10714
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#597
10104
10715
  def on_embdoc_end(text); end
10105
10716
 
10106
10717
  # @since 0.5.6
10107
10718
  #
10108
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#350
10719
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#356
10109
10720
  def on_hash(*args); end
10110
10721
 
10111
10722
  # @since 0.5.6
10112
10723
  #
10113
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#528
10724
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#534
10114
10725
  def on_label(data); end
10115
10726
 
10116
10727
  # @since 0.5.6
10117
10728
  #
10118
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#491
10729
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#497
10119
10730
  def on_lambda(*args); end
10120
10731
 
10121
10732
  # @since 0.5.6
10122
10733
  #
10123
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#403
10734
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#409
10124
10735
  def on_lbracket(tok); end
10125
10736
 
10126
10737
  # @since 0.5.6
10127
10738
  #
10128
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#509
10739
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#515
10129
10740
  def on_params(*args); end
10130
10741
 
10131
10742
  # @raise [ParserSyntaxError]
10132
10743
  # @since 0.5.6
10133
10744
  #
10134
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#600
10745
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#606
10135
10746
  def on_parse_error(msg); end
10136
10747
 
10137
10748
  # @since 0.5.6
10138
10749
  #
10139
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#337
10750
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#343
10140
10751
  def on_program(*args); end
10141
10752
 
10142
10753
  # @since 0.5.6
10143
10754
  #
10144
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#408
10755
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#414
10145
10756
  def on_rbracket(tok); end
10146
10757
 
10147
10758
  # @since 0.5.6
10148
10759
  #
10149
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#500
10760
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#506
10150
10761
  def on_rescue(exc, *args); end
10151
10762
 
10152
10763
  # @since 0.5.6
10153
10764
  #
10154
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#226
10765
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#232
10155
10766
  def on_sp(tok); end
10156
10767
 
10157
10768
  # @since 0.5.6
10158
10769
  #
10159
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#495
10770
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#501
10160
10771
  def on_string_content(*args); end
10161
10772
 
10162
10773
  # @since 0.5.6
10163
10774
  #
10164
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#478
10775
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#484
10165
10776
  def on_string_literal(*args); end
10166
10777
 
10167
10778
  # @since 0.5.6
10168
10779
  #
10169
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#423
10780
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#429
10170
10781
  def on_top_const_ref(*args); end
10171
10782
 
10172
10783
  # @since 0.5.6
10173
10784
  #
10174
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#362
10785
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#368
10175
10786
  def on_unary(op, val); end
10176
10787
 
10177
10788
  # @since 0.5.6
10178
10789
  #
10179
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#505
10790
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#511
10180
10791
  def on_void_stmt; end
10181
10792
 
10182
10793
  # @since 0.5.6
10183
10794
  #
10184
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#231
10795
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#237
10185
10796
  def visit_event(node); end
10186
10797
 
10187
10798
  # @since 0.5.6
10188
10799
  #
10189
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#245
10800
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#251
10190
10801
  def visit_event_arr(node); end
10191
10802
 
10192
10803
  # @since 0.5.6
10193
10804
  #
10194
- # source://yard//lib/yard/parser/ruby/ruby_parser.rb#253
10805
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#259
10195
10806
  def visit_ns_token(token, data, ast_token = T.unsafe(nil)); end
10196
10807
  end
10197
10808
 
@@ -10200,6 +10811,11 @@ end
10200
10811
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#133
10201
10812
  YARD::Parser::Ruby::RipperParser::AST_TOKENS = T.let(T.unsafe(nil), Array)
10202
10813
 
10814
+ # @since 0.5.6
10815
+ #
10816
+ # source://yard//lib/yard/parser/ruby/ruby_parser.rb#136
10817
+ YARD::Parser::Ruby::RipperParser::COMMENT_SKIP_NODE_TYPES = T.let(T.unsafe(nil), Array)
10818
+
10203
10819
  # @since 0.5.6
10204
10820
  #
10205
10821
  # source://yard//lib/yard/parser/ruby/ruby_parser.rb#78
@@ -10249,6 +10865,8 @@ end
10249
10865
  # Supports {#each} enumeration over a source's tokens, yielding
10250
10866
  # the token and a possible {CodeObjects::Base} associated with the
10251
10867
  # constant or identifier token.
10868
+ #
10869
+ # source://yard//lib/yard/parser/ruby/token_resolver.rb#8
10252
10870
  class YARD::Parser::Ruby::TokenResolver
10253
10871
  include ::Enumerable
10254
10872
  include ::YARD::CodeObjects::NamespaceMapper
@@ -10741,6 +11359,8 @@ YARD::ROOT = T.let(T.unsafe(nil), String)
10741
11359
  module YARD::Rake; end
10742
11360
 
10743
11361
  # The rake task to run {CLI::Yardoc} and generate documentation.
11362
+ #
11363
+ # source://yard//lib/yard/rake/yardoc_task.rb#8
10744
11364
  class YARD::Rake::YardocTask < ::Rake::TaskLib
10745
11365
  # Creates a new task with name +name+.
10746
11366
  #
@@ -10899,6 +11519,8 @@ end
10899
11519
  # Registry.at('YARD::CodeObjects::Base#docstring')
10900
11520
  # @example Performing a lookup on a method anywhere in the inheritance tree
10901
11521
  # Registry.resolve(P('YARD::CodeObjects::Base'), '#docstring', true)
11522
+ #
11523
+ # source://yard//lib/yard/registry.rb#32
10902
11524
  module YARD::Registry
10903
11525
  extend ::Enumerable
10904
11526
 
@@ -11252,6 +11874,8 @@ YARD::Registry::LOCAL_YARDOC_INDEX = T.let(T.unsafe(nil), String)
11252
11874
  #
11253
11875
  # @see Registry.resolve
11254
11876
  # @since 0.9.1
11877
+ #
11878
+ # source://yard//lib/yard/registry_resolver.rb#9
11255
11879
  class YARD::RegistryResolver
11256
11880
  include ::YARD::CodeObjects::NamespaceMapper
11257
11881
 
@@ -11297,7 +11921,7 @@ class YARD::RegistryResolver
11297
11921
  #
11298
11922
  # @since 0.9.1
11299
11923
  #
11300
- # source://yard//lib/yard/registry_resolver.rb#180
11924
+ # source://yard//lib/yard/registry_resolver.rb#181
11301
11925
  def collect_namespaces(object); end
11302
11926
 
11303
11927
  # Performs a lexical lookup from a namespace for a path and a type hint.
@@ -11318,20 +11942,20 @@ class YARD::RegistryResolver
11318
11942
  # occurrences of separator tokens
11319
11943
  # @since 0.9.1
11320
11944
  #
11321
- # source://yard//lib/yard/registry_resolver.rb#205
11945
+ # source://yard//lib/yard/registry_resolver.rb#206
11322
11946
  def split_on_separators_match; end
11323
11947
 
11324
11948
  # @return [Regexp] the regexp match of the default separator
11325
11949
  # @since 0.9.1
11326
11950
  #
11327
- # source://yard//lib/yard/registry_resolver.rb#193
11951
+ # source://yard//lib/yard/registry_resolver.rb#194
11328
11952
  def starts_with_default_separator_match; end
11329
11953
 
11330
11954
  # @return [Regexp] the regexp that matches strings starting with
11331
11955
  # a separator
11332
11956
  # @since 0.9.1
11333
11957
  #
11334
- # source://yard//lib/yard/registry_resolver.rb#199
11958
+ # source://yard//lib/yard/registry_resolver.rb#200
11335
11959
  def starts_with_separator_match; end
11336
11960
 
11337
11961
  # return [Boolean] if the obj's type matches the provided type.
@@ -11346,6 +11970,8 @@ end
11346
11970
  #
11347
11971
  # @see Registry
11348
11972
  # @see Serializers::YardocSerializer
11973
+ #
11974
+ # source://yard//lib/yard/registry_store.rb#9
11349
11975
  class YARD::RegistryStore
11350
11976
  # @return [RegistryStore] a new instance of RegistryStore
11351
11977
  #
@@ -11597,6 +12223,8 @@ module YARD::Serializers; end
11597
12223
  # * {#after_serialize}
11598
12224
  #
11599
12225
  # @abstract Override this class to implement a custom serializer.
12226
+ #
12227
+ # source://yard//lib/yard/serializers/base.rb#17
11600
12228
  class YARD::Serializers::Base
11601
12229
  # Creates a new serializer with options
11602
12230
  #
@@ -11669,6 +12297,8 @@ class YARD::Serializers::Base
11669
12297
  end
11670
12298
 
11671
12299
  # Implements a serializer that reads from and writes to the filesystem.
12300
+ #
12301
+ # source://yard//lib/yard/serializers/file_system_serializer.rb#5
11672
12302
  class YARD::Serializers::FileSystemSerializer < ::YARD::Serializers::Base
11673
12303
  # Creates a new FileSystemSerializer with options
11674
12304
  #
@@ -11755,6 +12385,8 @@ end
11755
12385
  # @example Serializing to a pager (less)
11756
12386
  # serializer = ProcessSerializer.new('less')
11757
12387
  # serializer.serialize(object, "data!")
12388
+ #
12389
+ # source://yard//lib/yard/serializers/process_serializer.rb#9
11758
12390
  class YARD::Serializers::ProcessSerializer < ::YARD::Serializers::Base
11759
12391
  # Creates a new ProcessSerializer for the shell command +cmd+
11760
12392
  #
@@ -11772,6 +12404,8 @@ class YARD::Serializers::ProcessSerializer < ::YARD::Serializers::Base
11772
12404
  end
11773
12405
 
11774
12406
  # A serializer that writes data to standard output.
12407
+ #
12408
+ # source://yard//lib/yard/serializers/stdout_serializer.rb#5
11775
12409
  class YARD::Serializers::StdoutSerializer < ::YARD::Serializers::Base
11776
12410
  # Creates a serializer to print text to stdout
11777
12411
  #
@@ -11799,6 +12433,7 @@ class YARD::Serializers::StdoutSerializer < ::YARD::Serializers::Base
11799
12433
  def word_wrap(text, _length = T.unsafe(nil)); end
11800
12434
  end
11801
12435
 
12436
+ # source://yard//lib/yard/serializers/yardoc_serializer.rb#32
11802
12437
  class YARD::Serializers::YardocSerializer < ::YARD::Serializers::FileSystemSerializer
11803
12438
  # @return [YardocSerializer] a new instance of YardocSerializer
11804
12439
  #
@@ -11898,6 +12533,8 @@ end
11898
12533
  #
11899
12534
  # @abstract
11900
12535
  # @since 0.6.0
12536
+ #
12537
+ # source://yard//lib/yard/server/adapter.rb#23
11901
12538
  class YARD::Server::Adapter
11902
12539
  # Creates a new adapter object
11903
12540
  #
@@ -12025,6 +12662,16 @@ class YARD::Server::Adapter
12025
12662
  end
12026
12663
  end
12027
12664
 
12665
+ # @since 0.6.0
12666
+ #
12667
+ # source://yard//lib/yard/server/http_utils.rb#16
12668
+ YARD::Server::CR = T.let(T.unsafe(nil), String)
12669
+
12670
+ # @since 0.6.0
12671
+ #
12672
+ # source://yard//lib/yard/server/http_utils.rb#18
12673
+ YARD::Server::CRLF = T.let(T.unsafe(nil), String)
12674
+
12028
12675
  # Commands implement specific kinds of server responses which are routed
12029
12676
  # to by the {Router} class. To implement a custom command, subclass {Commands::Base}.
12030
12677
  #
@@ -12061,6 +12708,8 @@ module YARD::Server::Commands; end
12061
12708
  # @abstract
12062
12709
  # @see #run
12063
12710
  # @since 0.6.0
12711
+ #
12712
+ # source://yard//lib/yard/server/commands/base.rb#34
12064
12713
  class YARD::Server::Commands::Base
12065
12714
  # Creates a new command object, setting attributes named by keys
12066
12715
  # in the options hash. After initialization, the options hash
@@ -12184,7 +12833,7 @@ class YARD::Server::Commands::Base
12184
12833
  # def run
12185
12834
  # self.body = 'ERROR! The System is down!'
12186
12835
  # self.status = 500
12187
- # self.headers['Conten-Type'] = 'text/plain'
12836
+ # self.headers['Content-Type'] = 'text/plain'
12188
12837
  # end
12189
12838
  # end
12190
12839
  # @raise [NotImplementedError]
@@ -12269,6 +12918,8 @@ end
12269
12918
  #
12270
12919
  # @since 0.6.0
12271
12920
  # @todo Implement better support for detecting binary (image) filetypes
12921
+ #
12922
+ # source://yard//lib/yard/server/commands/display_file_command.rb#8
12272
12923
  class YARD::Server::Commands::DisplayFileCommand < ::YARD::Server::Commands::LibraryCommand
12273
12924
  # @since 0.6.0
12274
12925
  #
@@ -12290,6 +12941,8 @@ end
12290
12941
  # Displays documentation for a specific object identified by the path
12291
12942
  #
12292
12943
  # @since 0.6.0
12944
+ #
12945
+ # source://yard//lib/yard/server/commands/display_object_command.rb#6
12293
12946
  class YARD::Server::Commands::DisplayObjectCommand < ::YARD::Server::Commands::LibraryCommand
12294
12947
  include ::YARD::Server::DocServerHelper
12295
12948
 
@@ -12319,6 +12972,8 @@ end
12319
12972
  # Displays an object wrapped in frames
12320
12973
  #
12321
12974
  # @since 0.6.0
12975
+ #
12976
+ # source://yard//lib/yard/server/commands/frames_command.rb#6
12322
12977
  class YARD::Server::Commands::FramesCommand < ::YARD::Server::Commands::DisplayObjectCommand
12323
12978
  # @since 0.6.0
12324
12979
  #
@@ -12333,6 +12988,8 @@ end
12333
12988
  #
12334
12989
  # @abstract
12335
12990
  # @since 0.6.0
12991
+ #
12992
+ # source://yard//lib/yard/server/commands/library_command.rb#32
12336
12993
  class YARD::Server::Commands::LibraryCommand < ::YARD::Server::Commands::Base
12337
12994
  # @return [LibraryCommand] a new instance of LibraryCommand
12338
12995
  # @since 0.6.0
@@ -12484,6 +13141,8 @@ YARD::Server::Commands::LibraryCommand::CAN_FORK = T.let(T.unsafe(nil), TrueClas
12484
13141
  # Returns the index of libraries served by the server.
12485
13142
  #
12486
13143
  # @since 0.6.0
13144
+ #
13145
+ # source://yard//lib/yard/server/commands/library_index_command.rb#13
12487
13146
  class YARD::Server::Commands::LibraryIndexCommand < ::YARD::Server::Commands::Base
12488
13147
  # @since 0.6.0
12489
13148
  #
@@ -12502,6 +13161,8 @@ class YARD::Server::Commands::LibraryIndexCommand < ::YARD::Server::Commands::Ba
12502
13161
  end
12503
13162
 
12504
13163
  # @since 0.6.0
13164
+ #
13165
+ # source://yard//lib/yard/server/commands/library_index_command.rb#5
12505
13166
  class YARD::Server::Commands::LibraryIndexOptions < ::YARD::CLI::YardocOptions
12506
13167
  # @since 0.6.0
12507
13168
  #
@@ -12543,6 +13204,8 @@ class YARD::Server::Commands::LibraryIndexOptions < ::YARD::CLI::YardocOptions
12543
13204
  end
12544
13205
 
12545
13206
  # @since 0.6.0
13207
+ #
13208
+ # source://yard//lib/yard/server/commands/library_command.rb#7
12546
13209
  class YARD::Server::Commands::LibraryOptions < ::YARD::CLI::YardocOptions
12547
13210
  # @since 0.6.0
12548
13211
  #
@@ -12599,6 +13262,8 @@ end
12599
13262
  # Returns a list of objects of a specific type
12600
13263
  #
12601
13264
  # @since 0.6.0
13265
+ #
13266
+ # source://yard//lib/yard/server/commands/list_command.rb#6
12602
13267
  class YARD::Server::Commands::ListCommand < ::YARD::Server::Commands::LibraryCommand
12603
13268
  include ::YARD::Templates::Helpers::BaseHelper
12604
13269
 
@@ -12611,8 +13276,10 @@ end
12611
13276
  # Serves requests from the root of the server
12612
13277
  #
12613
13278
  # @since 0.6.0
13279
+ #
13280
+ # source://yard//lib/yard/server/commands/root_request_command.rb#6
12614
13281
  class YARD::Server::Commands::RootRequestCommand < ::YARD::Server::Commands::Base
12615
- include ::WEBrick::HTTPUtils
13282
+ include ::YARD::Server::HTTPUtils
12616
13283
  include ::YARD::Server::Commands::StaticFileHelpers
12617
13284
 
12618
13285
  # @since 0.6.0
@@ -12625,6 +13292,8 @@ end
12625
13292
  # the results as HTML or plaintext
12626
13293
  #
12627
13294
  # @since 0.6.0
13295
+ #
13296
+ # source://yard//lib/yard/server/commands/search_command.rb#7
12628
13297
  class YARD::Server::Commands::SearchCommand < ::YARD::Server::Commands::LibraryCommand
12629
13298
  include ::YARD::Templates::Helpers::BaseHelper
12630
13299
  include ::YARD::Templates::Helpers::ModuleHelper
@@ -12686,8 +13355,10 @@ end
12686
13355
  # Serves static content when no other router matches a request
12687
13356
  #
12688
13357
  # @since 0.6.0
13358
+ #
13359
+ # source://yard//lib/yard/server/commands/static_file_command.rb#6
12689
13360
  class YARD::Server::Commands::StaticFileCommand < ::YARD::Server::Commands::LibraryCommand
12690
- include ::WEBrick::HTTPUtils
13361
+ include ::YARD::Server::HTTPUtils
12691
13362
  include ::YARD::Server::Commands::StaticFileHelpers
12692
13363
 
12693
13364
  # @since 0.6.0
@@ -12710,8 +13381,10 @@ YARD::Server::Commands::StaticFileCommand::STATIC_PATHS = T.let(T.unsafe(nil), A
12710
13381
  # and {favicon?} helpers.
12711
13382
  #
12712
13383
  # @since 0.6.0
13384
+ #
13385
+ # source://yard//lib/yard/server/commands/static_file_helpers.rb#8
12713
13386
  module YARD::Server::Commands::StaticFileHelpers
12714
- include ::WEBrick::HTTPUtils
13387
+ include ::YARD::Server::HTTPUtils
12715
13388
 
12716
13389
  # Serves an empty favicon.
12717
13390
  #
@@ -12720,7 +13393,7 @@ module YARD::Server::Commands::StaticFileHelpers
12720
13393
  # @return [Boolean]
12721
13394
  # @since 0.6.0
12722
13395
  #
12723
- # source://yard//lib/yard/server/commands/static_file_helpers.rb#15
13396
+ # source://yard//lib/yard/server/commands/static_file_helpers.rb#14
12724
13397
  def favicon?; end
12725
13398
 
12726
13399
  # Attempts to route a path to a static template file.
@@ -12729,20 +13402,20 @@ module YARD::Server::Commands::StaticFileHelpers
12729
13402
  # @return [void]
12730
13403
  # @since 0.6.0
12731
13404
  #
12732
- # source://yard//lib/yard/server/commands/static_file_helpers.rb#27
13405
+ # source://yard//lib/yard/server/commands/static_file_helpers.rb#26
12733
13406
  def static_template_file?; end
12734
13407
 
12735
13408
  private
12736
13409
 
12737
13410
  # @since 0.6.0
12738
13411
  #
12739
- # source://yard//lib/yard/server/commands/static_file_helpers.rb#43
13412
+ # source://yard//lib/yard/server/commands/static_file_helpers.rb#42
12740
13413
  def find_file(adapter, url); end
12741
13414
 
12742
13415
  class << self
12743
13416
  # @since 0.6.0
12744
13417
  #
12745
- # source://yard//lib/yard/server/commands/static_file_helpers.rb#43
13418
+ # source://yard//lib/yard/server/commands/static_file_helpers.rb#42
12746
13419
  def find_file(adapter, url); end
12747
13420
  end
12748
13421
  end
@@ -12751,6 +13424,8 @@ end
12751
13424
  # certain template methods.
12752
13425
  #
12753
13426
  # @since 0.6.0
13427
+ #
13428
+ # source://yard//lib/yard/server/doc_server_helper.rb#6
12754
13429
  module YARD::Server::DocServerHelper
12755
13430
  # @param path_components [Array<String>] components of a URL
12756
13431
  # @return [String] the absolute path from any mounted base URI.
@@ -12850,6 +13525,8 @@ end
12850
13525
  # static relative paths to files on disk.
12851
13526
  #
12852
13527
  # @since 0.6.0
13528
+ #
13529
+ # source://yard//lib/yard/server/doc_server_serializer.rb#6
12853
13530
  class YARD::Server::DocServerSerializer < ::YARD::Serializers::FileSystemSerializer
12854
13531
  # @return [DocServerSerializer] a new instance of DocServerSerializer
12855
13532
  # @since 0.6.0
@@ -12874,12 +13551,480 @@ end
12874
13551
  # by {Commands::Base#call} to immediately end a request and return a response.
12875
13552
  #
12876
13553
  # @since 0.6.0
13554
+ #
13555
+ # source://yard//lib/yard/server/adapter.rb#6
12877
13556
  class YARD::Server::FinishRequest < ::RuntimeError; end
12878
13557
 
13558
+ # HTTPUtils provides utility methods for working with the HTTP protocol.
13559
+ #
13560
+ # This module is generally used internally by WEBrick
13561
+ #
13562
+ # @since 0.6.0
13563
+ #
13564
+ # source://yard//lib/yard/server/http_utils.rb#25
13565
+ module YARD::Server::HTTPUtils
13566
+ private
13567
+
13568
+ # @since 0.6.0
13569
+ #
13570
+ # source://yard//lib/yard/server/http_utils.rb#443
13571
+ def _escape(str, regex); end
13572
+
13573
+ # :stopdoc:
13574
+ #
13575
+ # @since 0.6.0
13576
+ #
13577
+ # source://yard//lib/yard/server/http_utils.rb#441
13578
+ def _make_regex(str); end
13579
+
13580
+ # @since 0.6.0
13581
+ #
13582
+ # source://yard//lib/yard/server/http_utils.rb#442
13583
+ def _make_regex!(str); end
13584
+
13585
+ # @since 0.6.0
13586
+ #
13587
+ # source://yard//lib/yard/server/http_utils.rb#449
13588
+ def _unescape(str, regex); end
13589
+
13590
+ # Removes quotes and escapes from +str+
13591
+ #
13592
+ # @since 0.6.0
13593
+ #
13594
+ # source://yard//lib/yard/server/http_utils.rb#223
13595
+ def dequote(str); end
13596
+
13597
+ # Escapes HTTP reserved and unwise characters in +str+
13598
+ #
13599
+ # @since 0.6.0
13600
+ #
13601
+ # source://yard//lib/yard/server/http_utils.rb#467
13602
+ def escape(str); end
13603
+
13604
+ # Escapes 8 bit characters in +str+
13605
+ #
13606
+ # @since 0.6.0
13607
+ #
13608
+ # source://yard//lib/yard/server/http_utils.rb#508
13609
+ def escape8bit(str); end
13610
+
13611
+ # Escapes form reserved characters in +str+
13612
+ #
13613
+ # @since 0.6.0
13614
+ #
13615
+ # source://yard//lib/yard/server/http_utils.rb#481
13616
+ def escape_form(str); end
13617
+
13618
+ # Escapes path +str+
13619
+ #
13620
+ # @since 0.6.0
13621
+ #
13622
+ # source://yard//lib/yard/server/http_utils.rb#497
13623
+ def escape_path(str); end
13624
+
13625
+ # Loads Apache-compatible mime.types in +file+.
13626
+ #
13627
+ # @since 0.6.0
13628
+ #
13629
+ # source://yard//lib/yard/server/http_utils.rb#112
13630
+ def load_mime_types(file); end
13631
+
13632
+ # Returns the mime type of +filename+ from the list in +mime_tab+. If no
13633
+ # mime type was found application/octet-stream is returned.
13634
+ #
13635
+ # @since 0.6.0
13636
+ #
13637
+ # source://yard//lib/yard/server/http_utils.rb#134
13638
+ def mime_type(filename, mime_tab); end
13639
+
13640
+ # Normalizes a request path. Raises an exception if the path cannot be
13641
+ # normalized.
13642
+ #
13643
+ # @since 0.6.0
13644
+ #
13645
+ # source://yard//lib/yard/server/http_utils.rb#31
13646
+ def normalize_path(path); end
13647
+
13648
+ # Parses form data in +io+ with the given +boundary+
13649
+ #
13650
+ # @since 0.6.0
13651
+ #
13652
+ # source://yard//lib/yard/server/http_utils.rb#395
13653
+ def parse_form_data(io, boundary); end
13654
+
13655
+ # Parses an HTTP header +raw+ into a hash of header fields with an Array
13656
+ # of values.
13657
+ #
13658
+ # @since 0.6.0
13659
+ #
13660
+ # source://yard//lib/yard/server/http_utils.rb#145
13661
+ def parse_header(raw); end
13662
+
13663
+ # Parses the query component of a URI in +str+
13664
+ #
13665
+ # @since 0.6.0
13666
+ #
13667
+ # source://yard//lib/yard/server/http_utils.rb#371
13668
+ def parse_query(str); end
13669
+
13670
+ # Parses q values in +value+ as used in Accept headers.
13671
+ #
13672
+ # @since 0.6.0
13673
+ #
13674
+ # source://yard//lib/yard/server/http_utils.rb#202
13675
+ def parse_qvalues(value); end
13676
+
13677
+ # Parses a Range header value +ranges_specifier+
13678
+ #
13679
+ # @since 0.6.0
13680
+ #
13681
+ # source://yard//lib/yard/server/http_utils.rb#184
13682
+ def parse_range_header(ranges_specifier); end
13683
+
13684
+ # Quotes and escapes quotes in +str+
13685
+ #
13686
+ # @since 0.6.0
13687
+ #
13688
+ # source://yard//lib/yard/server/http_utils.rb#233
13689
+ def quote(str); end
13690
+
13691
+ # Splits a header value +str+ according to HTTP specification.
13692
+ #
13693
+ # @since 0.6.0
13694
+ #
13695
+ # source://yard//lib/yard/server/http_utils.rb#175
13696
+ def split_header_value(str); end
13697
+
13698
+ # Unescapes HTTP reserved and unwise characters in +str+
13699
+ #
13700
+ # @since 0.6.0
13701
+ #
13702
+ # source://yard//lib/yard/server/http_utils.rb#474
13703
+ def unescape(str); end
13704
+
13705
+ # Unescapes form reserved characters in +str+
13706
+ #
13707
+ # @since 0.6.0
13708
+ #
13709
+ # source://yard//lib/yard/server/http_utils.rb#490
13710
+ def unescape_form(str); end
13711
+
13712
+ class << self
13713
+ # @since 0.6.0
13714
+ #
13715
+ # source://yard//lib/yard/server/http_utils.rb#443
13716
+ def _escape(str, regex); end
13717
+
13718
+ # :stopdoc:
13719
+ #
13720
+ # @since 0.6.0
13721
+ #
13722
+ # source://yard//lib/yard/server/http_utils.rb#441
13723
+ def _make_regex(str); end
13724
+
13725
+ # @since 0.6.0
13726
+ #
13727
+ # source://yard//lib/yard/server/http_utils.rb#442
13728
+ def _make_regex!(str); end
13729
+
13730
+ # @since 0.6.0
13731
+ #
13732
+ # source://yard//lib/yard/server/http_utils.rb#449
13733
+ def _unescape(str, regex); end
13734
+
13735
+ # Removes quotes and escapes from +str+
13736
+ #
13737
+ # @since 0.6.0
13738
+ #
13739
+ # source://yard//lib/yard/server/http_utils.rb#223
13740
+ def dequote(str); end
13741
+
13742
+ # Escapes HTTP reserved and unwise characters in +str+
13743
+ #
13744
+ # @since 0.6.0
13745
+ #
13746
+ # source://yard//lib/yard/server/http_utils.rb#467
13747
+ def escape(str); end
13748
+
13749
+ # Escapes 8 bit characters in +str+
13750
+ #
13751
+ # @since 0.6.0
13752
+ #
13753
+ # source://yard//lib/yard/server/http_utils.rb#508
13754
+ def escape8bit(str); end
13755
+
13756
+ # Escapes form reserved characters in +str+
13757
+ #
13758
+ # @since 0.6.0
13759
+ #
13760
+ # source://yard//lib/yard/server/http_utils.rb#481
13761
+ def escape_form(str); end
13762
+
13763
+ # Escapes path +str+
13764
+ #
13765
+ # @since 0.6.0
13766
+ #
13767
+ # source://yard//lib/yard/server/http_utils.rb#497
13768
+ def escape_path(str); end
13769
+
13770
+ # Loads Apache-compatible mime.types in +file+.
13771
+ #
13772
+ # @since 0.6.0
13773
+ #
13774
+ # source://yard//lib/yard/server/http_utils.rb#112
13775
+ def load_mime_types(file); end
13776
+
13777
+ # Returns the mime type of +filename+ from the list in +mime_tab+. If no
13778
+ # mime type was found application/octet-stream is returned.
13779
+ #
13780
+ # @since 0.6.0
13781
+ #
13782
+ # source://yard//lib/yard/server/http_utils.rb#134
13783
+ def mime_type(filename, mime_tab); end
13784
+
13785
+ # Normalizes a request path. Raises an exception if the path cannot be
13786
+ # normalized.
13787
+ #
13788
+ # @since 0.6.0
13789
+ #
13790
+ # source://yard//lib/yard/server/http_utils.rb#31
13791
+ def normalize_path(path); end
13792
+
13793
+ # Parses form data in +io+ with the given +boundary+
13794
+ #
13795
+ # @since 0.6.0
13796
+ #
13797
+ # source://yard//lib/yard/server/http_utils.rb#395
13798
+ def parse_form_data(io, boundary); end
13799
+
13800
+ # Parses an HTTP header +raw+ into a hash of header fields with an Array
13801
+ # of values.
13802
+ #
13803
+ # @since 0.6.0
13804
+ #
13805
+ # source://yard//lib/yard/server/http_utils.rb#145
13806
+ def parse_header(raw); end
13807
+
13808
+ # Parses the query component of a URI in +str+
13809
+ #
13810
+ # @since 0.6.0
13811
+ #
13812
+ # source://yard//lib/yard/server/http_utils.rb#371
13813
+ def parse_query(str); end
13814
+
13815
+ # Parses q values in +value+ as used in Accept headers.
13816
+ #
13817
+ # @since 0.6.0
13818
+ #
13819
+ # source://yard//lib/yard/server/http_utils.rb#202
13820
+ def parse_qvalues(value); end
13821
+
13822
+ # Parses a Range header value +ranges_specifier+
13823
+ #
13824
+ # @since 0.6.0
13825
+ #
13826
+ # source://yard//lib/yard/server/http_utils.rb#184
13827
+ def parse_range_header(ranges_specifier); end
13828
+
13829
+ # Quotes and escapes quotes in +str+
13830
+ #
13831
+ # @since 0.6.0
13832
+ #
13833
+ # source://yard//lib/yard/server/http_utils.rb#233
13834
+ def quote(str); end
13835
+
13836
+ # Splits a header value +str+ according to HTTP specification.
13837
+ #
13838
+ # @since 0.6.0
13839
+ #
13840
+ # source://yard//lib/yard/server/http_utils.rb#175
13841
+ def split_header_value(str); end
13842
+
13843
+ # Unescapes HTTP reserved and unwise characters in +str+
13844
+ #
13845
+ # @since 0.6.0
13846
+ #
13847
+ # source://yard//lib/yard/server/http_utils.rb#474
13848
+ def unescape(str); end
13849
+
13850
+ # Unescapes form reserved characters in +str+
13851
+ #
13852
+ # @since 0.6.0
13853
+ #
13854
+ # source://yard//lib/yard/server/http_utils.rb#490
13855
+ def unescape_form(str); end
13856
+ end
13857
+ end
13858
+
13859
+ # Default mime types
13860
+ #
13861
+ # @since 0.6.0
13862
+ #
13863
+ # source://yard//lib/yard/server/http_utils.rb#47
13864
+ YARD::Server::HTTPUtils::DefaultMimeTypes = T.let(T.unsafe(nil), Hash)
13865
+
13866
+ # @since 0.6.0
13867
+ #
13868
+ # source://yard//lib/yard/server/http_utils.rb#459
13869
+ YARD::Server::HTTPUtils::ESCAPED = T.let(T.unsafe(nil), Regexp)
13870
+
13871
+ # Stores multipart form data. FormData objects are created when
13872
+ # WEBrick::HTTPUtils.parse_form_data is called.
13873
+ #
13874
+ # @since 0.6.0
13875
+ #
13876
+ # source://yard//lib/yard/server/http_utils.rb#242
13877
+ class YARD::Server::HTTPUtils::FormData < ::String
13878
+ # Creates a new FormData object.
13879
+ #
13880
+ # +args+ is an Array of form data entries. One FormData will be created
13881
+ # for each entry.
13882
+ #
13883
+ # This is called by WEBrick::HTTPUtils.parse_form_data for you
13884
+ #
13885
+ # @return [FormData] a new instance of FormData
13886
+ # @since 0.6.0
13887
+ #
13888
+ # source://yard//lib/yard/server/http_utils.rb#267
13889
+ def initialize(*args); end
13890
+
13891
+ # Adds +str+ to this FormData which may be the body, a header or a
13892
+ # header entry.
13893
+ #
13894
+ # This is called by WEBrick::HTTPUtils.parse_form_data for you
13895
+ #
13896
+ # @since 0.6.0
13897
+ #
13898
+ # source://yard//lib/yard/server/http_utils.rb#300
13899
+ def <<(str); end
13900
+
13901
+ # Retrieves the header at the first entry in +key+
13902
+ #
13903
+ # @since 0.6.0
13904
+ #
13905
+ # source://yard//lib/yard/server/http_utils.rb#286
13906
+ def [](*key); end
13907
+
13908
+ # Adds +data+ at the end of the chain of entries
13909
+ #
13910
+ # This is called by WEBrick::HTTPUtils.parse_form_data for you.
13911
+ #
13912
+ # @since 0.6.0
13913
+ #
13914
+ # source://yard//lib/yard/server/http_utils.rb#320
13915
+ def append_data(data); end
13916
+
13917
+ # Yields each entry in this FormData
13918
+ #
13919
+ # @since 0.6.0
13920
+ #
13921
+ # source://yard//lib/yard/server/http_utils.rb#335
13922
+ def each_data; end
13923
+
13924
+ # The filename of the form data part
13925
+ #
13926
+ # @since 0.6.0
13927
+ #
13928
+ # source://yard//lib/yard/server/http_utils.rb#254
13929
+ def filename; end
13930
+
13931
+ # The filename of the form data part
13932
+ #
13933
+ # @since 0.6.0
13934
+ #
13935
+ # source://yard//lib/yard/server/http_utils.rb#254
13936
+ def filename=(_arg0); end
13937
+
13938
+ # Returns all the FormData as an Array
13939
+ #
13940
+ # @since 0.6.0
13941
+ #
13942
+ # source://yard//lib/yard/server/http_utils.rb#347
13943
+ def list; end
13944
+
13945
+ # The name of the form data part
13946
+ #
13947
+ # @since 0.6.0
13948
+ #
13949
+ # source://yard//lib/yard/server/http_utils.rb#249
13950
+ def name; end
13951
+
13952
+ # The name of the form data part
13953
+ #
13954
+ # @since 0.6.0
13955
+ #
13956
+ # source://yard//lib/yard/server/http_utils.rb#249
13957
+ def name=(_arg0); end
13958
+
13959
+ # @since 0.6.0
13960
+ #
13961
+ # source://yard//lib/yard/server/http_utils.rb#256
13962
+ def next_data=(_arg0); end
13963
+
13964
+ # Returns all the FormData as an Array
13965
+ # A FormData will behave like an Array
13966
+ #
13967
+ # @since 0.6.0
13968
+ #
13969
+ # source://yard//lib/yard/server/http_utils.rb#347
13970
+ def to_ary; end
13971
+
13972
+ # This FormData's body
13973
+ #
13974
+ # @since 0.6.0
13975
+ #
13976
+ # source://yard//lib/yard/server/http_utils.rb#363
13977
+ def to_s; end
13978
+
13979
+ protected
13980
+
13981
+ # @since 0.6.0
13982
+ #
13983
+ # source://yard//lib/yard/server/http_utils.rb#256
13984
+ def next_data; end
13985
+ end
13986
+
13987
+ # @since 0.6.0
13988
+ #
13989
+ # source://yard//lib/yard/server/http_utils.rb#244
13990
+ YARD::Server::HTTPUtils::FormData::EmptyHeader = T.let(T.unsafe(nil), Hash)
13991
+
13992
+ # @since 0.6.0
13993
+ #
13994
+ # source://yard//lib/yard/server/http_utils.rb#243
13995
+ YARD::Server::HTTPUtils::FormData::EmptyRawHeader = T.let(T.unsafe(nil), Array)
13996
+
13997
+ # @since 0.6.0
13998
+ #
13999
+ # source://yard//lib/yard/server/http_utils.rb#458
14000
+ YARD::Server::HTTPUtils::NONASCII = T.let(T.unsafe(nil), Regexp)
14001
+
14002
+ # @since 0.6.0
14003
+ #
14004
+ # source://yard//lib/yard/server/http_utils.rb#456
14005
+ YARD::Server::HTTPUtils::UNESCAPED = T.let(T.unsafe(nil), Regexp)
14006
+
14007
+ # @since 0.6.0
14008
+ #
14009
+ # source://yard//lib/yard/server/http_utils.rb#457
14010
+ YARD::Server::HTTPUtils::UNESCAPED_FORM = T.let(T.unsafe(nil), Regexp)
14011
+
14012
+ # @since 0.6.0
14013
+ #
14014
+ # source://yard//lib/yard/server/http_utils.rb#460
14015
+ YARD::Server::HTTPUtils::UNESCAPED_PCHAR = T.let(T.unsafe(nil), Regexp)
14016
+
14017
+ # @since 0.6.0
14018
+ #
14019
+ # source://yard//lib/yard/server/http_utils.rb#17
14020
+ YARD::Server::LF = T.let(T.unsafe(nil), String)
14021
+
12879
14022
  # This exception is raised when {LibraryVersion#prepare!} fails, or discovers
12880
14023
  # that the library is not "prepared" to be served by
12881
14024
  #
12882
14025
  # @since 0.6.0
14026
+ #
14027
+ # source://yard//lib/yard/server/library_version.rb#9
12883
14028
  class YARD::Server::LibraryNotPreparedError < ::RuntimeError; end
12884
14029
 
12885
14030
  # A library version encapsulates a library's documentation at a specific version.
@@ -12965,6 +14110,8 @@ class YARD::Server::LibraryNotPreparedError < ::RuntimeError; end
12965
14110
  # # Creating a library of this source type:
12966
14111
  # LibraryVersion.new('name', '1.0', nil, :http)
12967
14112
  # @since 0.6.0
14113
+ #
14114
+ # source://yard//lib/yard/server/library_version.rb#94
12968
14115
  class YARD::Server::LibraryVersion
12969
14116
  # @param name [String] the name of the library
12970
14117
  # @param version [String] the specific (usually, but not always, numeric) library
@@ -13184,6 +14331,8 @@ end
13184
14331
  # code. If a message is provided, the body is set to the exception message.
13185
14332
  #
13186
14333
  # @since 0.6.0
14334
+ #
14335
+ # source://yard//lib/yard/server/adapter.rb#11
13187
14336
  class YARD::Server::NotFoundError < ::RuntimeError; end
13188
14337
 
13189
14338
  # A router class implements the logic used to recognize a request for a specific
@@ -13215,6 +14364,8 @@ class YARD::Server::NotFoundError < ::RuntimeError; end
13215
14364
  # # Using it:
13216
14365
  # WebrickAdapter.new(libraries, :router => MyRouter).start
13217
14366
  # @since 0.6.0
14367
+ #
14368
+ # source://yard//lib/yard/server/router.rb#32
13218
14369
  class YARD::Server::Router
13219
14370
  include ::YARD::Server::StaticCaching
13220
14371
  include ::YARD::Server::Commands
@@ -13369,6 +14520,8 @@ end
13369
14520
  #
13370
14521
  # @see Router Router documentation for "Caching"
13371
14522
  # @since 0.6.0
14523
+ #
14524
+ # source://yard//lib/yard/server/static_caching.rb#7
13372
14525
  module YARD::Server::StaticCaching
13373
14526
  # Called by a router to return the cached object. By default, this
13374
14527
  # method performs disk-based caching. To perform other forms of caching,
@@ -13402,49 +14555,11 @@ module YARD::Server::StaticCaching
13402
14555
  def check_static_cache; end
13403
14556
  end
13404
14557
 
13405
- # The main adapter to initialize a WEBrick server.
13406
- #
13407
- # @since 0.6.0
13408
- class YARD::Server::WebrickAdapter < ::YARD::Server::Adapter
13409
- # Initializes a WEBrick server. If {Adapter#server_options} contains a
13410
- # +:daemonize+ key set to true, the server will be daemonized.
13411
- #
13412
- # @since 0.6.0
13413
- #
13414
- # source://yard//lib/yard/server/webrick_adapter.rb#10
13415
- def start; end
13416
- end
13417
-
13418
- # The main WEBrick servlet implementation, accepting only GET requests.
13419
- #
13420
- # @since 0.6.0
13421
- class YARD::Server::WebrickServlet < ::WEBrick::HTTPServlet::AbstractServlet
13422
- # @return [WebrickServlet] a new instance of WebrickServlet
13423
- # @since 0.6.0
13424
- #
13425
- # source://yard//lib/yard/server/webrick_adapter.rb#23
13426
- def initialize(server, adapter); end
13427
-
13428
- # @since 0.6.0
13429
- #
13430
- # source://yard//lib/yard/server/webrick_adapter.rb#21
13431
- def adapter; end
13432
-
13433
- # @since 0.6.0
13434
- #
13435
- # source://yard//lib/yard/server/webrick_adapter.rb#21
13436
- def adapter=(_arg0); end
13437
-
13438
- # @private
13439
- # @since 0.6.0
13440
- #
13441
- # source://yard//lib/yard/server/webrick_adapter.rb#29
13442
- def do_GET(request, response); end
13443
- end
13444
-
13445
14558
  # Stubs marshal dumps and acts a delegate class for an object by path
13446
14559
  #
13447
14560
  # @private
14561
+ #
14562
+ # source://yard//lib/yard/serializers/yardoc_serializer.rb#6
13448
14563
  class YARD::StubProxy
13449
14564
  # @return [StubProxy] a new instance of StubProxy
13450
14565
  #
@@ -13476,7 +14591,7 @@ YARD::TEMPLATE_ROOT = T.let(T.unsafe(nil), String)
13476
14591
 
13477
14592
  # Namespace for Tag components
13478
14593
  #
13479
- # source://yard//lib/yard/autoload.rb#247
14594
+ # source://yard//lib/yard/autoload.rb#248
13480
14595
  module YARD::Tags; end
13481
14596
 
13482
14597
  # Defines an attribute with a given name, using indented block data as the
@@ -13504,6 +14619,8 @@ module YARD::Tags; end
13504
14619
  # docstring text.
13505
14620
  # @see tag:!method
13506
14621
  # @since 0.7.0
14622
+ #
14623
+ # source://yard//lib/yard/tags/directives.rb#461
13507
14624
  class YARD::Tags::AttributeDirective < ::YARD::Tags::MethodDirective
13508
14625
  # @since 0.7.0
13509
14626
  #
@@ -13542,6 +14659,7 @@ class YARD::Tags::AttributeDirective < ::YARD::Tags::MethodDirective
13542
14659
  def writable?; end
13543
14660
  end
13544
14661
 
14662
+ # source://yard//lib/yard/tags/default_factory.rb#4
13545
14663
  class YARD::Tags::DefaultFactory
13546
14664
  # Parses tag text and creates a new tag with descriptive text
13547
14665
  #
@@ -13640,6 +14758,7 @@ YARD::Tags::DefaultFactory::TYPELIST_CLOSING_CHARS = T.let(T.unsafe(nil), String
13640
14758
  # source://yard//lib/yard/tags/default_factory.rb#5
13641
14759
  YARD::Tags::DefaultFactory::TYPELIST_OPENING_CHARS = T.let(T.unsafe(nil), String)
13642
14760
 
14761
+ # source://yard//lib/yard/tags/default_tag.rb#4
13643
14762
  class YARD::Tags::DefaultTag < ::YARD::Tags::Tag
13644
14763
  # @return [DefaultTag] a new instance of DefaultTag
13645
14764
  #
@@ -13669,6 +14788,8 @@ end
13669
14788
  # @abstract Subclasses should implement {#call}.
13670
14789
  # @see Library.define_directive
13671
14790
  # @since 0.8.0
14791
+ #
14792
+ # source://yard//lib/yard/tags/directives.rb#23
13672
14793
  class YARD::Tags::Directive
13673
14794
  # @param tag [Tag] the meta-data tag containing all input to the docstring
13674
14795
  # @param parser [DocstringParser] the docstring parser object
@@ -13792,6 +14913,8 @@ end
13792
14913
  # end
13793
14914
  # @see tag:!group
13794
14915
  # @since 0.6.0
14916
+ #
14917
+ # source://yard//lib/yard/tags/directives.rb#105
13795
14918
  class YARD::Tags::EndGroupDirective < ::YARD::Tags::Directive
13796
14919
  # @since 0.6.0
13797
14920
  #
@@ -13815,6 +14938,8 @@ end
13815
14938
  # will not apply to methods in that class or module.
13816
14939
  # @see tag:!endgroup
13817
14940
  # @since 0.6.0
14941
+ #
14942
+ # source://yard//lib/yard/tags/directives.rb#128
13818
14943
  class YARD::Tags::GroupDirective < ::YARD::Tags::Directive
13819
14944
  # @since 0.6.0
13820
14945
  #
@@ -13877,6 +15002,8 @@ end
13877
15002
  # @see define_tag
13878
15003
  # @see define_directive
13879
15004
  # @see Directive
15005
+ #
15006
+ # source://yard//lib/yard/tags/library.rb#59
13880
15007
  class YARD::Tags::Library
13881
15008
  # @return [Library] a new instance of Library
13882
15009
  #
@@ -14580,6 +15707,8 @@ end
14580
15707
  # property :view_count, Integer
14581
15708
  # end
14582
15709
  # @since 0.7.0
15710
+ #
15711
+ # source://yard//lib/yard/tags/directives.rb#258
14583
15712
  class YARD::Tags::MacroDirective < ::YARD::Tags::Directive
14584
15713
  # @raise [TagFormatError]
14585
15714
  # @since 0.7.0
@@ -14657,6 +15786,8 @@ end
14657
15786
  # docstring text.
14658
15787
  # @see tag:!attribute
14659
15788
  # @since 0.7.0
15789
+ #
15790
+ # source://yard//lib/yard/tags/directives.rb#368
14660
15791
  class YARD::Tags::MethodDirective < ::YARD::Tags::Directive
14661
15792
  # @since 0.7.0
14662
15793
  #
@@ -14701,6 +15832,7 @@ end
14701
15832
  # source://yard//lib/yard/tags/directives.rb#369
14702
15833
  YARD::Tags::MethodDirective::SCOPE_MATCH = T.let(T.unsafe(nil), Regexp)
14703
15834
 
15835
+ # source://yard//lib/yard/tags/option_tag.rb#4
14704
15836
  class YARD::Tags::OptionTag < ::YARD::Tags::Tag
14705
15837
  # @return [OptionTag] a new instance of OptionTag
14706
15838
  #
@@ -14720,6 +15852,7 @@ class YARD::Tags::OptionTag < ::YARD::Tags::Tag
14720
15852
  def pair=(_arg0); end
14721
15853
  end
14722
15854
 
15855
+ # source://yard//lib/yard/tags/overload_tag.rb#4
14723
15856
  class YARD::Tags::OverloadTag < ::YARD::Tags::Tag
14724
15857
  # @return [OverloadTag] a new instance of OverloadTag
14725
15858
  #
@@ -14807,6 +15940,8 @@ end
14807
15940
  # # rb_define_method(rb_cFoo, "method", method, 0);
14808
15941
  # # }
14809
15942
  # @since 0.8.0
15943
+ #
15944
+ # source://yard//lib/yard/tags/directives.rb#545
14810
15945
  class YARD::Tags::ParseDirective < ::YARD::Tags::Directive
14811
15946
  # @since 0.8.0
14812
15947
  #
@@ -14814,6 +15949,7 @@ class YARD::Tags::ParseDirective < ::YARD::Tags::Directive
14814
15949
  def call; end
14815
15950
  end
14816
15951
 
15952
+ # source://yard//lib/yard/tags/ref_tag.rb#4
14817
15953
  module YARD::Tags::RefTag
14818
15954
  # Returns the value of attribute owner.
14819
15955
  #
@@ -14828,6 +15964,7 @@ module YARD::Tags::RefTag
14828
15964
  def owner=(_arg0); end
14829
15965
  end
14830
15966
 
15967
+ # source://yard//lib/yard/tags/ref_tag_list.rb#4
14831
15968
  class YARD::Tags::RefTagList
14832
15969
  # @return [RefTagList] a new instance of RefTagList
14833
15970
  #
@@ -14891,6 +16028,8 @@ end
14891
16028
  # # Documentation for method2
14892
16029
  # def method2; end
14893
16030
  # @since 0.7.0
16031
+ #
16032
+ # source://yard//lib/yard/tags/directives.rb#579
14894
16033
  class YARD::Tags::ScopeDirective < ::YARD::Tags::Directive
14895
16034
  # @since 0.7.0
14896
16035
  #
@@ -14907,6 +16046,8 @@ end
14907
16046
  # #
14908
16047
  # # is equivalent to:
14909
16048
  # Tag.new(:param, 'an argument', ['String', 'nil'], 'arg')
16049
+ #
16050
+ # source://yard//lib/yard/tags/tag.rb#13
14910
16051
  class YARD::Tags::Tag
14911
16052
  # Creates a new tag object with a tag name and text. Optionally, formally declared types
14912
16053
  # and a key name can be specified.
@@ -14927,10 +16068,10 @@ class YARD::Tags::Tag
14927
16068
  def initialize(tag_name, text, types = T.unsafe(nil), name = T.unsafe(nil)); end
14928
16069
 
14929
16070
  # Provides a plain English summary of the type specification, or nil
14930
- # if no types are provided or parseable.
16071
+ # if no types are provided or parsable.
14931
16072
  #
14932
16073
  # @return [String] a plain English description of the associated types
14933
- # @return [nil] if no types are provided or not parseable
16074
+ # @return [nil] if no types are provided or not parsable
14934
16075
  #
14935
16076
  # source://yard//lib/yard/tags/tag.rb#65
14936
16077
  def explain_types; end
@@ -14999,27 +16140,29 @@ class YARD::Tags::Tag
14999
16140
  def types=(_arg0); end
15000
16141
  end
15001
16142
 
16143
+ # source://yard//lib/yard/tags/tag_format_error.rb#4
15002
16144
  class YARD::Tags::TagFormatError < ::RuntimeError; end
15003
16145
 
16146
+ # source://yard//lib/yard/tags/types_explainer.rb#6
15004
16147
  class YARD::Tags::TypesExplainer
15005
16148
  class << self
15006
16149
  # Provides a plain English summary of the type specification, or nil
15007
- # if no types are provided or parseable.
16150
+ # if no types are provided or parsable.
15008
16151
  #
15009
16152
  # @param types [Array<String>] a list of types to parse and summarize
15010
16153
  # @return [String] a plain English description of the associated types
15011
- # @return [nil] if no types are provided or not parseable
16154
+ # @return [nil] if no types are provided or not parsable
15012
16155
  #
15013
16156
  # source://yard//lib/yard/tags/types_explainer.rb#9
15014
16157
  def explain(*types); end
15015
16158
 
15016
16159
  # Provides a plain English summary of the type specification, or nil
15017
- # if no types are provided or parseable.
16160
+ # if no types are provided or parsable.
15018
16161
  #
15019
16162
  # @param types [Array<String>] a list of types to parse and summarize
15020
- # @raise [SyntaxError] if the types are not parseable
16163
+ # @raise [SyntaxError] if the types are not parsable
15021
16164
  # @return [String] a plain English description of the associated types
15022
- # @return [nil] if no types are provided or not parseable
16165
+ # @return [nil] if no types are provided or not parsable
15023
16166
  #
15024
16167
  # source://yard//lib/yard/tags/types_explainer.rb#17
15025
16168
  def explain!(*types); end
@@ -15031,6 +16174,8 @@ class YARD::Tags::TypesExplainer
15031
16174
  end
15032
16175
 
15033
16176
  # @private
16177
+ #
16178
+ # source://yard//lib/yard/tags/types_explainer.rb#58
15034
16179
  class YARD::Tags::TypesExplainer::CollectionType < ::YARD::Tags::TypesExplainer::Type
15035
16180
  # @return [CollectionType] a new instance of CollectionType
15036
16181
  #
@@ -15054,12 +16199,16 @@ class YARD::Tags::TypesExplainer::CollectionType < ::YARD::Tags::TypesExplainer:
15054
16199
  end
15055
16200
 
15056
16201
  # @private
16202
+ #
16203
+ # source://yard//lib/yard/tags/types_explainer.rb#72
15057
16204
  class YARD::Tags::TypesExplainer::FixedCollectionType < ::YARD::Tags::TypesExplainer::CollectionType
15058
16205
  # source://yard//lib/yard/tags/types_explainer.rb#73
15059
16206
  def to_s(_singular = T.unsafe(nil)); end
15060
16207
  end
15061
16208
 
15062
16209
  # @private
16210
+ #
16211
+ # source://yard//lib/yard/tags/types_explainer.rb#79
15063
16212
  class YARD::Tags::TypesExplainer::HashCollectionType < ::YARD::Tags::TypesExplainer::Type
15064
16213
  # @return [HashCollectionType] a new instance of HashCollectionType
15065
16214
  #
@@ -15095,6 +16244,8 @@ class YARD::Tags::TypesExplainer::HashCollectionType < ::YARD::Tags::TypesExplai
15095
16244
  end
15096
16245
 
15097
16246
  # @private
16247
+ #
16248
+ # source://yard//lib/yard/tags/types_explainer.rb#96
15098
16249
  class YARD::Tags::TypesExplainer::Parser
15099
16250
  include ::YARD::CodeObjects
15100
16251
 
@@ -15116,6 +16267,8 @@ end
15116
16267
  YARD::Tags::TypesExplainer::Parser::TOKENS = T.let(T.unsafe(nil), Hash)
15117
16268
 
15118
16269
  # @private
16270
+ #
16271
+ # source://yard//lib/yard/tags/types_explainer.rb#26
15119
16272
  class YARD::Tags::TypesExplainer::Type
15120
16273
  # @return [Type] a new instance of Type
15121
16274
  #
@@ -15161,6 +16314,8 @@ end
15161
16314
  # # Documentation for method2
15162
16315
  # def method2; end
15163
16316
  # @since 0.7.0
16317
+ #
16318
+ # source://yard//lib/yard/tags/directives.rb#611
15164
16319
  class YARD::Tags::VisibilityDirective < ::YARD::Tags::Directive
15165
16320
  # @since 0.7.0
15166
16321
  #
@@ -15170,7 +16325,7 @@ end
15170
16325
 
15171
16326
  # Namespace for templating system
15172
16327
  #
15173
- # source://yard//lib/yard/autoload.rb#270
16328
+ # source://yard//lib/yard/autoload.rb#271
15174
16329
  module YARD::Templates; end
15175
16330
 
15176
16331
  # This module manages all creation, handling and rendering of {Template}
@@ -15179,6 +16334,8 @@ module YARD::Templates; end
15179
16334
  # * To create a template object at a path, use {template}.
15180
16335
  # * To render a template, call {render}.
15181
16336
  # * To register a template path in the lookup paths, call {register_template_path}.
16337
+ #
16338
+ # source://yard//lib/yard/templates/engine.rb#12
15182
16339
  module YARD::Templates::Engine
15183
16340
  class << self
15184
16341
  # Passes a set of objects to the +:fulldoc+ template for full documentation generation.
@@ -15303,6 +16460,8 @@ module YARD::Templates::Engine
15303
16460
  end
15304
16461
 
15305
16462
  # @since 0.5.4
16463
+ #
16464
+ # source://yard//lib/yard/templates/erb_cache.rb#5
15306
16465
  module YARD::Templates::ErbCache
15307
16466
  class << self
15308
16467
  # @since 0.5.4
@@ -15319,10 +16478,12 @@ end
15319
16478
 
15320
16479
  # Namespace for template helpers
15321
16480
  #
15322
- # source://yard//lib/yard/autoload.rb#271
16481
+ # source://yard//lib/yard/autoload.rb#272
15323
16482
  module YARD::Templates::Helpers; end
15324
16483
 
15325
16484
  # The base helper module included in all templates.
16485
+ #
16486
+ # source://yard//lib/yard/templates/helpers/base_helper.rb#4
15326
16487
  module YARD::Templates::Helpers::BaseHelper
15327
16488
  # @example
15328
16489
  # s = format_object_title ModuleObject.new(:root, :MyModuleName)
@@ -15488,6 +16649,8 @@ module YARD::Templates::Helpers::BaseHelper
15488
16649
  end
15489
16650
 
15490
16651
  # Helpers for various object types
16652
+ #
16653
+ # source://yard//lib/yard/templates/helpers/filter_helper.rb#5
15491
16654
  module YARD::Templates::Helpers::FilterHelper
15492
16655
  # @return [Boolean] whether an object is a class
15493
16656
  #
@@ -15511,6 +16674,8 @@ module YARD::Templates::Helpers::FilterHelper
15511
16674
  end
15512
16675
 
15513
16676
  # The helper module for HTML templates.
16677
+ #
16678
+ # source://yard//lib/yard/templates/helpers/html_helper.rb#7
15514
16679
  module YARD::Templates::Helpers::HtmlHelper
15515
16680
  include ::YARD::Templates::Helpers::MarkupHelper
15516
16681
  include ::YARD::Templates::Helpers::ModuleHelper
@@ -15921,6 +17086,8 @@ YARD::Templates::Helpers::HtmlHelper::ASCIIDOC_ATTRIBUTES = T.let(T.unsafe(nil),
15921
17086
  YARD::Templates::Helpers::HtmlHelper::URLMATCH = T.let(T.unsafe(nil), Regexp)
15922
17087
 
15923
17088
  # Helper methods for syntax highlighting.
17089
+ #
17090
+ # source://yard//lib/yard/templates/helpers/html_syntax_highlight_helper.rb#6
15924
17091
  module YARD::Templates::Helpers::HtmlSyntaxHighlightHelper
15925
17092
  include ::YARD::Templates::Helpers::ModuleHelper
15926
17093
 
@@ -15946,9 +17113,10 @@ end
15946
17113
 
15947
17114
  # Namespace for markup providers
15948
17115
  #
15949
- # source://yard//lib/yard/autoload.rb#272
17116
+ # source://yard//lib/yard/autoload.rb#273
15950
17117
  module YARD::Templates::Helpers::Markup; end
15951
17118
 
17119
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markdown.rb#13
15952
17120
  class YARD::Templates::Helpers::Markup::RDocMarkdown < ::YARD::Templates::Helpers::Markup::RDocMarkup
15953
17121
  # @return [RDocMarkdown] a new instance of RDocMarkdown
15954
17122
  #
@@ -15959,6 +17127,7 @@ class YARD::Templates::Helpers::Markup::RDocMarkdown < ::YARD::Templates::Helper
15959
17127
  def fix_typewriter(html); end
15960
17128
  end
15961
17129
 
17130
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#12
15962
17131
  class YARD::Templates::Helpers::Markup::RDocMarkup
15963
17132
  # @return [RDocMarkup] a new instance of RDocMarkup
15964
17133
  #
@@ -16001,6 +17170,7 @@ end
16001
17170
  # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#12
16002
17171
  YARD::Templates::Helpers::Markup::RDocMarkup::MARKUP = RDoc::Markup
16003
17172
 
17173
+ # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#13
16004
17174
  class YARD::Templates::Helpers::Markup::RDocMarkupToHtml < ::RDoc::Markup::ToHtml
16005
17175
  # source://yard//lib/yard/templates/helpers/markup/rdoc_markup.rb#16
16006
17176
  def initialize; end
@@ -16027,6 +17197,8 @@ class YARD::Templates::Helpers::Markup::RDocMarkupToHtml < ::RDoc::Markup::ToHtm
16027
17197
  end
16028
17198
 
16029
17199
  # Helper methods for loading and managing markup types.
17200
+ #
17201
+ # source://yard//lib/yard/templates/helpers/markup_helper.rb#7
16030
17202
  module YARD::Templates::Helpers::MarkupHelper
16031
17203
  # Attempts to load the first valid markup provider in {MARKUP_PROVIDERS}.
16032
17204
  # If a provider is specified, immediately try to load it.
@@ -16135,6 +17307,8 @@ YARD::Templates::Helpers::MarkupHelper::MARKUP_FILE_SHEBANG = T.let(T.unsafe(nil
16135
17307
  YARD::Templates::Helpers::MarkupHelper::MARKUP_PROVIDERS = T.let(T.unsafe(nil), Hash)
16136
17308
 
16137
17309
  # Helper methods for method objects.
17310
+ #
17311
+ # source://yard//lib/yard/templates/helpers/method_helper.rb#5
16138
17312
  module YARD::Templates::Helpers::MethodHelper
16139
17313
  # @return [String] formatted arguments for a method
16140
17314
  #
@@ -16168,6 +17342,8 @@ module YARD::Templates::Helpers::MethodHelper
16168
17342
  end
16169
17343
 
16170
17344
  # Helper methods for managing module objects.
17345
+ #
17346
+ # source://yard//lib/yard/templates/helpers/module_helper.rb#6
16171
17347
  module YARD::Templates::Helpers::ModuleHelper
16172
17348
  # Prunes the method listing by running the verifier and removing attributes/aliases
16173
17349
  #
@@ -16180,6 +17356,8 @@ module YARD::Templates::Helpers::ModuleHelper
16180
17356
  end
16181
17357
 
16182
17358
  # Helper methods for text template formats.
17359
+ #
17360
+ # source://yard//lib/yard/templates/helpers/text_helper.rb#6
16183
17361
  module YARD::Templates::Helpers::TextHelper
16184
17362
  # @return [String] aligns text to the right
16185
17363
  #
@@ -16223,6 +17401,8 @@ module YARD::Templates::Helpers::TextHelper
16223
17401
  end
16224
17402
 
16225
17403
  # Helpers for UML template format
17404
+ #
17405
+ # source://yard//lib/yard/templates/helpers/uml_helper.rb#5
16226
17406
  module YARD::Templates::Helpers::UMLHelper
16227
17407
  # Formats the path of an object for Graphviz syntax
16228
17408
  #
@@ -16261,6 +17441,8 @@ end
16261
17441
  # list of sections and subsections.
16262
17442
  #
16263
17443
  # @since 0.6.0
17444
+ #
17445
+ # source://yard//lib/yard/templates/section.rb#7
16264
17446
  class YARD::Templates::Section < ::Array
16265
17447
  # @return [Section] a new instance of Section
16266
17448
  # @since 0.6.0
@@ -16342,6 +17524,7 @@ class YARD::Templates::Section < ::Array
16342
17524
  def parse_sections(args); end
16343
17525
  end
16344
17526
 
17527
+ # source://yard//lib/yard/templates/template.rb#6
16345
17528
  module YARD::Templates::Template
16346
17529
  include ::YARD::Templates::ErbCache
16347
17530
  include ::YARD::Templates::Helpers::BaseHelper
@@ -16575,6 +17758,7 @@ module YARD::Templates::Template
16575
17758
  end
16576
17759
  end
16577
17760
 
17761
+ # source://yard//lib/yard/templates/template.rb#59
16578
17762
  module YARD::Templates::Template::ClassMethods
16579
17763
  # source://yard//lib/yard/templates/template.rb#81
16580
17764
  def initialize(path, full_paths); end
@@ -16681,7 +17865,7 @@ end
16681
17865
  #
16682
17866
  # @see CLI::YardocOptions
16683
17867
  #
16684
- # source://yard//lib/yard/templates/template_options.rb#11
17868
+ # source://yard//lib/yard/templates/template_options.rb#10
16685
17869
  class YARD::Templates::TemplateOptions < ::YARD::Options
16686
17870
  # @return [OpenStruct] an open struct containing any global state across all
16687
17871
  # generated objects in a template.
@@ -16925,6 +18109,8 @@ YARD::VERSION = T.let(T.unsafe(nil), String)
16925
18109
  # Verifier.new('@return', '@param', '@yield')
16926
18110
  # # Equivalent to:
16927
18111
  # Verifier.new('@return && @param && @yield')
18112
+ #
18113
+ # source://yard//lib/yard/verifier.rb#34
16928
18114
  class YARD::Verifier
16929
18115
  # Creates a verifier from a set of expressions
16930
18116
  #