method

clone

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

No documentation available.

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