method

new

v2_6_3 - Show latest stable - Class: Bundler::CLI::Show
new(options, gem_name)
public

No documentation available.

# File lib/bundler/cli/show.rb, line 6
    def initialize(options, gem_name)
      @options = options
      @gem_name = gem_name
      @verbose = options[:verbose] || options[:outdated]
      @latest_specs = fetch_latest_specs if @verbose
    end