# File lib/facets/more/lisp.rb, line 308 def implode(list) accumulate(lambda { |x, y| x + y }, '', list) end