class RuboCop::AST::ForNode

def body

Returns:
  • (Node, nil) - The body of the `for` loop.
def body
  node_parts[2]
end