mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
sorbet: update hidden definitions
This commit is contained in:
parent
6134af3108
commit
087ee9ab6c
@ -19429,10 +19429,6 @@ class RuboCop::AST::Node
|
||||
|
||||
def cask_block?(node=T.unsafe(nil)); end
|
||||
|
||||
def find_pattern_type?(); end
|
||||
|
||||
def forward_arg_type?(); end
|
||||
|
||||
def key_node(node=T.unsafe(nil)); end
|
||||
|
||||
def method_node(node=T.unsafe(nil)); end
|
||||
@ -19604,6 +19600,10 @@ class RuboCop::Cop::FormulaAudit::Miscellaneous
|
||||
def languageNodeModule?(node0); end
|
||||
end
|
||||
|
||||
class RuboCop::Cop::FormulaAudit::Patches
|
||||
def patch_data?(node0); end
|
||||
end
|
||||
|
||||
class RuboCop::Cop::FormulaAudit::Test
|
||||
def test_calls(node0); end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user