Update RBI files for regexp_parser.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2024-05-15 18:02:25 +00:00
parent 0a943fb7c3
commit 72bac0261c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1133,7 +1133,7 @@ end
# source://regexp_parser//lib/regexp_parser/expression/classes/keep.rb#2
module Regexp::Expression::Keep; end
# TOOD: in regexp_parser v3.0.0 this should possibly be a Subexpression
# TODO: in regexp_parser v3.0.0 this should possibly be a Subexpression
# that contains all expressions to its left.
#
# source://regexp_parser//lib/regexp_parser/expression/classes/keep.rb#5
@ -2369,7 +2369,7 @@ class Regexp::Parser
# source://regexp_parser//lib/regexp_parser/parser.rb#262
def assign_effective_number(exp); end
# Assigns referenced expressions to refering expressions, e.g. if there is
# Assigns referenced expressions to referring expressions, e.g. if there is
# an instance of Backreference::Number, its #referenced_expression is set to
# the instance of Group::Capture that it refers to via its number.
#