Method: BusScheme::Cons#cdr
- Defined in:
- lib/cons.rb
#cdr ⇒ Object Also known as: rest
Returns the value of attribute cdr.
3 4 5 |
# File 'lib/cons.rb', line 3 def cdr @cdr end |
Returns the value of attribute cdr.
3 4 5 |
# File 'lib/cons.rb', line 3 def cdr @cdr end |