class Gammo::XPath::AST::NodeTest

@!visibility private

Public Instance Methods

match?(node) click to toggle source
# File lib/gammo/xpath/ast/node_test.rb, line 11
def match?(node)
  fail NotImplementedError, "#match must be implemented"
end