clone()
No documentation available.
# File lib/rexml/text.rb, line 183 def clone return Text.new(self) end