Method: Bundler::CLI::Show#initialize
- Defined in:
- lib/bundler/cli/show.rb
permalink #initialize(options, gem_name) ⇒ Show
Returns a new instance of Show.
6 7 8 9 10 11 |
# File 'lib/bundler/cli/show.rb', line 6 def initialize(, gem_name) @options = @gem_name = gem_name @verbose = [:verbose] || [:outdated] @latest_specs = fetch_latest_specs if @verbose end |