class RuboCop::AST::BlockNode

def body

Returns:
  • (Node, nil) - the body of the `block` node or `nil`
def body
  node_parts[2]
end