method

clone

v1_8_7_72 - Show latest stable - Class: REXML::Instruction
clone()
public

No documentation available.

# File lib/rexml/instruction.rb, line 37
                def clone
                        Instruction.new self
                end