Class Index [+]

Quicksearch

Bundler::RubygemsIntegration::Legacy

Rubygems 1.4 through 1.6

Public Class Methods

new() click to toggle source
     # File lib/bundler/rubygems_integration.rb, line 308
308:       def initialize
309:         super
310:         backport_base_dir
311:         backport_cache_file
312:         backport_spec_file
313:         backport_yaml_initialize
314:       end

Public Instance Methods

all_specs() click to toggle source
     # File lib/bundler/rubygems_integration.rb, line 320
320:       def all_specs
321:         Gem.source_index.gems.values
322:       end
find_name(name) click to toggle source
     # File lib/bundler/rubygems_integration.rb, line 324
324:       def find_name(name)
325:         Gem.source_index.find_name(name)
326:       end
stub_rubygems(specs) click to toggle source
     # File lib/bundler/rubygems_integration.rb, line 316
316:       def stub_rubygems(specs)
317:         stub_source_index137(specs)
318:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.