Method: REXML::Functions.processing_instruction
- Defined in:
- lib/rexml/functions.rb
.processing_instruction(node) ⇒ Object
432 433 434 |
# File 'lib/rexml/functions.rb', line 432 def Functions::processing_instruction( node ) node.node_type == :processing_instruction end |