class Querly::Pattern::Expr::Self
Public Instance Methods
test_node(node)
click to toggle source
# File lib/querly/pattern/expr.rb, line 301 def test_node(node) node&.type == :self end
# File lib/querly/pattern/expr.rb, line 301 def test_node(node) node&.type == :self end