class Gammo::XPath::AST::Axis::Self

Public Instance Methods

strain(context, context_node, node_set) click to toggle source
# File lib/gammo/xpath/ast/axis.rb, line 224
def strain(context, context_node, node_set)
  node_set << context_node if node_test.match?(context_node)
end