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 287
287:       def all_specs
288:         Gem::Specification.to_a
289:       end
find_name(name) click to toggle source
     # File lib/bundler/rubygems_integration.rb, line 291
291:       def find_name(name)
292:         Gem::Specification.find_all_by_name name
293:       end
stub_rubygems(specs) click to toggle source
     # File lib/bundler/rubygems_integration.rb, line 277
277:       def stub_rubygems(specs)
278:         Gem::Specification.all = specs
279: 
280:         Gem.post_reset {
281:           Gem::Specification.all = specs
282:         }
283: 
284:         stub_source_index170(specs)
285:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.