sig/node_mutation.rbs in node_mutation-1.20.0 vs sig/node_mutation.rbs in node_mutation-1.21.0
- old
+ new
@@ -37,10 +37,10 @@
def wrap: (node: T, prefix: String, suffix: String, ?newline: bool) -> void
def noop: (node: T) -> void
- def combine: () { () -> void } -> void
+ def group: () { () -> void } -> void
def process: () -> NodeMutation::Result
def test: () -> NodeMutation::Result
end