method

new

ruby latest stable - Class: Bundler::Graph::GraphVizClient

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

new(graph_instance)
public

No documentation available.

# File lib/bundler/graph.rb, line 95
      def initialize(graph_instance)
        @graph_name    = graph_instance.class::GRAPH_NAME
        @groups        = graph_instance.groups
        @relations     = graph_instance.relations
        @node_options  = graph_instance.node_options
        @edge_options  = graph_instance.edge_options
        @output_file   = graph_instance.output_file
        @output_format = graph_instance.output_format
      end