# File lib/yard/cli/graph.rb, line 34
      def run(*args)
        Registry.load
        optparse(*args)

        contents = objects.map {|o| o.format(options) }.join("\n")
        Templates::Engine.render(:format => :dot, :type => :layout,
          :verifier => @verifier, :serializer => @serializer,
          :contents => contents)
      end