Class: Querly::Pattern::Expr::Any

Inherits:
Base
  • Object
show all
Defined in:
lib/querly/pattern/expr.rb

Instance Method Summary collapse

Methods inherited from Base

#==, #=~, #attributes

Instance Method Details

#test_node(node) ⇒ Object



25
26
27
# File 'lib/querly/pattern/expr.rb', line 25

def test_node(node)
  true
end