Method: Cons#cdr

Defined in:
lib/cons.rb

#cdrObject Also known as: rest

Returns the value of attribute cdr.



60
61
62
# File 'lib/cons.rb', line 60

def cdr
  @cdr
end