# File lib/capistrano/configuration/namespaces.rb, line 36
      def top
        return parent.top if parent
        return self
      end