vigiles 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -0
- data/lib/vigiles/archive/extras.rb +1 -1
- data/lib/vigiles/archive/metadata.rb +1 -1
- data/lib/vigiles/archive/response.rb +31 -5
- data/lib/vigiles/archive.rb +1 -1
- data/lib/vigiles/constants.rb +1 -1
- data/lib/vigiles/conversation_recorder.rb +3 -0
- data/lib/vigiles/conversation_recorders/application_json.rb +11 -6
- data/lib/vigiles/conversation_recorders/unknown.rb +3 -0
- data/lib/vigiles/middleware/record_conversation.rb +2 -2
- data/lib/vigiles/version.rb +1 -1
- data/sorbet/rbi/gems/concurrent-ruby@1.3.1.rbi +11627 -0
- data/sorbet/rbi/gems/{json@2.7.1.rbi → json@2.7.2.rbi} +73 -72
- data/sorbet/rbi/gems/{minitest@5.22.2.rbi → minitest@5.23.1.rbi} +841 -159
- data/sorbet/rbi/gems/{parser@3.3.0.5.rbi → parser@3.3.1.0.rbi} +233 -186
- data/sorbet/rbi/gems/{prism@0.24.0.rbi → prism@0.29.0.rbi} +19135 -12188
- data/sorbet/rbi/gems/{racc@1.7.3.rbi → racc@1.8.0.rbi} +34 -33
- data/sorbet/rbi/gems/{rake@13.1.0.rbi → rake@13.2.1.rbi} +77 -55
- data/sorbet/rbi/gems/{rbi@0.1.9.rbi → rbi@0.1.13.rbi} +226 -154
- data/sorbet/rbi/gems/{rdoc@6.6.3.1.rbi → rdoc@6.7.0.rbi} +333 -327
- data/sorbet/rbi/gems/{regexp_parser@2.9.0.rbi → regexp_parser@2.9.2.rbi} +3 -2
- data/sorbet/rbi/gems/{reline@0.5.7.rbi → reline@0.5.8.rbi} +1 -0
- data/sorbet/rbi/gems/{rexml@3.2.6.rbi → rexml@3.2.8.rbi} +121 -108
- data/sorbet/rbi/gems/{rubocop-ast@1.30.0.rbi → rubocop-ast@1.31.3.rbi} +92 -62
- data/sorbet/rbi/gems/{rubocop-minitest@0.34.5.rbi → rubocop-minitest@0.35.0.rbi} +35 -0
- data/sorbet/rbi/gems/{rubocop-sorbet@0.7.4.rbi → rubocop-sorbet@0.8.3.rbi} +327 -162
- data/sorbet/rbi/gems/{rubocop@1.60.2.rbi → rubocop@1.64.0.rbi} +1719 -1065
- data/sorbet/rbi/gems/{spoom@1.2.4.rbi → spoom@1.3.2.rbi} +1057 -413
- data/sorbet/rbi/gems/strscan@3.1.0.rbi +9 -0
- data/sorbet/rbi/gems/{tapioca@0.12.0.rbi → tapioca@0.14.2.rbi} +123 -448
- data/sorbet/rbi/gems/{thor@1.3.0.rbi → thor@1.3.1.rbi} +57 -50
- data/sorbet/rbi/gems/{yard@0.9.34.rbi → yard@0.9.36.rbi} +230 -37
- data/sorbet/rbi/gems/{zeitwerk@2.6.13.rbi → zeitwerk@2.6.15.rbi} +47 -36
- data/vigiles.gemspec +1 -1
- metadata +27 -27
- data/sorbet/rbi/gems/concurrent-ruby@1.2.3.rbi +0 -8
- data/sorbet/rbi/gems/prettier_print@1.2.1.rbi +0 -951
- data/sorbet/rbi/gems/syntax_tree@6.2.0.rbi +0 -23136
@@ -4,6 +4,7 @@
|
|
4
4
|
# This is an autogenerated file for types exported from the `rdoc` gem.
|
5
5
|
# Please instead update this file by running `bin/tapioca gem rdoc`.
|
6
6
|
|
7
|
+
|
7
8
|
module ERB::Escape
|
8
9
|
private
|
9
10
|
|
@@ -68,7 +69,7 @@ end
|
|
68
69
|
# source://rdoc//lib/rdoc.rb#58
|
69
70
|
module RDoc
|
70
71
|
class << self
|
71
|
-
#
|
72
|
+
# Searches and returns the directory for settings.
|
72
73
|
#
|
73
74
|
# 1. <tt>$HOME/.rdoc</tt> directory, if it exists.
|
74
75
|
# 2. The +rdoc+ directory under the path specified by the
|
@@ -1553,7 +1554,7 @@ class RDoc::Context < ::RDoc::CodeObject
|
|
1553
1554
|
# aren't part of RDoc.
|
1554
1555
|
#
|
1555
1556
|
# source://rdoc//lib/rdoc/context.rb#713
|
1556
|
-
def each_ancestor; end
|
1557
|
+
def each_ancestor(&_); end
|
1557
1558
|
|
1558
1559
|
# Iterator for attributes
|
1559
1560
|
#
|
@@ -2942,7 +2943,7 @@ class RDoc::Markdown
|
|
2942
2943
|
# source://rdoc//lib/rdoc/markdown.rb#16383
|
2943
2944
|
def _DefinitionListItem; end
|
2944
2945
|
|
2945
|
-
# DefinitionListLabel =
|
2946
|
+
# DefinitionListLabel = Inline:label @Sp @Newline { label }
|
2946
2947
|
#
|
2947
2948
|
# source://rdoc//lib/rdoc/markdown.rb#16449
|
2948
2949
|
def _DefinitionListLabel; end
|
@@ -6086,19 +6087,24 @@ class RDoc::Markup::ToBs < ::RDoc::Markup::ToRdoc
|
|
6086
6087
|
# source://rdoc//lib/rdoc/markup/to_bs.rb#33
|
6087
6088
|
def accept_heading(heading); end
|
6088
6089
|
|
6089
|
-
#
|
6090
|
+
# Prepares the visitor for consuming +list_item+
|
6090
6091
|
#
|
6091
6092
|
# source://rdoc//lib/rdoc/markup/to_bs.rb#46
|
6093
|
+
def accept_list_item_start(list_item); end
|
6094
|
+
|
6095
|
+
# Turns on or off regexp handling for +convert_string+
|
6096
|
+
#
|
6097
|
+
# source://rdoc//lib/rdoc/markup/to_bs.rb#71
|
6092
6098
|
def annotate(tag); end
|
6093
6099
|
|
6094
6100
|
# Calls convert_string on the result of convert_regexp_handling
|
6095
6101
|
#
|
6096
|
-
# source://rdoc//lib/rdoc/markup/to_bs.rb#
|
6102
|
+
# source://rdoc//lib/rdoc/markup/to_bs.rb#84
|
6097
6103
|
def convert_regexp_handling(target); end
|
6098
6104
|
|
6099
6105
|
# Adds bold or underline mixed with backspaces
|
6100
6106
|
#
|
6101
|
-
# source://rdoc//lib/rdoc/markup/to_bs.rb#
|
6107
|
+
# source://rdoc//lib/rdoc/markup/to_bs.rb#91
|
6102
6108
|
def convert_string(string); end
|
6103
6109
|
|
6104
6110
|
# Sets a flag that is picked up by #annotate to do the right thing in
|
@@ -6696,7 +6702,7 @@ class RDoc::Markup::ToMarkdown < ::RDoc::Markup::ToRdoc
|
|
6696
6702
|
|
6697
6703
|
# Finishes consumption of `list_item`
|
6698
6704
|
#
|
6699
|
-
# source://rdoc//lib/rdoc/markup/to_markdown.rb#
|
6705
|
+
# source://rdoc//lib/rdoc/markup/to_markdown.rb#54
|
6700
6706
|
def accept_list_item_end(list_item); end
|
6701
6707
|
|
6702
6708
|
# Prepares the visitor for consuming `list_item`
|
@@ -6778,7 +6784,7 @@ class RDoc::Markup::ToRdoc < ::RDoc::Markup::Formatter
|
|
6778
6784
|
|
6779
6785
|
# Adds +paragraph+ to the output
|
6780
6786
|
#
|
6781
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6787
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#211
|
6782
6788
|
def accept_indented_paragraph(paragraph); end
|
6783
6789
|
|
6784
6790
|
# Finishes consumption of +list+
|
@@ -6798,52 +6804,52 @@ class RDoc::Markup::ToRdoc < ::RDoc::Markup::Formatter
|
|
6798
6804
|
|
6799
6805
|
# Prepares the visitor for consuming +list+
|
6800
6806
|
#
|
6801
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6807
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#176
|
6802
6808
|
def accept_list_start(list); end
|
6803
6809
|
|
6804
6810
|
# Adds +paragraph+ to the output
|
6805
6811
|
#
|
6806
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6812
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#203
|
6807
6813
|
def accept_paragraph(paragraph); end
|
6808
6814
|
|
6809
6815
|
# Adds +raw+ to the output
|
6810
6816
|
#
|
6811
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6817
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#221
|
6812
6818
|
def accept_raw(raw); end
|
6813
6819
|
|
6814
6820
|
# Adds +rule+ to the output
|
6815
6821
|
#
|
6816
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6822
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#228
|
6817
6823
|
def accept_rule(rule); end
|
6818
6824
|
|
6819
6825
|
# Adds +table+ to the output
|
6820
6826
|
#
|
6821
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6827
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#251
|
6822
6828
|
def accept_table(header, body, aligns); end
|
6823
6829
|
|
6824
6830
|
# Outputs +verbatim+ indented 2 columns
|
6825
6831
|
#
|
6826
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6832
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#237
|
6827
6833
|
def accept_verbatim(verbatim); end
|
6828
6834
|
|
6829
6835
|
# Applies attribute-specific markup to +text+ using RDoc::AttributeManager
|
6830
6836
|
#
|
6831
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6837
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#279
|
6832
6838
|
def attributes(text); end
|
6833
6839
|
|
6834
6840
|
# Returns the generated output
|
6835
6841
|
#
|
6836
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6842
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#287
|
6837
6843
|
def end_accepting; end
|
6838
6844
|
|
6839
6845
|
# Adds a newline to the output
|
6840
6846
|
#
|
6841
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6847
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#303
|
6842
6848
|
def handle_regexp_HARD_BREAK(target); end
|
6843
6849
|
|
6844
6850
|
# Removes preceding \\ from the suppressed crossref +target+
|
6845
6851
|
#
|
6846
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6852
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#294
|
6847
6853
|
def handle_regexp_SUPPRESSED_CROSSREF(target); end
|
6848
6854
|
|
6849
6855
|
# Current indent amount for output in characters
|
@@ -6888,13 +6894,13 @@ class RDoc::Markup::ToRdoc < ::RDoc::Markup::Formatter
|
|
6888
6894
|
|
6889
6895
|
# Prepares the visitor for text generation
|
6890
6896
|
#
|
6891
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6897
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#310
|
6892
6898
|
def start_accepting; end
|
6893
6899
|
|
6894
6900
|
# Adds the stored #prefix to the output and clears it. Lists generate a
|
6895
6901
|
# prefix for later consumption.
|
6896
6902
|
#
|
6897
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6903
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#324
|
6898
6904
|
def use_prefix; end
|
6899
6905
|
|
6900
6906
|
# Output width in characters
|
@@ -6909,7 +6915,7 @@ class RDoc::Markup::ToRdoc < ::RDoc::Markup::Formatter
|
|
6909
6915
|
|
6910
6916
|
# Wraps +text+ to #width
|
6911
6917
|
#
|
6912
|
-
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#
|
6918
|
+
# source://rdoc//lib/rdoc/markup/to_rdoc.rb#334
|
6913
6919
|
def wrap(text); end
|
6914
6920
|
end
|
6915
6921
|
|
@@ -7682,339 +7688,339 @@ end
|
|
7682
7688
|
class RDoc::Options
|
7683
7689
|
# @return [Options] a new instance of Options
|
7684
7690
|
#
|
7685
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7691
|
+
# source://rdoc//lib/rdoc/options.rb#347
|
7686
7692
|
def initialize(loaded_options = T.unsafe(nil)); end
|
7687
7693
|
|
7688
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7694
|
+
# source://rdoc//lib/rdoc/options.rb#460
|
7689
7695
|
def ==(other); end
|
7690
7696
|
|
7691
7697
|
# Character-set for HTML output. #encoding is preferred over #charset
|
7692
7698
|
#
|
7693
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7699
|
+
# source://rdoc//lib/rdoc/options.rb#152
|
7694
7700
|
def charset; end
|
7695
7701
|
|
7696
7702
|
# Character-set for HTML output. #encoding is preferred over #charset
|
7697
7703
|
#
|
7698
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7704
|
+
# source://rdoc//lib/rdoc/options.rb#152
|
7699
7705
|
def charset=(_arg0); end
|
7700
7706
|
|
7701
7707
|
# Check that the files on the command line exist
|
7702
7708
|
#
|
7703
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7709
|
+
# source://rdoc//lib/rdoc/options.rb#484
|
7704
7710
|
def check_files; end
|
7705
7711
|
|
7706
7712
|
# Ensure only one generator is loaded
|
7707
7713
|
#
|
7708
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7714
|
+
# source://rdoc//lib/rdoc/options.rb#505
|
7709
7715
|
def check_generator; end
|
7710
7716
|
|
7711
7717
|
# If true, only report on undocumented files
|
7712
7718
|
#
|
7713
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7719
|
+
# source://rdoc//lib/rdoc/options.rb#244
|
7714
7720
|
def coverage_report; end
|
7715
7721
|
|
7716
7722
|
# If true, only report on undocumented files
|
7717
7723
|
#
|
7718
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7724
|
+
# source://rdoc//lib/rdoc/options.rb#244
|
7719
7725
|
def coverage_report=(_arg0); end
|
7720
7726
|
|
7721
7727
|
# Set the title, but only if not already set. Used to set the title
|
7722
7728
|
# from a source file, so that a title set from the command line
|
7723
7729
|
# will have the priority.
|
7724
7730
|
#
|
7725
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7731
|
+
# source://rdoc//lib/rdoc/options.rb#517
|
7726
7732
|
def default_title=(string); end
|
7727
7733
|
|
7728
7734
|
# If true, RDoc will not write any files.
|
7729
7735
|
#
|
7730
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7736
|
+
# source://rdoc//lib/rdoc/options.rb#157
|
7731
7737
|
def dry_run; end
|
7732
7738
|
|
7733
7739
|
# If true, RDoc will not write any files.
|
7734
7740
|
#
|
7735
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7741
|
+
# source://rdoc//lib/rdoc/options.rb#157
|
7736
7742
|
def dry_run=(_arg0); end
|
7737
7743
|
|
7738
7744
|
# The output encoding. All input files will be transcoded to this encoding.
|
7739
7745
|
#
|
7740
7746
|
# The default encoding is UTF-8. This is set via --encoding.
|
7741
7747
|
#
|
7742
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7748
|
+
# source://rdoc//lib/rdoc/options.rb#164
|
7743
7749
|
def encoding; end
|
7744
7750
|
|
7745
7751
|
# The output encoding. All input files will be transcoded to this encoding.
|
7746
7752
|
#
|
7747
7753
|
# The default encoding is UTF-8. This is set via --encoding.
|
7748
7754
|
#
|
7749
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7755
|
+
# source://rdoc//lib/rdoc/options.rb#164
|
7750
7756
|
def encoding=(_arg0); end
|
7751
7757
|
|
7752
7758
|
# Create a regexp for #exclude
|
7753
7759
|
#
|
7754
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7760
|
+
# source://rdoc//lib/rdoc/options.rb#545
|
7755
7761
|
def exclude; end
|
7756
7762
|
|
7757
7763
|
# Files matching this pattern will be excluded
|
7758
7764
|
#
|
7759
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7765
|
+
# source://rdoc//lib/rdoc/options.rb#169
|
7760
7766
|
def exclude=(_arg0); end
|
7761
7767
|
|
7762
7768
|
# The list of files to be processed
|
7763
7769
|
#
|
7764
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7770
|
+
# source://rdoc//lib/rdoc/options.rb#174
|
7765
7771
|
def files; end
|
7766
7772
|
|
7767
7773
|
# The list of files to be processed
|
7768
7774
|
#
|
7769
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7775
|
+
# source://rdoc//lib/rdoc/options.rb#174
|
7770
7776
|
def files=(_arg0); end
|
7771
7777
|
|
7772
7778
|
# Completes any unfinished option setup business such as filtering for
|
7773
7779
|
# existent files, creating a regexp for #exclude and setting a default
|
7774
7780
|
# #template.
|
7775
7781
|
#
|
7776
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7782
|
+
# source://rdoc//lib/rdoc/options.rb#561
|
7777
7783
|
def finish; end
|
7778
7784
|
|
7779
7785
|
# Fixes the page_dir to be relative to the root_dir and adds the page_dir to
|
7780
7786
|
# the files list.
|
7781
7787
|
#
|
7782
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7788
|
+
# source://rdoc//lib/rdoc/options.rb#602
|
7783
7789
|
def finish_page_dir; end
|
7784
7790
|
|
7785
7791
|
# Create the output even if the output directory does not look
|
7786
7792
|
# like an rdoc output directory
|
7787
7793
|
#
|
7788
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7794
|
+
# source://rdoc//lib/rdoc/options.rb#180
|
7789
7795
|
def force_output; end
|
7790
7796
|
|
7791
7797
|
# Create the output even if the output directory does not look
|
7792
7798
|
# like an rdoc output directory
|
7793
7799
|
#
|
7794
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7800
|
+
# source://rdoc//lib/rdoc/options.rb#180
|
7795
7801
|
def force_output=(_arg0); end
|
7796
7802
|
|
7797
7803
|
# Scan newer sources than the flag file if true.
|
7798
7804
|
#
|
7799
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7805
|
+
# source://rdoc//lib/rdoc/options.rb#185
|
7800
7806
|
def force_update; end
|
7801
7807
|
|
7802
7808
|
# Scan newer sources than the flag file if true.
|
7803
7809
|
#
|
7804
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7810
|
+
# source://rdoc//lib/rdoc/options.rb#185
|
7805
7811
|
def force_update=(_arg0); end
|
7806
7812
|
|
7807
7813
|
# Formatter to mark up text with
|
7808
7814
|
#
|
7809
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7815
|
+
# source://rdoc//lib/rdoc/options.rb#190
|
7810
7816
|
def formatter; end
|
7811
7817
|
|
7812
7818
|
# Formatter to mark up text with
|
7813
7819
|
#
|
7814
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7820
|
+
# source://rdoc//lib/rdoc/options.rb#190
|
7815
7821
|
def formatter=(_arg0); end
|
7816
7822
|
|
7817
7823
|
# Description of the output generator (set with the <tt>--format</tt> option)
|
7818
7824
|
#
|
7819
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7825
|
+
# source://rdoc//lib/rdoc/options.rb#195
|
7820
7826
|
def generator; end
|
7821
7827
|
|
7822
7828
|
# Description of the output generator (set with the <tt>--format</tt> option)
|
7823
7829
|
#
|
7824
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7830
|
+
# source://rdoc//lib/rdoc/options.rb#195
|
7825
7831
|
def generator=(_arg0); end
|
7826
7832
|
|
7827
7833
|
# Returns a properly-space list of generators and their descriptions.
|
7828
7834
|
#
|
7829
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7835
|
+
# source://rdoc//lib/rdoc/options.rb#621
|
7830
7836
|
def generator_descriptions; end
|
7831
7837
|
|
7832
7838
|
# For #==
|
7833
7839
|
#
|
7834
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7840
|
+
# source://rdoc//lib/rdoc/options.rb#200
|
7835
7841
|
def generator_name; end
|
7836
7842
|
|
7837
7843
|
# Loaded generator options. Used to prevent --help from loading the same
|
7838
7844
|
# options multiple times.
|
7839
7845
|
#
|
7840
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7846
|
+
# source://rdoc//lib/rdoc/options.rb#206
|
7841
7847
|
def generator_options; end
|
7842
7848
|
|
7843
7849
|
# Loaded generator options. Used to prevent --help from loading the same
|
7844
7850
|
# options multiple times.
|
7845
7851
|
#
|
7846
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7852
|
+
# source://rdoc//lib/rdoc/options.rb#206
|
7847
7853
|
def generator_options=(_arg0); end
|
7848
7854
|
|
7849
7855
|
# Old rdoc behavior: hyperlink all words that match a method name,
|
7850
7856
|
# even if not preceded by '#' or '::'
|
7851
7857
|
#
|
7852
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7858
|
+
# source://rdoc//lib/rdoc/options.rb#212
|
7853
7859
|
def hyperlink_all; end
|
7854
7860
|
|
7855
7861
|
# Old rdoc behavior: hyperlink all words that match a method name,
|
7856
7862
|
# even if not preceded by '#' or '::'
|
7857
7863
|
#
|
7858
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7864
|
+
# source://rdoc//lib/rdoc/options.rb#212
|
7859
7865
|
def hyperlink_all=(_arg0); end
|
7860
7866
|
|
7861
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7867
|
+
# source://rdoc//lib/rdoc/options.rb#352
|
7862
7868
|
def init_ivars; end
|
7863
7869
|
|
7864
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7870
|
+
# source://rdoc//lib/rdoc/options.rb#397
|
7865
7871
|
def init_with(map); end
|
7866
7872
|
|
7867
7873
|
# Include line numbers in the source code
|
7868
7874
|
#
|
7869
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7875
|
+
# source://rdoc//lib/rdoc/options.rb#217
|
7870
7876
|
def line_numbers; end
|
7871
7877
|
|
7872
7878
|
# Include line numbers in the source code
|
7873
7879
|
#
|
7874
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7880
|
+
# source://rdoc//lib/rdoc/options.rb#217
|
7875
7881
|
def line_numbers=(_arg0); end
|
7876
7882
|
|
7877
7883
|
# The output locale.
|
7878
7884
|
#
|
7879
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7885
|
+
# source://rdoc//lib/rdoc/options.rb#222
|
7880
7886
|
def locale; end
|
7881
7887
|
|
7882
7888
|
# The output locale.
|
7883
7889
|
#
|
7884
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7890
|
+
# source://rdoc//lib/rdoc/options.rb#222
|
7885
7891
|
def locale=(_arg0); end
|
7886
7892
|
|
7887
7893
|
# The directory where locale data live.
|
7888
7894
|
#
|
7889
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7895
|
+
# source://rdoc//lib/rdoc/options.rb#227
|
7890
7896
|
def locale_dir; end
|
7891
7897
|
|
7892
7898
|
# The directory where locale data live.
|
7893
7899
|
#
|
7894
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7900
|
+
# source://rdoc//lib/rdoc/options.rb#227
|
7895
7901
|
def locale_dir=(_arg0); end
|
7896
7902
|
|
7897
7903
|
# Name of the file, class or module to display in the initial index page (if
|
7898
7904
|
# not specified the first file we encounter is used)
|
7899
7905
|
#
|
7900
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7906
|
+
# source://rdoc//lib/rdoc/options.rb#233
|
7901
7907
|
def main_page; end
|
7902
7908
|
|
7903
7909
|
# Name of the file, class or module to display in the initial index page (if
|
7904
7910
|
# not specified the first file we encounter is used)
|
7905
7911
|
#
|
7906
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7912
|
+
# source://rdoc//lib/rdoc/options.rb#233
|
7907
7913
|
def main_page=(_arg0); end
|
7908
7914
|
|
7909
7915
|
# The default markup format. The default is 'rdoc'. 'markdown', 'tomdoc'
|
7910
7916
|
# and 'rd' are also built-in.
|
7911
7917
|
#
|
7912
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7918
|
+
# source://rdoc//lib/rdoc/options.rb#239
|
7913
7919
|
def markup; end
|
7914
7920
|
|
7915
7921
|
# The default markup format. The default is 'rdoc'. 'markdown', 'tomdoc'
|
7916
7922
|
# and 'rd' are also built-in.
|
7917
7923
|
#
|
7918
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7924
|
+
# source://rdoc//lib/rdoc/options.rb#239
|
7919
7925
|
def markup=(_arg0); end
|
7920
7926
|
|
7921
7927
|
# The name of the output directory
|
7922
7928
|
#
|
7923
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7929
|
+
# source://rdoc//lib/rdoc/options.rb#249
|
7924
7930
|
def op_dir; end
|
7925
7931
|
|
7926
7932
|
# The name of the output directory
|
7927
7933
|
#
|
7928
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7934
|
+
# source://rdoc//lib/rdoc/options.rb#249
|
7929
7935
|
def op_dir=(_arg0); end
|
7930
7936
|
|
7931
7937
|
# The OptionParser for this instance
|
7932
7938
|
#
|
7933
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7939
|
+
# source://rdoc//lib/rdoc/options.rb#254
|
7934
7940
|
def option_parser; end
|
7935
7941
|
|
7936
7942
|
# The OptionParser for this instance
|
7937
7943
|
#
|
7938
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7944
|
+
# source://rdoc//lib/rdoc/options.rb#254
|
7939
7945
|
def option_parser=(_arg0); end
|
7940
7946
|
|
7941
7947
|
# Output heading decorations?
|
7942
7948
|
#
|
7943
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7949
|
+
# source://rdoc//lib/rdoc/options.rb#258
|
7944
7950
|
def output_decoration; end
|
7945
7951
|
|
7946
7952
|
# Output heading decorations?
|
7947
7953
|
#
|
7948
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7954
|
+
# source://rdoc//lib/rdoc/options.rb#258
|
7949
7955
|
def output_decoration=(_arg0); end
|
7950
7956
|
|
7951
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7957
|
+
# source://rdoc//lib/rdoc/options.rb#428
|
7952
7958
|
def override(map); end
|
7953
7959
|
|
7954
7960
|
# Directory where guides, FAQ, and other pages not associated with a class
|
7955
7961
|
# live. You may leave this unset if these are at the root of your project.
|
7956
7962
|
#
|
7957
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7963
|
+
# source://rdoc//lib/rdoc/options.rb#264
|
7958
7964
|
def page_dir; end
|
7959
7965
|
|
7960
7966
|
# Directory where guides, FAQ, and other pages not associated with a class
|
7961
7967
|
# live. You may leave this unset if these are at the root of your project.
|
7962
7968
|
#
|
7963
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7969
|
+
# source://rdoc//lib/rdoc/options.rb#264
|
7964
7970
|
def page_dir=(_arg0); end
|
7965
7971
|
|
7966
7972
|
# Parses command line options.
|
7967
7973
|
#
|
7968
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7974
|
+
# source://rdoc//lib/rdoc/options.rb#647
|
7969
7975
|
def parse(argv); end
|
7970
7976
|
|
7971
7977
|
# Is RDoc in pipe mode?
|
7972
7978
|
#
|
7973
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7979
|
+
# source://rdoc//lib/rdoc/options.rb#269
|
7974
7980
|
def pipe; end
|
7975
7981
|
|
7976
7982
|
# Is RDoc in pipe mode?
|
7977
7983
|
#
|
7978
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7984
|
+
# source://rdoc//lib/rdoc/options.rb#269
|
7979
7985
|
def pipe=(_arg0); end
|
7980
7986
|
|
7981
7987
|
# Don't display progress as we process the files
|
7982
7988
|
#
|
7983
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7989
|
+
# source://rdoc//lib/rdoc/options.rb#1192
|
7984
7990
|
def quiet; end
|
7985
7991
|
|
7986
7992
|
# Set quietness to +bool+
|
7987
7993
|
#
|
7988
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7994
|
+
# source://rdoc//lib/rdoc/options.rb#1199
|
7989
7995
|
def quiet=(bool); end
|
7990
7996
|
|
7991
7997
|
# Array of directories to search for files to satisfy an :include:
|
7992
7998
|
#
|
7993
|
-
# source://rdoc//lib/rdoc/options.rb#
|
7999
|
+
# source://rdoc//lib/rdoc/options.rb#274
|
7994
8000
|
def rdoc_include; end
|
7995
8001
|
|
7996
8002
|
# Array of directories to search for files to satisfy an :include:
|
7997
8003
|
#
|
7998
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8004
|
+
# source://rdoc//lib/rdoc/options.rb#274
|
7999
8005
|
def rdoc_include=(_arg0); end
|
8000
8006
|
|
8001
8007
|
# Root of the source documentation will be generated for. Set this when
|
8002
8008
|
# building documentation outside the source directory. Defaults to the
|
8003
8009
|
# current directory.
|
8004
8010
|
#
|
8005
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8011
|
+
# source://rdoc//lib/rdoc/options.rb#281
|
8006
8012
|
def root; end
|
8007
8013
|
|
8008
8014
|
# Root of the source documentation will be generated for. Set this when
|
8009
8015
|
# building documentation outside the source directory. Defaults to the
|
8010
8016
|
# current directory.
|
8011
8017
|
#
|
8012
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8018
|
+
# source://rdoc//lib/rdoc/options.rb#281
|
8013
8019
|
def root=(_arg0); end
|
8014
8020
|
|
8015
8021
|
# Removes directories from +path+ that are outside the current directory
|
8016
8022
|
#
|
8017
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8023
|
+
# source://rdoc//lib/rdoc/options.rb#1206
|
8018
8024
|
def sanitize_path(path); end
|
8019
8025
|
|
8020
8026
|
# Set up an output generator for the named +generator_name+.
|
@@ -8023,117 +8029,117 @@ class RDoc::Options
|
|
8023
8029
|
# the options instance. This allows generators to add custom options or set
|
8024
8030
|
# default options.
|
8025
8031
|
#
|
8026
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8032
|
+
# source://rdoc//lib/rdoc/options.rb#1233
|
8027
8033
|
def setup_generator(generator_name = T.unsafe(nil)); end
|
8028
8034
|
|
8029
8035
|
# Include the '#' at the front of hyperlinked instance method names
|
8030
8036
|
#
|
8031
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8037
|
+
# source://rdoc//lib/rdoc/options.rb#286
|
8032
8038
|
def show_hash; end
|
8033
8039
|
|
8034
8040
|
# Include the '#' at the front of hyperlinked instance method names
|
8035
8041
|
#
|
8036
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8042
|
+
# source://rdoc//lib/rdoc/options.rb#286
|
8037
8043
|
def show_hash=(_arg0); end
|
8038
8044
|
|
8039
8045
|
# Indicates if files of test suites should be skipped
|
8040
8046
|
#
|
8041
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8047
|
+
# source://rdoc//lib/rdoc/options.rb#345
|
8042
8048
|
def skip_tests; end
|
8043
8049
|
|
8044
8050
|
# Indicates if files of test suites should be skipped
|
8045
8051
|
#
|
8046
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8052
|
+
# source://rdoc//lib/rdoc/options.rb#345
|
8047
8053
|
def skip_tests=(_arg0); end
|
8048
8054
|
|
8049
8055
|
# Directory to copy static files from
|
8050
8056
|
#
|
8051
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8057
|
+
# source://rdoc//lib/rdoc/options.rb#291
|
8052
8058
|
def static_path; end
|
8053
8059
|
|
8054
8060
|
# Directory to copy static files from
|
8055
8061
|
#
|
8056
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8062
|
+
# source://rdoc//lib/rdoc/options.rb#291
|
8057
8063
|
def static_path=(_arg0); end
|
8058
8064
|
|
8059
8065
|
# The number of columns in a tab
|
8060
8066
|
#
|
8061
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8067
|
+
# source://rdoc//lib/rdoc/options.rb#296
|
8062
8068
|
def tab_width; end
|
8063
8069
|
|
8064
8070
|
# The number of columns in a tab
|
8065
8071
|
#
|
8066
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8072
|
+
# source://rdoc//lib/rdoc/options.rb#296
|
8067
8073
|
def tab_width=(_arg0); end
|
8068
8074
|
|
8069
8075
|
# Template to be used when generating output
|
8070
8076
|
#
|
8071
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8077
|
+
# source://rdoc//lib/rdoc/options.rb#301
|
8072
8078
|
def template; end
|
8073
8079
|
|
8074
8080
|
# Template to be used when generating output
|
8075
8081
|
#
|
8076
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8082
|
+
# source://rdoc//lib/rdoc/options.rb#301
|
8077
8083
|
def template=(_arg0); end
|
8078
8084
|
|
8079
8085
|
# Directory the template lives in
|
8080
8086
|
#
|
8081
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8087
|
+
# source://rdoc//lib/rdoc/options.rb#306
|
8082
8088
|
def template_dir; end
|
8083
8089
|
|
8084
8090
|
# Directory the template lives in
|
8085
8091
|
#
|
8086
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8092
|
+
# source://rdoc//lib/rdoc/options.rb#306
|
8087
8093
|
def template_dir=(_arg0); end
|
8088
8094
|
|
8089
8095
|
# Finds the template dir for +template+
|
8090
8096
|
#
|
8091
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8097
|
+
# source://rdoc//lib/rdoc/options.rb#1255
|
8092
8098
|
def template_dir_for(template); end
|
8093
8099
|
|
8094
8100
|
# Additional template stylesheets
|
8095
8101
|
#
|
8096
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8102
|
+
# source://rdoc//lib/rdoc/options.rb#311
|
8097
8103
|
def template_stylesheets; end
|
8098
8104
|
|
8099
8105
|
# Additional template stylesheets
|
8100
8106
|
#
|
8101
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8107
|
+
# source://rdoc//lib/rdoc/options.rb#311
|
8102
8108
|
def template_stylesheets=(_arg0); end
|
8103
8109
|
|
8104
8110
|
# Documentation title
|
8105
8111
|
#
|
8106
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8112
|
+
# source://rdoc//lib/rdoc/options.rb#316
|
8107
8113
|
def title; end
|
8108
8114
|
|
8109
8115
|
# Documentation title
|
8110
8116
|
#
|
8111
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8117
|
+
# source://rdoc//lib/rdoc/options.rb#316
|
8112
8118
|
def title=(_arg0); end
|
8113
8119
|
|
8114
8120
|
# For dumping YAML
|
8115
8121
|
#
|
8116
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8122
|
+
# source://rdoc//lib/rdoc/options.rb#524
|
8117
8123
|
def to_yaml(*options); end
|
8118
8124
|
|
8119
8125
|
# Should RDoc update the timestamps in the output dir?
|
8120
8126
|
#
|
8121
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8127
|
+
# source://rdoc//lib/rdoc/options.rb#321
|
8122
8128
|
def update_output_dir; end
|
8123
8129
|
|
8124
8130
|
# Should RDoc update the timestamps in the output dir?
|
8125
8131
|
#
|
8126
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8132
|
+
# source://rdoc//lib/rdoc/options.rb#321
|
8127
8133
|
def update_output_dir=(_arg0); end
|
8128
8134
|
|
8129
8135
|
# Verbosity, zero means quiet
|
8130
8136
|
#
|
8131
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8137
|
+
# source://rdoc//lib/rdoc/options.rb#326
|
8132
8138
|
def verbosity; end
|
8133
8139
|
|
8134
8140
|
# Verbosity, zero means quiet
|
8135
8141
|
#
|
8136
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8142
|
+
# source://rdoc//lib/rdoc/options.rb#326
|
8137
8143
|
def verbosity=(_arg0); end
|
8138
8144
|
|
8139
8145
|
# Minimum visibility of a documented method. One of +:public+, +:protected+,
|
@@ -8142,7 +8148,7 @@ class RDoc::Options
|
|
8142
8148
|
# The +:nodoc+ visibility ignores all directives related to visibility. The
|
8143
8149
|
# directive.
|
8144
8150
|
#
|
8145
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8151
|
+
# source://rdoc//lib/rdoc/options.rb#341
|
8146
8152
|
def visibility; end
|
8147
8153
|
|
8148
8154
|
# Sets the minimum visibility of a documented method.
|
@@ -8152,31 +8158,31 @@ class RDoc::Options
|
|
8152
8158
|
# When +:all+ is passed, visibility is set to +:private+, similarly to
|
8153
8159
|
# RDOCOPT="--all", see #visibility for more information.
|
8154
8160
|
#
|
8155
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8161
|
+
# source://rdoc//lib/rdoc/options.rb#1272
|
8156
8162
|
def visibility=(visibility); end
|
8157
8163
|
|
8158
8164
|
# Displays a warning using Kernel#warn if we're being verbose
|
8159
8165
|
#
|
8160
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8166
|
+
# source://rdoc//lib/rdoc/options.rb#1284
|
8161
8167
|
def warn(message); end
|
8162
8168
|
|
8163
8169
|
# URL of web cvs frontend
|
8164
8170
|
#
|
8165
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8171
|
+
# source://rdoc//lib/rdoc/options.rb#331
|
8166
8172
|
def webcvs; end
|
8167
8173
|
|
8168
8174
|
# URL of web cvs frontend
|
8169
8175
|
#
|
8170
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8176
|
+
# source://rdoc//lib/rdoc/options.rb#331
|
8171
8177
|
def webcvs=(_arg0); end
|
8172
8178
|
|
8173
8179
|
# Writes the YAML file .rdoc_options to the current directory containing the
|
8174
8180
|
# parsed options.
|
8175
8181
|
#
|
8176
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8182
|
+
# source://rdoc//lib/rdoc/options.rb#1292
|
8177
8183
|
def write_options; end
|
8178
8184
|
|
8179
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8185
|
+
# source://rdoc//lib/rdoc/options.rb#424
|
8180
8186
|
def yaml_initialize(tag, map); end
|
8181
8187
|
|
8182
8188
|
class << self
|
@@ -8185,7 +8191,7 @@ class RDoc::Options
|
|
8185
8191
|
#
|
8186
8192
|
# @raise [RDoc::Error]
|
8187
8193
|
#
|
8188
|
-
# source://rdoc//lib/rdoc/options.rb#
|
8194
|
+
# source://rdoc//lib/rdoc/options.rb#1306
|
8189
8195
|
def load_options; end
|
8190
8196
|
end
|
8191
8197
|
end
|
@@ -8227,7 +8233,7 @@ class RDoc::Parser
|
|
8227
8233
|
#
|
8228
8234
|
# @return [Parser] a new instance of Parser
|
8229
8235
|
#
|
8230
|
-
# source://rdoc//lib/rdoc/parser.rb#
|
8236
|
+
# source://rdoc//lib/rdoc/parser.rb#254
|
8231
8237
|
def initialize(top_level, file_name, content, options, stats); end
|
8232
8238
|
|
8233
8239
|
# The name of the file being parsed
|
@@ -8237,7 +8243,7 @@ class RDoc::Parser
|
|
8237
8243
|
|
8238
8244
|
# Normalizes tabs in +body+
|
8239
8245
|
#
|
8240
|
-
# source://rdoc//lib/rdoc/parser.rb#
|
8246
|
+
# source://rdoc//lib/rdoc/parser.rb#274
|
8241
8247
|
def handle_tab_width(body); end
|
8242
8248
|
|
8243
8249
|
class << self
|
@@ -8268,20 +8274,20 @@ class RDoc::Parser
|
|
8268
8274
|
|
8269
8275
|
# Returns the file type from the modeline in +file_name+
|
8270
8276
|
#
|
8271
|
-
# source://rdoc//lib/rdoc/parser.rb#
|
8277
|
+
# source://rdoc//lib/rdoc/parser.rb#143
|
8272
8278
|
def check_modeline(file_name); end
|
8273
8279
|
|
8274
8280
|
# Finds and instantiates the correct parser for the given +file_name+ and
|
8275
8281
|
# +content+.
|
8276
8282
|
#
|
8277
|
-
# source://rdoc//lib/rdoc/parser.rb#
|
8283
|
+
# source://rdoc//lib/rdoc/parser.rb#169
|
8278
8284
|
def for(top_level, file_name, content, options, stats); end
|
8279
8285
|
|
8280
8286
|
# Record which file types this parser can understand.
|
8281
8287
|
#
|
8282
8288
|
# It is ok to call this multiple times.
|
8283
8289
|
#
|
8284
|
-
# source://rdoc//lib/rdoc/parser.rb#
|
8290
|
+
# source://rdoc//lib/rdoc/parser.rb#203
|
8285
8291
|
def parse_files_matching(regexp); end
|
8286
8292
|
|
8287
8293
|
# An Array of arrays that maps file extension (or name) regular
|
@@ -8294,7 +8300,7 @@ class RDoc::Parser
|
|
8294
8300
|
|
8295
8301
|
# Removes an emacs-style modeline from the first line of the document
|
8296
8302
|
#
|
8297
|
-
# source://rdoc//lib/rdoc/parser.rb#
|
8303
|
+
# source://rdoc//lib/rdoc/parser.rb#210
|
8298
8304
|
def remove_modeline(content); end
|
8299
8305
|
|
8300
8306
|
# If there is a <tt>markup: parser_name</tt> comment at the front of the
|
@@ -8313,7 +8319,7 @@ class RDoc::Parser
|
|
8313
8319
|
#
|
8314
8320
|
# Any comment style may be used to hide the markup comment.
|
8315
8321
|
#
|
8316
|
-
# source://rdoc//lib/rdoc/parser.rb#
|
8322
|
+
# source://rdoc//lib/rdoc/parser.rb#231
|
8317
8323
|
def use_markup(content); end
|
8318
8324
|
|
8319
8325
|
# Checks if +file+ is a zip file in disguise. Signatures from
|
@@ -8582,17 +8588,17 @@ class RDoc::Parser::C < ::RDoc::Parser
|
|
8582
8588
|
# Finds a comment matching +type+ and +const_name+ either above the
|
8583
8589
|
# comment or in the matching Document- section.
|
8584
8590
|
#
|
8585
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8591
|
+
# source://rdoc//lib/rdoc/parser/c.rb#789
|
8586
8592
|
def find_const_comment(type, const_name, class_name = T.unsafe(nil)); end
|
8587
8593
|
|
8588
8594
|
# Handles modifiers in +comment+ and updates +meth_obj+ as appropriate.
|
8589
8595
|
#
|
8590
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8596
|
+
# source://rdoc//lib/rdoc/parser/c.rb#806
|
8591
8597
|
def find_modifiers(comment, meth_obj); end
|
8592
8598
|
|
8593
8599
|
# Finds a <tt>Document-method</tt> override for +meth_obj+ on +class_name+
|
8594
8600
|
#
|
8595
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8601
|
+
# source://rdoc//lib/rdoc/parser/c.rb#816
|
8596
8602
|
def find_override_comment(class_name, meth_obj); end
|
8597
8603
|
|
8598
8604
|
# Generate a Ruby-method table
|
@@ -8608,13 +8614,13 @@ class RDoc::Parser::C < ::RDoc::Parser
|
|
8608
8614
|
# Creates a new RDoc::Attr +attr_name+ on class +var_name+ that is either
|
8609
8615
|
# +read+, +write+ or both
|
8610
8616
|
#
|
8611
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8617
|
+
# source://rdoc//lib/rdoc/parser/c.rb#838
|
8612
8618
|
def handle_attr(var_name, attr_name, read, write); end
|
8613
8619
|
|
8614
8620
|
# Creates a new RDoc::NormalClass or RDoc::NormalModule based on +type+
|
8615
8621
|
# named +class_name+ in +parent+ which was assigned to the C +var_name+.
|
8616
8622
|
#
|
8617
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8623
|
+
# source://rdoc//lib/rdoc/parser/c.rb#867
|
8618
8624
|
def handle_class_module(var_name, type, class_name, parent, in_module); end
|
8619
8625
|
|
8620
8626
|
# Adds constants. By providing some_value: at the start of the comment you
|
@@ -8626,24 +8632,24 @@ class RDoc::Parser::C < ::RDoc::Parser
|
|
8626
8632
|
# Will override <tt>INT2FIX(300)</tt> with the value +300+ in the output
|
8627
8633
|
# RDoc. Values may include quotes and escaped colons (\:).
|
8628
8634
|
#
|
8629
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8635
|
+
# source://rdoc//lib/rdoc/parser/c.rb#932
|
8630
8636
|
def handle_constants(type, var_name, const_name, definition); end
|
8631
8637
|
|
8632
8638
|
# Removes #ifdefs that would otherwise confuse us
|
8633
8639
|
#
|
8634
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8640
|
+
# source://rdoc//lib/rdoc/parser/c.rb#982
|
8635
8641
|
def handle_ifdefs_in(body); end
|
8636
8642
|
|
8637
8643
|
# Adds an RDoc::AnyMethod +meth_name+ defined on a class or module assigned
|
8638
8644
|
# to +var_name+. +type+ is the type of method definition function used.
|
8639
8645
|
# +singleton_method+ and +module_function+ create a singleton method.
|
8640
8646
|
#
|
8641
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8647
|
+
# source://rdoc//lib/rdoc/parser/c.rb#991
|
8642
8648
|
def handle_method(type, var_name, meth_name, function, param_count, source_file = T.unsafe(nil)); end
|
8643
8649
|
|
8644
8650
|
# Registers a singleton class +sclass_var+ as a singleton of +class_var+
|
8645
8651
|
#
|
8646
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8652
|
+
# source://rdoc//lib/rdoc/parser/c.rb#1061
|
8647
8653
|
def handle_singleton(sclass_var, class_var); end
|
8648
8654
|
|
8649
8655
|
# Maps C variable names to names of Ruby classes (and singleton classes)
|
@@ -8654,7 +8660,7 @@ class RDoc::Parser::C < ::RDoc::Parser
|
|
8654
8660
|
# Loads the variable map with the given +name+ from the RDoc::Store, if
|
8655
8661
|
# present.
|
8656
8662
|
#
|
8657
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8663
|
+
# source://rdoc//lib/rdoc/parser/c.rb#1072
|
8658
8664
|
def load_variable_map(map_name); end
|
8659
8665
|
|
8660
8666
|
# Look for directives in a normal comment block:
|
@@ -8665,7 +8671,7 @@ class RDoc::Parser::C < ::RDoc::Parser
|
|
8665
8671
|
#
|
8666
8672
|
# This method modifies the +comment+
|
8667
8673
|
#
|
8668
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8674
|
+
# source://rdoc//lib/rdoc/parser/c.rb#1101
|
8669
8675
|
def look_for_directives_in(context, comment); end
|
8670
8676
|
|
8671
8677
|
# Classes found while parsing the C file that were not yet registered due to
|
@@ -8676,25 +8682,25 @@ class RDoc::Parser::C < ::RDoc::Parser
|
|
8676
8682
|
|
8677
8683
|
# Creates a RDoc::Comment instance.
|
8678
8684
|
#
|
8679
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8685
|
+
# source://rdoc//lib/rdoc/parser/c.rb#1231
|
8680
8686
|
def new_comment(text = T.unsafe(nil), location = T.unsafe(nil), language = T.unsafe(nil)); end
|
8681
8687
|
|
8682
8688
|
# Extracts parameters from the +method_body+ and returns a method
|
8683
8689
|
# parameter string. Follows 1.9.3dev's scan-arg-spec, see README.EXT
|
8684
8690
|
#
|
8685
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8691
|
+
# source://rdoc//lib/rdoc/parser/c.rb#1120
|
8686
8692
|
def rb_scan_args(method_body); end
|
8687
8693
|
|
8688
8694
|
# Removes lines that are commented out that might otherwise get picked up
|
8689
8695
|
# when scanning for classes and methods
|
8690
8696
|
#
|
8691
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8697
|
+
# source://rdoc//lib/rdoc/parser/c.rb#1203
|
8692
8698
|
def remove_commented_out_lines; end
|
8693
8699
|
|
8694
8700
|
# Extracts the classes, modules, methods, attributes, constants and aliases
|
8695
8701
|
# from a C file and returns an RDoc::TopLevel for this file
|
8696
8702
|
#
|
8697
|
-
# source://rdoc//lib/rdoc/parser/c.rb#
|
8703
|
+
# source://rdoc//lib/rdoc/parser/c.rb#1211
|
8698
8704
|
def scan; end
|
8699
8705
|
|
8700
8706
|
# Maps C variable names to names of Ruby singleton classes
|
@@ -9406,76 +9412,76 @@ class RDoc::Parser::Ruby < ::RDoc::Parser
|
|
9406
9412
|
|
9407
9413
|
# Extracts call parameters from the token stream.
|
9408
9414
|
#
|
9409
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9415
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#803
|
9410
9416
|
def parse_call_parameters(tk); end
|
9411
9417
|
|
9412
9418
|
# Parses a class in +context+ with +comment+
|
9413
9419
|
#
|
9414
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9420
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#846
|
9415
9421
|
def parse_class(container, single, tk, comment); end
|
9416
9422
|
|
9417
9423
|
# Parses and creates a regular class
|
9418
9424
|
#
|
9419
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9425
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#880
|
9420
9426
|
def parse_class_regular(container, declaration_context, single, name_t, given_name, comment); end
|
9421
9427
|
|
9422
9428
|
# Parses a singleton class in +container+ with the given +name+ and
|
9423
9429
|
# +comment+.
|
9424
9430
|
#
|
9425
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9431
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#920
|
9426
9432
|
def parse_class_singleton(container, name, comment); end
|
9427
9433
|
|
9428
9434
|
# Generates an RDoc::Method or RDoc::Attr from +comment+ by looking for
|
9429
9435
|
# :method: or :attr: directives in +comment+.
|
9430
9436
|
#
|
9431
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9437
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1085
|
9432
9438
|
def parse_comment(container, tk, comment); end
|
9433
9439
|
|
9434
9440
|
# Parse a comment that is describing an attribute in +container+ with the
|
9435
9441
|
# given +name+ and +comment+.
|
9436
9442
|
#
|
9437
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9443
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1113
|
9438
9444
|
def parse_comment_attr(container, type, name, comment); end
|
9439
9445
|
|
9440
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9446
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1125
|
9441
9447
|
def parse_comment_ghost(container, text, name, column, line_no, comment); end
|
9442
9448
|
|
9443
9449
|
# Creates an RDoc::Method on +container+ from +comment+ if there is a
|
9444
9450
|
# Signature section in the comment
|
9445
9451
|
#
|
9446
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9452
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1164
|
9447
9453
|
def parse_comment_tomdoc(container, tk, comment); end
|
9448
9454
|
|
9449
9455
|
# Parses a constant in +context+ with +comment+. If +ignore_constants+ is
|
9450
9456
|
# true, no found constants will be added to RDoc.
|
9451
9457
|
#
|
9452
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9458
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#959
|
9453
9459
|
def parse_constant(container, tk, comment, ignore_constants = T.unsafe(nil)); end
|
9454
9460
|
|
9455
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9461
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1026
|
9456
9462
|
def parse_constant_body(container, constant, is_array_or_hash); end
|
9457
9463
|
|
9458
9464
|
# Parses a Module#private_constant or Module#public_constant call from +tk+.
|
9459
9465
|
#
|
9460
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9466
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2103
|
9461
9467
|
def parse_constant_visibility(container, single, tk); end
|
9462
9468
|
|
9463
9469
|
# Parses an +include+ or +extend+, indicated by the +klass+ and adds it to
|
9464
9470
|
# +container+ # with +comment+
|
9465
9471
|
#
|
9466
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9472
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1199
|
9467
9473
|
def parse_extend_or_include(klass, container, comment); end
|
9468
9474
|
|
9469
9475
|
# Parses identifiers that can create new methods or change visibility.
|
9470
9476
|
#
|
9471
9477
|
# Returns true if the comment was not consumed.
|
9472
9478
|
#
|
9473
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9479
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1237
|
9474
9480
|
def parse_identifier(container, single, tk, comment); end
|
9475
9481
|
|
9476
9482
|
# Parses an +included+ with a block feature of ActiveSupport::Concern.
|
9477
9483
|
#
|
9478
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9484
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1219
|
9479
9485
|
def parse_included_with_activesupport_concern(container, comment); end
|
9480
9486
|
|
9481
9487
|
# Parses a meta-programmed attribute and creates an RDoc::Attr.
|
@@ -9506,34 +9512,34 @@ class RDoc::Parser::Ruby < ::RDoc::Parser
|
|
9506
9512
|
#
|
9507
9513
|
# end
|
9508
9514
|
#
|
9509
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9515
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1301
|
9510
9516
|
def parse_meta_attr(context, single, tk, comment); end
|
9511
9517
|
|
9512
9518
|
# Parses a meta-programmed method
|
9513
9519
|
#
|
9514
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9520
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1335
|
9515
9521
|
def parse_meta_method(container, single, tk, comment); end
|
9516
9522
|
|
9517
9523
|
# Parses the name of a metaprogrammed method. +comment+ is used to
|
9518
9524
|
# determine the name while +tk+ is used in an error message if the name
|
9519
9525
|
# cannot be determined.
|
9520
9526
|
#
|
9521
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9527
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1381
|
9522
9528
|
def parse_meta_method_name(comment, tk); end
|
9523
9529
|
|
9524
9530
|
# Parses the parameters and block for a meta-programmed method.
|
9525
9531
|
#
|
9526
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9532
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1405
|
9527
9533
|
def parse_meta_method_params(container, single, meth, tk, comment); end
|
9528
9534
|
|
9529
9535
|
# Parses a normal method defined by +def+
|
9530
9536
|
#
|
9531
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9537
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1437
|
9532
9538
|
def parse_method(container, single, tk, comment); end
|
9533
9539
|
|
9534
9540
|
# Parses a method that needs to be ignored.
|
9535
9541
|
#
|
9536
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9542
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1522
|
9537
9543
|
def parse_method_dummy(container); end
|
9538
9544
|
|
9539
9545
|
# Parses the name of a method in +container+.
|
@@ -9541,25 +9547,25 @@ class RDoc::Parser::Ruby < ::RDoc::Parser
|
|
9541
9547
|
# Returns the method name, the container it is in (for def Foo.name) and if
|
9542
9548
|
# it is a singleton or regular method.
|
9543
9549
|
#
|
9544
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9550
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1535
|
9545
9551
|
def parse_method_name(container); end
|
9546
9552
|
|
9547
9553
|
# For the given +container+ and initial name token +name_t+ the method name
|
9548
9554
|
# is parsed from the token stream for a regular method.
|
9549
9555
|
#
|
9550
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9556
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1562
|
9551
9557
|
def parse_method_name_regular(container, name_t); end
|
9552
9558
|
|
9553
9559
|
# For the given +container+ and initial name token +name_t+ the method name
|
9554
9560
|
# and the new +container+ (if necessary) are parsed from the token stream
|
9555
9561
|
# for a singleton method.
|
9556
9562
|
#
|
9557
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9563
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1580
|
9558
9564
|
def parse_method_name_singleton(container, name_t); end
|
9559
9565
|
|
9560
9566
|
# Extracts +yield+ parameters from +method+
|
9561
9567
|
#
|
9562
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9568
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1624
|
9563
9569
|
def parse_method_or_yield_parameters(method = T.unsafe(nil), modifiers = T.unsafe(nil)); end
|
9564
9570
|
|
9565
9571
|
# Capture the method's parameters. Along the way, look for a comment
|
@@ -9569,69 +9575,69 @@ class RDoc::Parser::Ruby < ::RDoc::Parser
|
|
9569
9575
|
#
|
9570
9576
|
# and add this as the block_params for the method
|
9571
9577
|
#
|
9572
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9578
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1691
|
9573
9579
|
def parse_method_parameters(method); end
|
9574
9580
|
|
9575
9581
|
# Parses the parameters and body of +meth+
|
9576
9582
|
#
|
9577
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9583
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1492
|
9578
9584
|
def parse_method_params_and_body(container, single, meth, added_container); end
|
9579
9585
|
|
9580
9586
|
# Parses an RDoc::NormalModule in +container+ with +comment+
|
9581
9587
|
#
|
9582
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9588
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1706
|
9583
9589
|
def parse_module(container, single, tk, comment); end
|
9584
9590
|
|
9585
9591
|
# Parses an RDoc::Require in +context+ containing +comment+
|
9586
9592
|
#
|
9587
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9593
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1728
|
9588
9594
|
def parse_require(context, comment); end
|
9589
9595
|
|
9590
9596
|
# Parses a rescue
|
9591
9597
|
#
|
9592
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9598
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1749
|
9593
9599
|
def parse_rescue; end
|
9594
9600
|
|
9595
9601
|
# The core of the Ruby parser.
|
9596
9602
|
#
|
9597
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9603
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1780
|
9598
9604
|
def parse_statements(container, single = T.unsafe(nil), current_method = T.unsafe(nil), comment = T.unsafe(nil)); end
|
9599
9605
|
|
9600
9606
|
# Parse up to +no+ symbol arguments
|
9601
9607
|
#
|
9602
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9608
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1971
|
9603
9609
|
def parse_symbol_arg(no = T.unsafe(nil)); end
|
9604
9610
|
|
9605
9611
|
# Parses up to +no+ symbol arguments surrounded by () and places them in
|
9606
9612
|
# +args+.
|
9607
9613
|
#
|
9608
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9614
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1986
|
9609
9615
|
def parse_symbol_arg_paren(no); end
|
9610
9616
|
|
9611
9617
|
# Parses up to +no+ symbol arguments separated by spaces and places them in
|
9612
9618
|
# +args+.
|
9613
9619
|
#
|
9614
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9620
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2014
|
9615
9621
|
def parse_symbol_arg_space(no, tk); end
|
9616
9622
|
|
9617
9623
|
# Returns symbol text from the next token
|
9618
9624
|
#
|
9619
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9625
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2045
|
9620
9626
|
def parse_symbol_in_arg; end
|
9621
9627
|
|
9622
9628
|
# Parses statements in the top-level +container+
|
9623
9629
|
#
|
9624
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9630
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2062
|
9625
9631
|
def parse_top_level_statements(container); end
|
9626
9632
|
|
9627
9633
|
# Determines the visibility in +container+ from +tk+
|
9628
9634
|
#
|
9629
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9635
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2080
|
9630
9636
|
def parse_visibility(container, single, tk); end
|
9631
9637
|
|
9632
9638
|
# Determines the block parameter for +context+
|
9633
9639
|
#
|
9634
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9640
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2119
|
9635
9641
|
def parse_yield(context, single, tk, method); end
|
9636
9642
|
|
9637
9643
|
# Directives are modifier comments that can appear after class, module, or
|
@@ -9646,7 +9652,7 @@ class RDoc::Parser::Ruby < ::RDoc::Parser
|
|
9646
9652
|
# the name is in +allowed+. A directive can be found anywhere up to the end
|
9647
9653
|
# of the current line.
|
9648
9654
|
#
|
9649
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9655
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2140
|
9650
9656
|
def read_directive(allowed); end
|
9651
9657
|
|
9652
9658
|
# Handles directives following the definition for +context+ (any
|
@@ -9654,38 +9660,38 @@ class RDoc::Parser::Ruby < ::RDoc::Parser
|
|
9654
9660
|
#
|
9655
9661
|
# See also RDoc::Markup::PreProcess#handle_directive
|
9656
9662
|
#
|
9657
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9663
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2172
|
9658
9664
|
def read_documentation_modifiers(context, allowed); end
|
9659
9665
|
|
9660
9666
|
# Records the location of this +container+ in the file for this parser and
|
9661
9667
|
# adds it to the list of classes and modules in the file.
|
9662
9668
|
#
|
9663
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9669
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2191
|
9664
9670
|
def record_location(container); end
|
9665
9671
|
|
9666
9672
|
# Retrieve comment body without =begin/=end
|
9667
9673
|
#
|
9668
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9674
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#1769
|
9669
9675
|
def retrieve_comment_body(tk); end
|
9670
9676
|
|
9671
9677
|
# Scans this Ruby file for Ruby constructs
|
9672
9678
|
#
|
9673
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9679
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2203
|
9674
9680
|
def scan; end
|
9675
9681
|
|
9676
9682
|
# skip the var [in] part of a 'for' statement
|
9677
9683
|
#
|
9678
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9684
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2291
|
9679
9685
|
def skip_for_variable; end
|
9680
9686
|
|
9681
9687
|
# Skips the next method in +container+
|
9682
9688
|
#
|
9683
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9689
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2302
|
9684
9690
|
def skip_method(container); end
|
9685
9691
|
|
9686
9692
|
# while, until, and for have an optional do
|
9687
9693
|
#
|
9688
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9694
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2250
|
9689
9695
|
def skip_optional_do_after_expression; end
|
9690
9696
|
|
9691
9697
|
# Skip opening parentheses and yield the block.
|
@@ -9696,7 +9702,7 @@ class RDoc::Parser::Ruby < ::RDoc::Parser
|
|
9696
9702
|
|
9697
9703
|
# Skip spaces until a comment is found
|
9698
9704
|
#
|
9699
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9705
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2311
|
9700
9706
|
def skip_tkspace_comment(skip_nl = T.unsafe(nil)); end
|
9701
9707
|
|
9702
9708
|
# Marks containers between +container+ and +ancestor+ as ignored
|
@@ -9713,12 +9719,12 @@ class RDoc::Parser::Ruby < ::RDoc::Parser
|
|
9713
9719
|
|
9714
9720
|
# Updates visibility in +container+ from +vis_type+ and +vis+.
|
9715
9721
|
#
|
9716
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9722
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2323
|
9717
9723
|
def update_visibility(container, vis_type, vis, singleton); end
|
9718
9724
|
|
9719
9725
|
# Prints +message+ to +$stderr+ unless we're being quiet
|
9720
9726
|
#
|
9721
|
-
# source://rdoc//lib/rdoc/parser/ruby.rb#
|
9727
|
+
# source://rdoc//lib/rdoc/parser/ruby.rb#2368
|
9722
9728
|
def warn(message); end
|
9723
9729
|
end
|
9724
9730
|
|
@@ -9839,310 +9845,310 @@ end
|
|
9839
9845
|
# RD format parser for headings, paragraphs, lists, verbatim sections that
|
9840
9846
|
# exist as blocks.
|
9841
9847
|
#
|
9842
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9848
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#660
|
9843
9849
|
class RDoc::RD::BlockParser < ::Racc::Parser
|
9844
9850
|
# Creates a new RDoc::RD::BlockParser. Use #parse to parse an rd-format
|
9845
9851
|
# document.
|
9846
9852
|
#
|
9847
9853
|
# @return [BlockParser] a new instance of BlockParser
|
9848
9854
|
#
|
9849
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9855
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#695
|
9850
9856
|
def initialize; end
|
9851
9857
|
|
9852
9858
|
# reduce 0 omitted
|
9853
9859
|
#
|
9854
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9860
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1330
|
9855
9861
|
def _reduce_1(val, _values, result); end
|
9856
9862
|
|
9857
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9863
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1372
|
9858
9864
|
def _reduce_10(val, _values, result); end
|
9859
9865
|
|
9860
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9866
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1377
|
9861
9867
|
def _reduce_11(val, _values, result); end
|
9862
9868
|
|
9863
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9869
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1382
|
9864
9870
|
def _reduce_12(val, _values, result); end
|
9865
9871
|
|
9866
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9872
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1390
|
9867
9873
|
def _reduce_13(val, _values, result); end
|
9868
9874
|
|
9869
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9875
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1396
|
9870
9876
|
def _reduce_14(val, _values, result); end
|
9871
9877
|
|
9872
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9878
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1403
|
9873
9879
|
def _reduce_15(val, _values, result); end
|
9874
9880
|
|
9875
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9881
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1408
|
9876
9882
|
def _reduce_16(val, _values, result); end
|
9877
9883
|
|
9878
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9884
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1413
|
9879
9885
|
def _reduce_17(val, _values, result); end
|
9880
9886
|
|
9881
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9887
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1424
|
9882
9888
|
def _reduce_18(val, _values, result); end
|
9883
9889
|
|
9884
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9890
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1435
|
9885
9891
|
def _reduce_19(val, _values, result); end
|
9886
9892
|
|
9887
9893
|
# @raise [ParseError]
|
9888
9894
|
#
|
9889
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9895
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1335
|
9890
9896
|
def _reduce_2(val, _values, result); end
|
9891
9897
|
|
9892
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9898
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1441
|
9893
9899
|
def _reduce_20(val, _values, result); end
|
9894
9900
|
|
9895
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9901
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1447
|
9896
9902
|
def _reduce_21(val, _values, result); end
|
9897
9903
|
|
9898
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9904
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1453
|
9899
9905
|
def _reduce_22(val, _values, result); end
|
9900
9906
|
|
9901
9907
|
# reduce 26 omitted
|
9902
9908
|
#
|
9903
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9909
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1469
|
9904
9910
|
def _reduce_27(val, _values, result); end
|
9905
9911
|
|
9906
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9912
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1475
|
9907
9913
|
def _reduce_28(val, _values, result); end
|
9908
9914
|
|
9909
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9915
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1481
|
9910
9916
|
def _reduce_29(val, _values, result); end
|
9911
9917
|
|
9912
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9918
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1340
|
9913
9919
|
def _reduce_3(val, _values, result); end
|
9914
9920
|
|
9915
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9921
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1487
|
9916
9922
|
def _reduce_30(val, _values, result); end
|
9917
9923
|
|
9918
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9924
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1492
|
9919
9925
|
def _reduce_31(val, _values, result); end
|
9920
9926
|
|
9921
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9927
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1497
|
9922
9928
|
def _reduce_32(val, _values, result); end
|
9923
9929
|
|
9924
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9930
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1503
|
9925
9931
|
def _reduce_33(val, _values, result); end
|
9926
9932
|
|
9927
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9933
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1508
|
9928
9934
|
def _reduce_34(val, _values, result); end
|
9929
9935
|
|
9930
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9936
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1513
|
9931
9937
|
def _reduce_35(val, _values, result); end
|
9932
9938
|
|
9933
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9939
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1519
|
9934
9940
|
def _reduce_36(val, _values, result); end
|
9935
9941
|
|
9936
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9942
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1525
|
9937
9943
|
def _reduce_37(val, _values, result); end
|
9938
9944
|
|
9939
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9945
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1530
|
9940
9946
|
def _reduce_38(val, _values, result); end
|
9941
9947
|
|
9942
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9948
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1535
|
9943
9949
|
def _reduce_39(val, _values, result); end
|
9944
9950
|
|
9945
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9951
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1345
|
9946
9952
|
def _reduce_4(val, _values, result); end
|
9947
9953
|
|
9948
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9954
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1541
|
9949
9955
|
def _reduce_40(val, _values, result); end
|
9950
9956
|
|
9951
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9957
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1547
|
9952
9958
|
def _reduce_41(val, _values, result); end
|
9953
9959
|
|
9954
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9960
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1552
|
9955
9961
|
def _reduce_42(val, _values, result); end
|
9956
9962
|
|
9957
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9963
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1557
|
9958
9964
|
def _reduce_43(val, _values, result); end
|
9959
9965
|
|
9960
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9966
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1565
|
9961
9967
|
def _reduce_44(val, _values, result); end
|
9962
9968
|
|
9963
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9969
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1571
|
9964
9970
|
def _reduce_45(val, _values, result); end
|
9965
9971
|
|
9966
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9972
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1576
|
9967
9973
|
def _reduce_46(val, _values, result); end
|
9968
9974
|
|
9969
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9975
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1581
|
9970
9976
|
def _reduce_47(val, _values, result); end
|
9971
9977
|
|
9972
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9978
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1587
|
9973
9979
|
def _reduce_48(val, _values, result); end
|
9974
9980
|
|
9975
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9981
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1593
|
9976
9982
|
def _reduce_49(val, _values, result); end
|
9977
9983
|
|
9978
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9984
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1350
|
9979
9985
|
def _reduce_5(val, _values, result); end
|
9980
9986
|
|
9981
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9987
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1599
|
9982
9988
|
def _reduce_50(val, _values, result); end
|
9983
9989
|
|
9984
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9990
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1605
|
9985
9991
|
def _reduce_51(val, _values, result); end
|
9986
9992
|
|
9987
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9993
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1611
|
9988
9994
|
def _reduce_52(val, _values, result); end
|
9989
9995
|
|
9990
9996
|
# reduce 53 omitted
|
9991
9997
|
#
|
9992
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
9998
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1618
|
9993
9999
|
def _reduce_54(val, _values, result); end
|
9994
10000
|
|
9995
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10001
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1623
|
9996
10002
|
def _reduce_55(val, _values, result); end
|
9997
10003
|
|
9998
10004
|
# reduce 56 omitted
|
9999
10005
|
#
|
10000
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10006
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1630
|
10001
10007
|
def _reduce_57(val, _values, result); end
|
10002
10008
|
|
10003
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10009
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1355
|
10004
10010
|
def _reduce_6(val, _values, result); end
|
10005
10011
|
|
10006
10012
|
# reduce 61 omitted
|
10007
10013
|
#
|
10008
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10014
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1643
|
10009
10015
|
def _reduce_62(val, _values, result); end
|
10010
10016
|
|
10011
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10017
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1649
|
10012
10018
|
def _reduce_63(val, _values, result); end
|
10013
10019
|
|
10014
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10020
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1655
|
10015
10021
|
def _reduce_64(val, _values, result); end
|
10016
10022
|
|
10017
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10023
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1661
|
10018
10024
|
def _reduce_65(val, _values, result); end
|
10019
10025
|
|
10020
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10026
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1667
|
10021
10027
|
def _reduce_66(val, _values, result); end
|
10022
10028
|
|
10023
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10029
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1673
|
10024
10030
|
def _reduce_67(val, _values, result); end
|
10025
10031
|
|
10026
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10032
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1678
|
10027
10033
|
def _reduce_68(val, _values, result); end
|
10028
10034
|
|
10029
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10035
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1683
|
10030
10036
|
def _reduce_69(val, _values, result); end
|
10031
10037
|
|
10032
10038
|
# reduce 70 omitted
|
10033
10039
|
#
|
10034
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10040
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1690
|
10035
10041
|
def _reduce_71(val, _values, result); end
|
10036
10042
|
|
10037
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10043
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1695
|
10038
10044
|
def _reduce_72(val, _values, result); end
|
10039
10045
|
|
10040
10046
|
# reduce 7 omitted
|
10041
10047
|
#
|
10042
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10048
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1362
|
10043
10049
|
def _reduce_8(val, _values, result); end
|
10044
10050
|
|
10045
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10051
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1367
|
10046
10052
|
def _reduce_9(val, _values, result); end
|
10047
10053
|
|
10048
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10054
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1700
|
10049
10055
|
def _reduce_none(val, _values, result); end
|
10050
10056
|
|
10051
10057
|
# Adds footnote +content+ to the document
|
10052
10058
|
#
|
10053
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10059
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1045
|
10054
10060
|
def add_footnote(content); end
|
10055
10061
|
|
10056
10062
|
# Adds label +label+ to the document
|
10057
10063
|
#
|
10058
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10064
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1059
|
10059
10065
|
def add_label(label); end
|
10060
10066
|
|
10061
10067
|
# Retrieves the content of +values+ as a single String
|
10062
10068
|
#
|
10063
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10069
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1028
|
10064
10070
|
def content(values); end
|
10065
10071
|
|
10066
10072
|
# Footnotes for this document
|
10067
10073
|
#
|
10068
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10074
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#679
|
10069
10075
|
def footnotes; end
|
10070
10076
|
|
10071
10077
|
# Path to find included files in
|
10072
10078
|
#
|
10073
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10079
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#689
|
10074
10080
|
def include_path; end
|
10075
10081
|
|
10076
10082
|
# Path to find included files in
|
10077
10083
|
#
|
10078
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10084
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#689
|
10079
10085
|
def include_path=(_arg0); end
|
10080
10086
|
|
10081
10087
|
# Labels for items in this document
|
10082
10088
|
#
|
10083
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10089
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#684
|
10084
10090
|
def labels; end
|
10085
10091
|
|
10086
10092
|
# Current line number
|
10087
10093
|
#
|
10088
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10094
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#983
|
10089
10095
|
def line_index; end
|
10090
10096
|
|
10091
10097
|
# Returns the next token from the document
|
10092
10098
|
#
|
10093
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10099
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#751
|
10094
10100
|
def next_token; end
|
10095
10101
|
|
10096
10102
|
# Raises a ParseError when invalid formatting is found
|
10097
10103
|
#
|
10098
10104
|
# @raise [ParseError]
|
10099
10105
|
#
|
10100
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10106
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#967
|
10101
10107
|
def on_error(et, ev, _values); end
|
10102
10108
|
|
10103
10109
|
# Creates a paragraph for +value+
|
10104
10110
|
#
|
10105
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10111
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1035
|
10106
10112
|
def paragraph(value); end
|
10107
10113
|
|
10108
10114
|
# Parses +src+ and returns an RDoc::Markup::Document.
|
10109
10115
|
#
|
10110
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10116
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#707
|
10111
10117
|
def parse(src); end
|
10112
10118
|
|
10113
10119
|
private
|
10114
10120
|
|
10115
10121
|
# Cuts off excess whitespace in +src+
|
10116
10122
|
#
|
10117
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10123
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#931
|
10118
10124
|
def cut_off(src); end
|
10119
10125
|
|
10120
10126
|
# Formats line numbers +line_numbers+ prettily
|
10121
10127
|
#
|
10122
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10128
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1019
|
10123
10129
|
def format_line_num(*line_numbers); end
|
10124
10130
|
|
10125
10131
|
# Retrieves the content for +file+ from the include_path
|
10126
10132
|
#
|
10127
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10133
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1000
|
10128
10134
|
def get_included(file); end
|
10129
10135
|
|
10130
10136
|
# Yields to the given block if +indent+ matches the current indent, otherwise
|
10131
10137
|
# an indentation token is processed.
|
10132
10138
|
#
|
10133
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10139
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#913
|
10134
10140
|
def if_current_indent_equal(indent); end
|
10135
10141
|
|
10136
10142
|
# Parses subtree +src+
|
10137
10143
|
#
|
10138
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10144
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#990
|
10139
10145
|
def parse_subtree(src); end
|
10140
10146
|
|
10141
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10147
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#958
|
10142
10148
|
def set_term_to_element(parent, term); end
|
10143
10149
|
end
|
10144
10150
|
|
10145
|
-
# source://rdoc//lib/rdoc/rd/block_parser.rb#
|
10151
|
+
# source://rdoc//lib/rdoc/rd/block_parser.rb#1324
|
10146
10152
|
RDoc::RD::BlockParser::Racc_debug_parser = T.let(T.unsafe(nil), FalseClass)
|
10147
10153
|
|
10148
10154
|
# Inline keeps track of markup and labels to create proper links.
|
@@ -10195,234 +10201,234 @@ end
|
|
10195
10201
|
|
10196
10202
|
# RD format parser for inline markup such as emphasis, links, footnotes, etc.
|
10197
10203
|
#
|
10198
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10204
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#661
|
10199
10205
|
class RDoc::RD::InlineParser < ::Racc::Parser
|
10200
10206
|
# Creates a new parser for inline markup in the rd format. The +block_parser+
|
10201
10207
|
# is used to for footnotes and labels in the inline text.
|
10202
10208
|
#
|
10203
10209
|
# @return [InlineParser] a new instance of InlineParser
|
10204
10210
|
#
|
10205
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10211
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#734
|
10206
10212
|
def initialize(block_parser); end
|
10207
10213
|
|
10208
10214
|
# reduce 100 omitted
|
10209
10215
|
#
|
10210
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10216
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1746
|
10211
10217
|
def _reduce_101(val, _values, result); end
|
10212
10218
|
|
10213
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10219
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1753
|
10214
10220
|
def _reduce_102(val, _values, result); end
|
10215
10221
|
|
10216
10222
|
# reduce 108 omitted
|
10217
10223
|
#
|
10218
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10224
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1771
|
10219
10225
|
def _reduce_109(val, _values, result); end
|
10220
10226
|
|
10221
10227
|
# reduce 110 omitted
|
10222
10228
|
#
|
10223
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10229
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1778
|
10224
10230
|
def _reduce_111(val, _values, result); end
|
10225
10231
|
|
10226
10232
|
# reduce 112 omitted
|
10227
10233
|
#
|
10228
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10234
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1786
|
10229
10235
|
def _reduce_113(val, _values, result); end
|
10230
10236
|
|
10231
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10237
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1791
|
10232
10238
|
def _reduce_114(val, _values, result); end
|
10233
10239
|
|
10234
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10240
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1796
|
10235
10241
|
def _reduce_115(val, _values, result); end
|
10236
10242
|
|
10237
10243
|
# reduce 12 omitted
|
10238
10244
|
#
|
10239
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10245
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1409
|
10240
10246
|
def _reduce_13(val, _values, result); end
|
10241
10247
|
|
10242
10248
|
# reduce 135 omitted
|
10243
10249
|
#
|
10244
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10250
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1841
|
10245
10251
|
def _reduce_136(val, _values, result); end
|
10246
10252
|
|
10247
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10253
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1416
|
10248
10254
|
def _reduce_14(val, _values, result); end
|
10249
10255
|
|
10250
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10256
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1423
|
10251
10257
|
def _reduce_15(val, _values, result); end
|
10252
10258
|
|
10253
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10259
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1430
|
10254
10260
|
def _reduce_16(val, _values, result); end
|
10255
10261
|
|
10256
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10262
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1437
|
10257
10263
|
def _reduce_17(val, _values, result); end
|
10258
10264
|
|
10259
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10265
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1445
|
10260
10266
|
def _reduce_18(val, _values, result); end
|
10261
10267
|
|
10262
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10268
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1451
|
10263
10269
|
def _reduce_19(val, _values, result); end
|
10264
10270
|
|
10265
10271
|
# reduce 1 omitted
|
10266
10272
|
#
|
10267
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10273
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1381
|
10268
10274
|
def _reduce_2(val, _values, result); end
|
10269
10275
|
|
10270
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10276
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1459
|
10271
10277
|
def _reduce_20(val, _values, result); end
|
10272
10278
|
|
10273
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10279
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1465
|
10274
10280
|
def _reduce_21(val, _values, result); end
|
10275
10281
|
|
10276
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10282
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1474
|
10277
10283
|
def _reduce_22(val, _values, result); end
|
10278
10284
|
|
10279
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10285
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1480
|
10280
10286
|
def _reduce_23(val, _values, result); end
|
10281
10287
|
|
10282
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10288
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1486
|
10283
10289
|
def _reduce_24(val, _values, result); end
|
10284
10290
|
|
10285
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10291
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1492
|
10286
10292
|
def _reduce_25(val, _values, result); end
|
10287
10293
|
|
10288
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10294
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1501
|
10289
10295
|
def _reduce_26(val, _values, result); end
|
10290
10296
|
|
10291
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10297
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1507
|
10292
10298
|
def _reduce_27(val, _values, result); end
|
10293
10299
|
|
10294
10300
|
# reduce 28 omitted
|
10295
10301
|
#
|
10296
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10302
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1516
|
10297
10303
|
def _reduce_29(val, _values, result); end
|
10298
10304
|
|
10299
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10305
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1386
|
10300
10306
|
def _reduce_3(val, _values, result); end
|
10301
10307
|
|
10302
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10308
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1521
|
10303
10309
|
def _reduce_30(val, _values, result); end
|
10304
10310
|
|
10305
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10311
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1526
|
10306
10312
|
def _reduce_31(val, _values, result); end
|
10307
10313
|
|
10308
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10314
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1532
|
10309
10315
|
def _reduce_32(val, _values, result); end
|
10310
10316
|
|
10311
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10317
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1538
|
10312
10318
|
def _reduce_33(val, _values, result); end
|
10313
10319
|
|
10314
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10320
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1544
|
10315
10321
|
def _reduce_34(val, _values, result); end
|
10316
10322
|
|
10317
10323
|
# reduce 35 omitted
|
10318
10324
|
#
|
10319
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10325
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1552
|
10320
10326
|
def _reduce_36(val, _values, result); end
|
10321
10327
|
|
10322
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10328
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1557
|
10323
10329
|
def _reduce_37(val, _values, result); end
|
10324
10330
|
|
10325
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10331
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1562
|
10326
10332
|
def _reduce_38(val, _values, result); end
|
10327
10333
|
|
10328
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10334
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1568
|
10329
10335
|
def _reduce_39(val, _values, result); end
|
10330
10336
|
|
10331
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10337
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1574
|
10332
10338
|
def _reduce_40(val, _values, result); end
|
10333
10339
|
|
10334
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10340
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1580
|
10335
10341
|
def _reduce_41(val, _values, result); end
|
10336
10342
|
|
10337
10343
|
# reduce 42 omitted
|
10338
10344
|
#
|
10339
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10345
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1588
|
10340
10346
|
def _reduce_43(val, _values, result); end
|
10341
10347
|
|
10342
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10348
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1594
|
10343
10349
|
def _reduce_44(val, _values, result); end
|
10344
10350
|
|
10345
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10351
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1600
|
10346
10352
|
def _reduce_45(val, _values, result); end
|
10347
10353
|
|
10348
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10354
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1606
|
10349
10355
|
def _reduce_46(val, _values, result); end
|
10350
10356
|
|
10351
10357
|
# reduce 56 omitted
|
10352
10358
|
#
|
10353
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10359
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1632
|
10354
10360
|
def _reduce_57(val, _values, result); end
|
10355
10361
|
|
10356
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10362
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1638
|
10357
10363
|
def _reduce_58(val, _values, result); end
|
10358
10364
|
|
10359
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10365
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1644
|
10360
10366
|
def _reduce_59(val, _values, result); end
|
10361
10367
|
|
10362
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10368
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1650
|
10363
10369
|
def _reduce_60(val, _values, result); end
|
10364
10370
|
|
10365
10371
|
# reduce 61 omitted
|
10366
10372
|
#
|
10367
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10373
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1657
|
10368
10374
|
def _reduce_62(val, _values, result); end
|
10369
10375
|
|
10370
10376
|
# reduce 63 omitted
|
10371
10377
|
#
|
10372
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10378
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1665
|
10373
10379
|
def _reduce_64(val, _values, result); end
|
10374
10380
|
|
10375
10381
|
# reduce 77 omitted
|
10376
10382
|
#
|
10377
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10383
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1697
|
10378
10384
|
def _reduce_78(val, _values, result); end
|
10379
10385
|
|
10380
10386
|
# reduce 137 omitted
|
10381
10387
|
#
|
10382
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10388
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1848
|
10383
10389
|
def _reduce_none(val, _values, result); end
|
10384
10390
|
|
10385
10391
|
# Creates a new RDoc::RD::Inline for the +rdoc+ markup and the raw +reference+
|
10386
10392
|
#
|
10387
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10393
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#883
|
10388
10394
|
def inline(rdoc, reference = T.unsafe(nil)); end
|
10389
10395
|
|
10390
10396
|
# Returns the next token from the inline text
|
10391
10397
|
#
|
10392
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10398
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#752
|
10393
10399
|
def next_token; end
|
10394
10400
|
|
10395
10401
|
# Returns words following an error
|
10396
10402
|
#
|
10397
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10403
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#872
|
10398
10404
|
def next_words_on_error; end
|
10399
10405
|
|
10400
10406
|
# Raises a ParseError when invalid formatting is found
|
10401
10407
|
#
|
10402
10408
|
# @raise [ParseError]
|
10403
10409
|
#
|
10404
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10410
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#832
|
10405
10411
|
def on_error(et, ev, values); end
|
10406
10412
|
|
10407
10413
|
# Parses the +inline+ text from RD format into RDoc format.
|
10408
10414
|
#
|
10409
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10415
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#741
|
10410
10416
|
def parse(inline); end
|
10411
10417
|
|
10412
10418
|
# Returns words before the error
|
10413
10419
|
#
|
10414
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10420
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#849
|
10415
10421
|
def prev_words_on_error(ev); end
|
10416
10422
|
|
10417
10423
|
private
|
10418
10424
|
|
10419
10425
|
# Returns the last line of +src+
|
10420
10426
|
#
|
10421
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10427
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#860
|
10422
10428
|
def last_line(src); end
|
10423
10429
|
end
|
10424
10430
|
|
10425
|
-
# source://rdoc//lib/rdoc/rd/inline_parser.rb#
|
10431
|
+
# source://rdoc//lib/rdoc/rd/inline_parser.rb#1373
|
10426
10432
|
RDoc::RD::InlineParser::Racc_debug_parser = T.let(T.unsafe(nil), FalseClass)
|
10427
10433
|
|
10428
10434
|
# This is the driver for generating RDoc output. It handles file parsing and
|