# File lib/ruby_parser_extras.rb, line 211
  def aryset receiver, index
    index ||= []
    s(:attrasgn, receiver, "[]=""[]=", *index[1..-1])
  end