class Gammo::XPath::AST::NodeTest::ProcessingInstruction

@!visibility private

Public Class Methods

new() click to toggle source
# File lib/gammo/xpath/ast/node_test.rb, line 79
def initialize
  fail NotImplementedError, 'processing-instruction is not supported'
end