Class: Bundler::RubygemsIntegration::Ancient
- Inherits:
-
Legacy
- Object
- Bundler::RubygemsIntegration
- Legacy
- Bundler::RubygemsIntegration::Ancient
- Defined in:
- lib/bundler/rubygems_integration.rb
Overview
Rubygems versions 1.3.6 and 1.3.7
Instance Method Summary collapse
-
#initialize ⇒ Ancient
constructor
A new instance of Ancient.
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
#initialize ⇒ Ancient
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 |