Update RBI files for rbi.

This commit is contained in:
BrewTestBot 2021-10-07 10:54:28 +00:00
parent 5b9ee71ea9
commit aa90e09c4a
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 9 additions and 5 deletions

View File

@ -651,6 +651,9 @@ class RBI::Param < ::RBI::NodeWithComments
sig { override.params(v: RBI::Printer).void } sig { override.params(v: RBI::Printer).void }
def accept_printer(v); end def accept_printer(v); end
sig { returns(T::Array[String]) }
def comments_lines; end
sig { returns(String) } sig { returns(String) }
def name; end def name; end
@ -670,6 +673,9 @@ class RBI::ParseError < ::StandardError
end end
class RBI::Parser class RBI::Parser
sig { void }
def initialize; end
sig { params(path: String).returns(RBI::Tree) } sig { params(path: String).returns(RBI::Tree) }
def parse_file(path); end def parse_file(path); end
@ -1025,6 +1031,9 @@ class RBI::SigParam < ::RBI::NodeWithComments
sig { override.params(v: RBI::Printer).void } sig { override.params(v: RBI::Printer).void }
def accept_printer(v); end def accept_printer(v); end
sig { returns(T::Array[String]) }
def comments_lines; end
sig { returns(String) } sig { returns(String) }
def name; end def name; end

View File

@ -7425,11 +7425,6 @@ module Readline
def self.completion_quote_character(); end def self.completion_quote_character(); end
end end
module ReleaseNotes
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Requirement class Requirement
extend ::T::Private::Methods::MethodHooks extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks