# File lib/buildr/packaging/artifact_namespace.rb, line 556 def parent=(other) raise 'Cannot set parent of root namespace' if root? @parent = other @registry = nil end