Class: Querly::Pattern::Expr::Dstr
- Defined in:
- lib/querly/pattern/expr.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#test_node(node) ⇒ Object
328 329 330 |
# File 'lib/querly/pattern/expr.rb', line 328 def test_node(node) node&.type == :dstr end |