# File lib/mega/heap.rb, line 133
def
top
raise
EmptyHeapException
if
@heap_size
<
1
@array
[
0
]
end