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