Class: Querly::Pattern::Expr::Dstr

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



337
338
339
# File 'lib/querly/pattern/expr.rb', line 337

def test_node(node)
  node&.type == :dstr
end