lib/arborist/node/root.rb in arborist-0.0.1.pre20160128152542 vs lib/arborist/node/root.rb in arborist-0.0.1.pre20160606141735

- old
+ new

@@ -43,9 +43,15 @@ @status = 'up' @status.freeze end + ### Ignore restores of serialized root nodes. + def restore( other_node ) + self.log.info "Ignoring restored root node." + end + + ### Ignore updates to the root node. def update( properties ) self.log.warn "Update to the root node ignored." end