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