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:
parent
c32c0e64ac
commit
3d2fc6e0f0
@ -1319,6 +1319,8 @@ end
|
|||||||
Parser::Source::Buffer::ENCODING_RE = T.let(T.unsafe(nil), Regexp)
|
Parser::Source::Buffer::ENCODING_RE = T.let(T.unsafe(nil), Regexp)
|
||||||
|
|
||||||
class Parser::Source::Comment
|
class Parser::Source::Comment
|
||||||
|
include ::RuboCop::Ext::Comment
|
||||||
|
|
||||||
def initialize(range); end
|
def initialize(range); end
|
||||||
|
|
||||||
def ==(other); end
|
def ==(other); end
|
||||||
@ -5632,10 +5632,6 @@ class Parser::Ruby26
|
|||||||
Racc_debug_parser = ::T.let(nil, ::T.untyped)
|
Racc_debug_parser = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
|
|
||||||
class Parser::Source::Comment
|
|
||||||
include ::RuboCop::Ext::Comment
|
|
||||||
end
|
|
||||||
|
|
||||||
class PkgVersion
|
class PkgVersion
|
||||||
def major(*args, &block); end
|
def major(*args, &block); end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user