Method: LRUHash::Node#key

Defined in:
lib/bio/system/lruhash.rb

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



201
202
203
# File 'lib/bio/system/lruhash.rb', line 201

def key
  @key
end