# File lib/facet/heap.rb, line 159
  def push_all(elms)
    elms.each {|e| push(e)}
  end