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 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
This page was generated for Ruby 2.6.9
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.