method

clone

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

No documentation available.

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