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:
parent
1dfb2cfe2f
commit
d562a65753
@ -1061,7 +1061,7 @@ class Regexp::Syntax::Base
|
||||
end
|
||||
end
|
||||
|
||||
Regexp::Syntax::CURRENT = Regexp::Syntax::V2_6_3
|
||||
Regexp::Syntax::CURRENT = Regexp::Syntax::V3_1_0
|
||||
|
||||
class Regexp::Syntax::InvalidVersionNameError < ::Regexp::Syntax::SyntaxError
|
||||
def initialize(name); end
|
||||
@ -1303,6 +1303,7 @@ class Regexp::Token < ::Struct
|
||||
class << self
|
||||
def [](*_arg0); end
|
||||
def inspect; end
|
||||
def keyword_init?; end
|
||||
def members; end
|
||||
def new(*_arg0); end
|
||||
end
|
||||
@ -9461,10 +9461,6 @@ end
|
||||
class Refinement
|
||||
end
|
||||
|
||||
class Regexp::Token
|
||||
def self.keyword_init?(); end
|
||||
end
|
||||
|
||||
module Reline
|
||||
DEFAULT_DIALOG_CONTEXT = ::T.let(nil, ::T.untyped)
|
||||
DEFAULT_DIALOG_PROC_AUTOCOMPLETE = ::T.let(nil, ::T.untyped)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user