class RuboCop::AST::YieldNode

def node_parts

Returns:
  • (Array) - the different parts of the `send` node
def node_parts
  [nil, :yield, *to_a]
end