# File lib/facets/more/pqueue.rb, line 178
  def top
    return nil if empty?
    return @qarray[1]
  end