Method: BusScheme::Cons#cdr

Defined in:
lib/cons.rb

#cdrObject Also known as: rest

Returns the value of attribute cdr.



3
4
5
# File 'lib/cons.rb', line 3

def cdr
  @cdr
end