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 first_argument_index

def first_argument_index
  2
end

def send_type?

def send_type?
  true
end