Update RBI files for rubocop-ast.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
parent
cacb76673a
commit
72b3aa0e8b
@ -4459,7 +4459,7 @@ class RuboCop::AST::NodePattern::LexerRex
|
|||||||
|
|
||||||
# The current location in the parse.
|
# The current location in the parse.
|
||||||
#
|
#
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/lexer.rex.rb#103
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/lexer.rex.rb#104
|
||||||
def location; end
|
def location; end
|
||||||
|
|
||||||
# The StringScanner for this lexer.
|
# The StringScanner for this lexer.
|
||||||
@ -4474,22 +4474,22 @@ class RuboCop::AST::NodePattern::LexerRex
|
|||||||
|
|
||||||
# Lex the next token.
|
# Lex the next token.
|
||||||
#
|
#
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/lexer.rex.rb#112
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/lexer.rex.rb#113
|
||||||
def next_token; end
|
def next_token; end
|
||||||
|
|
||||||
# Parse the given string.
|
# Parse the given string.
|
||||||
#
|
#
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/lexer.rex.rb#83
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/lexer.rex.rb#84
|
||||||
def parse(str); end
|
def parse(str); end
|
||||||
|
|
||||||
# Read in and parse the file at +path+.
|
# Read in and parse the file at +path+.
|
||||||
#
|
#
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/lexer.rex.rb#93
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/lexer.rex.rb#94
|
||||||
def parse_file(path); end
|
def parse_file(path); end
|
||||||
|
|
||||||
# The current scanner class. Must be overridden in subclasses.
|
# The current scanner class. Must be overridden in subclasses.
|
||||||
#
|
#
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/lexer.rex.rb#76
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/lexer.rex.rb#77
|
||||||
def scanner_class; end
|
def scanner_class; end
|
||||||
|
|
||||||
# The StringScanner for this lexer.
|
# The StringScanner for this lexer.
|
||||||
@ -4863,116 +4863,116 @@ class RuboCop::AST::NodePattern::Parser < ::Racc::Parser
|
|||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.rb#19
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.rb#19
|
||||||
def initialize(builder = T.unsafe(nil)); end
|
def initialize(builder = T.unsafe(nil)); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#335
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#333
|
||||||
def _reduce_10(val, _values); end
|
def _reduce_10(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#339
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#337
|
||||||
def _reduce_11(val, _values); end
|
def _reduce_11(val, _values); end
|
||||||
|
|
||||||
# reduce 12 omitted
|
# reduce 12 omitted
|
||||||
#
|
#
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#345
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#343
|
||||||
def _reduce_13(val, _values); end
|
def _reduce_13(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#349
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#347
|
||||||
def _reduce_14(val, _values); end
|
def _reduce_14(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#353
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#351
|
||||||
def _reduce_15(val, _values); end
|
def _reduce_15(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#357
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#355
|
||||||
def _reduce_16(val, _values); end
|
def _reduce_16(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#361
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#359
|
||||||
def _reduce_17(val, _values); end
|
def _reduce_17(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#365
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#363
|
||||||
def _reduce_18(val, _values); end
|
def _reduce_18(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#369
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#367
|
||||||
def _reduce_19(val, _values); end
|
def _reduce_19(val, _values); end
|
||||||
|
|
||||||
# reduce 1 omitted
|
# reduce 1 omitted
|
||||||
#
|
#
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#303
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#301
|
||||||
def _reduce_2(val, _values); end
|
def _reduce_2(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#373
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#371
|
||||||
def _reduce_20(val, _values); end
|
def _reduce_20(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#377
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#375
|
||||||
def _reduce_21(val, _values); end
|
def _reduce_21(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#381
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#379
|
||||||
def _reduce_22(val, _values); end
|
def _reduce_22(val, _values); end
|
||||||
|
|
||||||
# reduce 24 omitted
|
# reduce 24 omitted
|
||||||
#
|
#
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#389
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#387
|
||||||
def _reduce_25(val, _values); end
|
def _reduce_25(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#395
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#393
|
||||||
def _reduce_26(val, _values); end
|
def _reduce_26(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#307
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#305
|
||||||
def _reduce_3(val, _values); end
|
def _reduce_3(val, _values); end
|
||||||
|
|
||||||
# reduce 32 omitted
|
# reduce 32 omitted
|
||||||
#
|
#
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#415
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#413
|
||||||
def _reduce_33(val, _values); end
|
def _reduce_33(val, _values); end
|
||||||
|
|
||||||
# reduce 36 omitted
|
# reduce 36 omitted
|
||||||
#
|
#
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#425
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#423
|
||||||
def _reduce_37(val, _values); end
|
def _reduce_37(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#429
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#427
|
||||||
def _reduce_38(val, _values); end
|
def _reduce_38(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#433
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#431
|
||||||
def _reduce_39(val, _values); end
|
def _reduce_39(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#311
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#309
|
||||||
def _reduce_4(val, _values); end
|
def _reduce_4(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#437
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#435
|
||||||
def _reduce_40(val, _values); end
|
def _reduce_40(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#441
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#439
|
||||||
def _reduce_41(val, _values); end
|
def _reduce_41(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#445
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#443
|
||||||
def _reduce_42(val, _values); end
|
def _reduce_42(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#449
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#447
|
||||||
def _reduce_43(val, _values); end
|
def _reduce_43(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#453
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#451
|
||||||
def _reduce_44(val, _values); end
|
def _reduce_44(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#457
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#455
|
||||||
def _reduce_45(val, _values); end
|
def _reduce_45(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#461
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#459
|
||||||
def _reduce_46(val, _values); end
|
def _reduce_46(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#315
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#313
|
||||||
def _reduce_5(val, _values); end
|
def _reduce_5(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#319
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#317
|
||||||
def _reduce_6(val, _values); end
|
def _reduce_6(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#323
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#321
|
||||||
def _reduce_7(val, _values); end
|
def _reduce_7(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#327
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#325
|
||||||
def _reduce_8(val, _values); end
|
def _reduce_8(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#331
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#329
|
||||||
def _reduce_9(val, _values); end
|
def _reduce_9(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#465
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#463
|
||||||
def _reduce_none(val, _values); end
|
def _reduce_none(val, _values); end
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
|
# source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
|
||||||
@ -5032,10 +5032,10 @@ RuboCop::AST::NodePattern::Parser::Lexer = RuboCop::AST::NodePattern::Lexer
|
|||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#227
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#227
|
||||||
RuboCop::AST::NodePattern::Parser::Racc_arg = T.let(T.unsafe(nil), Array)
|
RuboCop::AST::NodePattern::Parser::Racc_arg = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#295
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#293
|
||||||
RuboCop::AST::NodePattern::Parser::Racc_debug_parser = T.let(T.unsafe(nil), FalseClass)
|
RuboCop::AST::NodePattern::Parser::Racc_debug_parser = T.let(T.unsafe(nil), FalseClass)
|
||||||
|
|
||||||
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#244
|
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#243
|
||||||
RuboCop::AST::NodePattern::Parser::Racc_token_to_s_table = T.let(T.unsafe(nil), Array)
|
RuboCop::AST::NodePattern::Parser::Racc_token_to_s_table = T.let(T.unsafe(nil), Array)
|
||||||
|
|
||||||
# Overrides Parser to use `WithMeta` variants and provide additional methods
|
# Overrides Parser to use `WithMeta` variants and provide additional methods
|
||||||
Loading…
x
Reference in New Issue
Block a user