Method: Containers::Heap#next_key
- Defined in:
- lib/containers/heap.rb
#next_key ⇒ Object
132 133 134 |
# File 'lib/containers/heap.rb', line 132 def next_key @next && @next.key end |
132 133 134 |
# File 'lib/containers/heap.rb', line 132 def next_key @next && @next.key end |