# File lib/librarian/manifest_set.rb, line 77
    def deep_strip!(names)
      strippables = dependencies_of(names)
      shallow_strip!(strippables)

      self
    end