# File lib/facets/more/lisp.rb, line 304
  def explode(string)
    list(*(string.split(//)))
  end