module RuboCop::AST::ConditionalNode
def body
-
(Node, nil)
- the body of the node
Other tags:
- Note: - For `if` nodes, this is the truthy branch.
def body node_parts[1] end
(Node, nil)
- the body of the node
def body node_parts[1] end