# File lib/facet/lisp-format.rb, line 1341 def join(other) return other if not other.is_a?(FormatLiteral) or colon_mod? other.sub!(/^[\s\t]+/, '') other[0,0] = '\n' if at_mod? other end