class RuboCop::AST::ClassNode

def body

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