# File lib/liquid/standardfilters.rb, line 343
      def join(glue)
        to_a.join(glue)
      end