Update RBI files for yard-sorbet.

This commit is contained in:
BrewTestBot 2021-11-01 18:13:06 +00:00
parent de70349b24
commit 9a4041d0dd
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -49,6 +49,11 @@ end
class YARDSorbet::Handlers::MixesInClassMethodsHandler < ::YARD::Handlers::Ruby::Base
sig { void }
def process; end
class << self
sig { params(code_obj: String).returns(T.nilable(String)) }
def mixed_in_class_methods(code_obj); end
end
end
class YARDSorbet::Handlers::SigHandler < ::YARD::Handlers::Ruby::Base