# File lib/hike/normalized_array.rb, line 49
    def unshift(*elements)
      super(*normalize_elements(elements))
    end