method

run

v2_6_3 - Show latest stable - Class: Bundler::CLI::Info
run()
public

No documentation available.

# File lib/bundler/cli/info.rb, line 11
    def run
      spec = spec_for_gem(gem_name)

      spec_not_found(gem_name) unless spec
      return print_gem_path(spec) if @options[:path]
      print_gem_info(spec)
    end