Object
# File bundler/cli/info.rb, line 6 def initialize(options, gem_name) @options = options @gem_name = gem_name end
# File bundler/cli/info.rb, line 11 def run Bundler.ui.silence do Bundler.definition.validate_runtime! Bundler.load.lock end spec = spec_for_gem(gem_name) if spec return print_gem_path(spec) if @options[:path] print_gem_info(spec) end end
This page was generated for Ruby 2.7.0
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.2.