class RuboCop::AST::SendNode

to all ‘send` nodes within RuboCop.
node when the builder constructs the AST, making its methods available
A node extension for `send` nodes. This will be used in place of a plain

def node_parts

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