Method: Bundler::CLI#viz
- Defined in:
- lib/bundler/cli.rb
permalink #viz ⇒ Object
[View source]
527 528 529 530 531 |
# File 'lib/bundler/cli.rb', line 527 def viz SharedHelpers.major_deprecation 2, "The `viz` command has been renamed to `graph` and moved to a plugin. See https://github.com/rubygems/bundler-graph" require_relative "cli/viz" Viz.new(.dup).run end |