Correct access modifier

This commit is contained in:
Markus Schirp 2014-07-14 13:46:55 +00:00
parent 2b5a2236e2
commit e8adc2e0c1

View file

@ -29,7 +29,7 @@ module Mutant
emit_child_update(index, node)
end
end
private_class_method :children
private_class_method :define_named_child
private