Update RBI files for 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 2023-03-08 19:08:34 +00:00
parent c32c0e64ac
commit 3d2fc6e0f0
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 4 deletions

View File

@ -1319,6 +1319,8 @@ end
Parser::Source::Buffer::ENCODING_RE = T.let(T.unsafe(nil), Regexp)
class Parser::Source::Comment
include ::RuboCop::Ext::Comment
def initialize(range); end
def ==(other); end

View File

@ -5632,10 +5632,6 @@ class Parser::Ruby26
Racc_debug_parser = ::T.let(nil, ::T.untyped)
end
class Parser::Source::Comment
include ::RuboCop::Ext::Comment
end
class PkgVersion
def major(*args, &block); end