From e8adc2e0c1a1125b2d0a4351e14189243028f943 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 14 Jul 2014 13:46:55 +0000 Subject: [PATCH] Correct access modifier --- lib/mutant/mutator/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/mutator/node.rb b/lib/mutant/mutator/node.rb index c7dfdd57..ce551829 100644 --- a/lib/mutant/mutator/node.rb +++ b/lib/mutant/mutator/node.rb @@ -29,7 +29,7 @@ module Mutant emit_child_update(index, node) end end - private_class_method :children + private_class_method :define_named_child private