Object
# File lib/bundler/cli/info.rb, line 6 def initialize(options, gem_name) @options = options @gem_name = gem_name end
# 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
[Validate]
Generated with the Darkfish Rdoc Generator 2.