# File lib/typed-array/functions.rb, line 77
    def push *items
      _ensure_all_items_in_array_are_allowed items
      super
    end