Libraries
»
ds
(0.0.7)
»
Index
»
DS
»
Pair
»
#key
Method: DS::Pair#key
Defined in:
lib/ds/pair.rb
#
key
⇒
Object
Also known as:
first
Returns the value of attribute key.
4 5 6
# File 'lib/ds/pair.rb', line 4
def
key
@key
end