module RuboCop::AST::ConditionalNode

def body

Returns:
  • (Node, nil) - the body of the node

Other tags:
    Note: - For `if` nodes, this is the truthy branch.
def body
  node_parts[1]
end