sig/node_mutation.rbs in node_mutation-1.4.0 vs sig/node_mutation.rbs in node_mutation-1.4.1

- old
+ new

@@ -37,9 +37,11 @@ def replace_with: (node: T, code: String) -> void def wrap: (node: T, with: String) -> void + def noop: (node: T) -> void + def process: () -> NodeMutation::Result def test: () -> NodeMutation::Result end