Class: Bundler::RubygemsIntegration::Ancient

Inherits:
Legacy show all
Defined in:
lib/bundler/rubygems_integration.rb

Overview

Rubygems versions 1.3.6 and 1.3.7

Instance Method Summary collapse

Methods inherited from Legacy

#all_specs, #find_name, #stub_rubygems

Methods inherited from Bundler::RubygemsIntegration

#backport_segment_generation, #bin_path, #clear_paths, #configuration, #download_gem, #fetch_specs, #gem_bindir, #gem_dir, #gem_path, #inflate, #loaded_specs, #mark_loaded, #marshal_spec_dir, #path, #platforms, #preserve_paths, #read_binary, #replace_bin_path, #replace_entrypoints, #replace_gem, #replace_refresh, #reverse_rubygems_kernel_mixin, #ruby_engine, #sources, #sources=, #spec_from_gem, #stub_source_index137, #stub_source_index170, #ui=, #user_home, #with_build_args

Constructor Details

#initializeAncient

Returns a new instance of Ancient.



286
287
288
289
# File 'lib/bundler/rubygems_integration.rb', line 286

def initialize
  super
  backport_segment_generation
end