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
b0c5f613b9
commit
c25244a0f2
@ -27,6 +27,9 @@ class RuboCop::Cask::AST::Stanza
|
|||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def auto_updates?; end
|
def auto_updates?; end
|
||||||
|
|
||||||
|
sig { returns(T::Boolean) }
|
||||||
|
def bash_completion?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def binary?; end
|
def binary?; end
|
||||||
|
|
||||||
@ -51,6 +54,9 @@ class RuboCop::Cask::AST::Stanza
|
|||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def dictionary?; end
|
def dictionary?; end
|
||||||
|
|
||||||
|
sig { returns(T::Boolean) }
|
||||||
|
def fish_completion?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def font?; end
|
def font?; end
|
||||||
|
|
||||||
@ -191,4 +197,7 @@ class RuboCop::Cask::AST::Stanza
|
|||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def zap?; end
|
def zap?; end
|
||||||
|
|
||||||
|
sig { returns(T::Boolean) }
|
||||||
|
def zsh_completion?; end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user