Skip to content

Commit

Permalink
Improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallin authored and marcandre committed Dec 12, 2024
1 parent d256e04 commit 1213746
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/modules/ROOT/pages/node_pattern.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
= Node Pattern

Node pattern is a DSL to help find specific nodes in the Abstract Syntax Tree
using a simple string, in a similar fashion to how Regexp is used to find text.
using a simple string.

It evokes the pattern-matching capabilities of regular expressions,
but is designed to target specific nodes in Ruby code.

== History

Expand Down

0 comments on commit 1213746

Please sign in to comment.