Method: LRUHash::Node#value

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

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end