# File lib/facets/more/rexmlbuilder.rb, line 225
  def comment( str, *args )
    REXML::Comment.new( str, *args )
  end