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