Class Index [+]

Quicksearch

Bundler::RubygemsIntegration::Modern

Rubygems 1.8.5

Public Instance Methods

all_specs() click to toggle source
     # File lib/bundler/rubygems_integration.rb, line 356
356:       def all_specs
357:         Gem::Specification.to_a
358:       end
find_name(name) click to toggle source
     # File lib/bundler/rubygems_integration.rb, line 360
360:       def find_name(name)
361:         Gem::Specification.find_all_by_name name
362:       end
stub_rubygems(specs) click to toggle source
     # File lib/bundler/rubygems_integration.rb, line 346
346:       def stub_rubygems(specs)
347:         Gem::Specification.all = specs
348: 
349:         Gem.post_reset {
350:           Gem::Specification.all = specs
351:         }
352: 
353:         stub_source_index170(specs)
354:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.