method

run

ruby latest stable - Class: Bundler::CLI::Info

Method not available on this version

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

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