Method: Containers::Heap::Node#key

Defined in:
lib/containers/heap.rb

#keyObject

:nodoc:



306
307
308
# File 'lib/containers/heap.rb', line 306

def key
  @key
end