Class: Bundler::RubygemsIntegration::Transitional

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

Overview

Rubygems 1.7

Instance Method Summary collapse

Methods inherited from Legacy

#all_specs, #find_name

Methods inherited from Bundler::RubygemsIntegration

#backport_segment_generation, #bin_path, #clear_paths, #configuration, #download_gem, #fetch_specs, #gem_bindir, #gem_dir, #gem_path, #inflate, #initialize, #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

This class inherits a constructor from Bundler::RubygemsIntegration

Instance Method Details

#stub_rubygems(specs) ⇒ Object



294
295
296
# File 'lib/bundler/rubygems_integration.rb', line 294

def stub_rubygems(specs)
  stub_source_index170(specs)
end