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 2642aaa commit 416e481Copy full SHA for 416e481
README.md
@@ -31,7 +31,7 @@ It is built with only standard library dependencies. It additionally ships with
31
- [SyntaxTree.search(source, query, &block)](#syntaxtreesearchsource-query-block)
32
- [Nodes](#nodes)
33
- [child_nodes](#child_nodes)
34
- - [copy(**)](#copy)
+ - [copy(**attrs)](#copyattrs)
35
- [Pattern matching](#pattern-matching)
36
- [pretty_print(q)](#pretty_printq)
37
- [to_json(*opts)](#to_jsonopts)
@@ -358,7 +358,7 @@ program.child_nodes.first.child_nodes.first
358
# => (binary (int "1") :+ (int "1"))
359
```
360
361
-### copy
+### copy(**attrs)
362
363
This method returns a copy of the node, with the given attributes replaced.
364
0 commit comments