method

clone

v1_9_3_392 - Show latest stable - Class: REXML::Text
clone()
public

No documentation available.

# File lib/rexml/text.rb, line 181
    def clone
      return Text.new(self)
    end