Update RBI files for sorbet.

This commit is contained in:
BrewTestBot 2021-09-10 18:10:43 +00:00
parent 8dd04b9919
commit 80bf12d63f
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 3 additions and 4 deletions

View File

@ -18912,10 +18912,6 @@ class REXML::Validation::ValidationException
def initialize(msg); end def initialize(msg); end
end end
class REXML::XPath
def self.match(element, path=T.unsafe(nil), namespaces=T.unsafe(nil), variables=T.unsafe(nil), options=T.unsafe(nil)); end
end
class REXML::XPathParser class REXML::XPathParser
DEBUG = ::T.let(nil, ::T.untyped) DEBUG = ::T.let(nil, ::T.untyped)
end end

View File

@ -160,5 +160,8 @@ module Cask
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def quarantine?; end def quarantine?; end
sig { returns(T::Boolean) }
def quiet?; end
end end
end end