class RuboCop::AST::BlockNode
def void_context?
-
(Boolean)
- whether the `block` node body is a void context
def void_context? VOID_CONTEXT_METHODS.include?(method_name) end
(Boolean)
- whether the `block` node body is a void context
def void_context? VOID_CONTEXT_METHODS.include?(method_name) end