sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
parent
4793677123
commit
1359ebc025
@ -8993,10 +8993,14 @@ class RuboCop::Cask::AST::Stanza
|
|||||||
|
|
||||||
def depends_on?(); end
|
def depends_on?(); end
|
||||||
|
|
||||||
|
def deprecate?(); end
|
||||||
|
|
||||||
def desc?(); end
|
def desc?(); end
|
||||||
|
|
||||||
def dictionary?(); end
|
def dictionary?(); end
|
||||||
|
|
||||||
|
def disable?(); end
|
||||||
|
|
||||||
def font?(); end
|
def font?(); end
|
||||||
|
|
||||||
def homepage?(); end
|
def homepage?(); end
|
||||||
|
|||||||
@ -362,6 +362,12 @@ module Cask
|
|||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def on_system_blocks_exist?; end
|
def on_system_blocks_exist?; end
|
||||||
|
|
||||||
|
sig { returns(T::Boolean) }
|
||||||
|
def disabled?; end
|
||||||
|
|
||||||
|
sig { returns(T::Boolean) }
|
||||||
|
def livecheckable?; end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user