Class: Querly::Pattern::Expr::Any
- Defined in:
- lib/querly/pattern/expr.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#test_node(node) ⇒ Object
25 26 27 |
# File 'lib/querly/pattern/expr.rb', line 25 def test_node(node) true end |