Libraries
»
cons
(1.2.4)
»
Index
»
Cons
»
#cdr
Method: Cons#cdr
Defined in:
lib/cons.rb
#
cdr
⇒
Object
Also known as:
rest
Returns the value of attribute cdr.
60 61 62
# File 'lib/cons.rb', line 60
def
cdr
@cdr
end