method

viz

ruby latest stable - Class: Bundler::CLI

Method not available on this version

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

viz()
public

No documentation available.

# File lib/bundler/cli.rb, line 539
      def viz
        SharedHelpers.major_deprecation 2, "The `viz` command has been moved to the `bundle-viz` gem, see https://github.com/bundler/bundler-viz"
        require "bundler/cli/viz"
        Viz.new(options.dup).run
      end