# File lib/facets/more/lisp.rb, line 126
  def cons(car, cdr)
    DottedPair.new(car, cdr)
  end