= private = protected
clone()
This method has no description. You can help the Ruby community by adding new notes.
# File lib/rexml/text.rb, line 105 def clone return Text.new(self) end