class RuboCop::AST::ForNode

def node_parts

Returns:
  • (Array) - the different parts of the `until` statement
def node_parts
  to_a
end