module RuboCop::AST::ConditionalNode

def condition

Returns:
  • (Node, nil) - the condition of the node
def condition
  node_parts[0]
end