Merge pull request #19931 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
c9f58f83a4
@ -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