method

clone

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

No documentation available.

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