Add upstream rbi

This commit is contained in:
Douglas Eichelberger 2024-02-04 06:00:32 -08:00
parent 5b5cfe89de
commit a40fc0afd3

View File

@ -3,6 +3,12 @@
# This file contains temporary definitions for fixes that have
# been submitted upstream to https://github.com/sorbet/sorbet.
# https://github.com/sorbet/sorbet/pull/7647/files
module IRB
sig { params(ap_path: T.nilable(String), argv: T::Array[String]).void }
def self.setup(ap_path, argv: ::ARGV); end
end
# https://github.com/sorbet/sorbet/pull/7678
class String
sig do