Exception: BinaryHeap::HeapError

Inherits:
Error
  • Object
show all
Defined in:
lib/binaryheap.rb

Instance Method Summary collapse

Instance Method Details

#mesageObject



10
11
12
# File 'lib/binaryheap.rb', line 10

def mesage
   "Heap Error: #{self.to_s}"
end