# File lib/facet/harray.rb, line 347
  def push(*e)
    self.concat(e)
  end