# File lib/hike/normalized_array.rb, line 24
    def <<(element)
      super normalize_element(element)
    end