# File lib/facets/more/lisp.rb, line 164
def
pair!
(
x
)
return
x
if
pair?
(
x
)
return
DottedPair
[
*
x
]
end