method

node_type

ruby latest stable - Class: REXML::Instruction
node_type()
public

No documentation available.

# File lib/rexml/instruction.rb, line 63
    def node_type
      :processing_instruction
    end