# File lib/yard/generators/uml_generator.rb, line 45 def namespaces(object) object.children.select {|o| o.is_a?(CodeObjects::NamespaceObject) } end