class RuboCop::AST::SendNode

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

Private Instance Methods

first_argument_index() click to toggle source
# File lib/rubocop/ast/node/send_node.rb, line 20
def first_argument_index
  2
end