Method: REXML::Instruction#content

Defined in:
lib/rexml/instruction.rb

#contentObject

target is the “name” of the Instruction; IE, the “tag” in <?tag …?> content is everything else.



14
15
16
# File 'lib/rexml/instruction.rb', line 14

def content
  @content
end