class RuboCop::AST::SelfClassNode

def body

Returns:
  • (Node, nil) - the body of the class
def body
  node_parts[1]
end