class RuboCop::AST::IndexasgnNode

def first_argument_index

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