# File lib/hike/normalized_array.rb, line 37
    def insert(index, *elements)
      super index, *normalize_elements(elements)
    end