# File lib/facets/more/rexmlbuilder.rb, line 221
  def text( str, *args )
    REXML::Text.new( str, *args )
  end