class RuboCop::AST::IndexNode

def first_argument_index

Returns:
  • (Array) - the arguments of the dispatched method
def first_argument_index
  1
end