Method: Oga::XPath::Parser#_rule_2

Defined in:
lib/oga/xpath/parser.rb

#_rule_2(val) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



316
317
318
# File 'lib/oga/xpath/parser.rb', line 316

def _rule_2(val)
   [:or, val[1]] 
end