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
281 282 283 |
# File 'lib/querly/pattern/expr.rb', line 281 def test_node(node) node&.type == :dstr end |