method
processingInstruction
v1_8_7_72 -
Show latest stable
- Class:
RSS::REXMLLikeXMLParser
processingInstruction(target, content)public
No documentation available.
# File lib/rss/xmlparser.rb, line 54
def processingInstruction(target, content)
@listener.instruction(target, content)
end