# File lib/facet/lisp-format.rb, line 514
        def join(other)
          other.is_a?(Literal) ? self << other : other
        end