Update RBI files for tapioca.

This commit is contained in:
BrewTestBot 2021-09-17 18:17:21 +00:00
parent dab0c5f94e
commit 9dee4606fc
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
4 changed files with 3643 additions and 580 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,12 @@ class AbstractDownloadStrategy
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks
end end
class ActiveRecordColumnTypeHelper
extend ::T::Sig
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
module ActiveSupport module ActiveSupport
def parse_json_times(); end def parse_json_times(); end
@ -3247,6 +3253,56 @@ module DidYouMean
def self.formatter=(formatter); end def self.formatter=(formatter); end
end end
class Diff::LCS::Block
def changes(); end
def diff_size(); end
def initialize(chunk); end
def insert(); end
def op(); end
def remove(); end
end
class Diff::LCS::Block
end
class Diff::LCS::Hunk
def blocks(); end
def diff(format, last=T.unsafe(nil)); end
def end_new(); end
def end_old(); end
def file_length_difference(); end
def flag_context(); end
def flag_context=(context); end
def initialize(data_old, data_new, piece, flag_context, file_length_difference); end
def merge(hunk); end
def missing_last_newline?(data); end
def overlaps?(hunk); end
def start_new(); end
def start_old(); end
def unshift(hunk); end
end
class Diff::LCS::Hunk
end
class Dir class Dir
def children(); end def children(); end
@ -7219,6 +7275,82 @@ module PyPI
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks
end end
class RBI::ASTVisitor
extend ::T::Helpers
extend ::T::Sig
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class RBI::File
extend ::T::Sig
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class RBI::Index
include ::T::Enumerable
end
module RBI::Indexable
extend ::T::Sig
extend ::T::Helpers
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class RBI::Loc
extend ::T::Sig
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class RBI::Node
extend ::T::Sig
extend ::T::Helpers
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class RBI::ParseError
extend ::T::Sig
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class RBI::Parser
extend ::T::Sig
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class RBI::Rewriters::Merge::Conflict
extend ::T::Sig
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class RBI::Rewriters::Merge
extend ::T::Sig
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class RBI::Visitor
extend ::T::Helpers
extend ::T::Sig
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class REXML::XPathParser class REXML::XPathParser
DEBUG = ::T.let(nil, ::T.untyped) DEBUG = ::T.let(nil, ::T.untyped)
end end
@ -9305,6 +9437,12 @@ class Tapioca::Compilers::Dsl::Base
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks
end end
module Tapioca::Reflection
extend ::T::Sig
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Tempfile class Tempfile
def _close(); end def _close(); end