class RuboCop::AST::YieldNode
def node_parts
-
(Array)
- the different parts of the `send` node
def node_parts [nil, :yield, *to_a] end
(Array)
- the different parts of the `send` node
def node_parts [nil, :yield, *to_a] end