# File lib/facet/lisp.rb, line 314
def
explode
(
string
)
list
(
*
(
string
.
split
(
//
)))
end