# File rexml/functions.rb, line 180
    def Functions::concat( *objects )
      objects.join
    end