We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944ced4 commit d256e04Copy full SHA for d256e04
docs/modules/ROOT/pages/node_pattern.adoc
@@ -1,10 +1,7 @@
1
= Node Pattern
2
3
Node pattern is a DSL to help find specific nodes in the Abstract Syntax Tree
4
-using a simple string.
5
-
6
-It reminds the simplicity of regular expressions but used to find specific
7
-nodes of Ruby code.
+using a simple string, in a similar fashion to how Regexp is used to find text.
8
9
== History
10
0 commit comments