Update RBI files for sorbet.
This commit is contained in:
parent
8dd04b9919
commit
80bf12d63f
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user