Class: RuboCop::AST::BlockNode Private
- Defined in:
- rubocops/cask/extend/node.rbi
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Constant Summary
Constants included from Cask::Constants
Cask::Constants::ON_SYSTEM_METHODS, Cask::Constants::ON_SYSTEM_METHODS_STANZA_ORDER, Cask::Constants::STANZA_GROUPS, Cask::Constants::STANZA_GROUP_HASH, Cask::Constants::STANZA_ORDER, Cask::Constants::UNINSTALL_METHODS_ORDER
Instance Method Summary collapse
Methods inherited from Node
#arch_variable?, #begin_block?, #block_body, #cask_block?, #cask_on_system_block?, #heredoc?, #location_expression, #on_system_block?, #stanza?
Instance Method Details
#method_node ⇒ RuboCop::AST::SendNode
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
25 |
# File 'rubocops/cask/extend/node.rbi', line 25 def method_node; end |