class RuboCop::AST::ResbodyNode

def body

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