HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/share/ri/2.7.0/system/Bundler/Plugin/API/Source/cdesc-Source.ri
U:RDoc::NormalModule[iI"Source:ETI"!Bundler::Plugin::API::Source;T0o:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I":This class provides the base to build source plugins ;TI"GAll the method here are required to build a source plugin (except ;TI"6`uri_hash`, `gem_install_dir`; they are helpers).;To:RDoc::Markup::BlankLineo;	;[	I"EDefaults for methods, where ever possible are provided which is ;TI"@expected to work. But, all source plugins have to override ;TI"M`fetch_gemspec_files` and `install`. Defaults are also not provided for ;TI"'`remote!`, `cache!` and `unlock!`.;T@o;	;[	I"KThe defaults shall work for most situations but nevertheless they can ;TI"Kbe (preferably should be) overridden as per the plugins' needs safely ;TI"+(as long as they behave as expected). ;TI"<On overriding `initialize` you should call super first.;T@o;	;[
I"NIf required plugin should override `hash`, `==` and `eql?` methods to be ;TI"Lable to match objects representing same sources, but may be created in ;TI"Ldifferent situation (like form gemfile and lockfile). The default ones ;TI"Jchecks only for class and uri, but elaborate source plugins may need ;TI";more comparisons (e.g. git checking on branch or tag).;T@o;	;[I"@!attribute [r] uri;To:RDoc::Markup::Verbatim;[I"J@return [String] the remote specified with `source` block in Gemfile
;T:@format0o;	;[I"@!attribute [r] options;To;;[I"H@return [String] options passed during initialization (either from
;TI"  lockfile or Gemfile)
;T;0o;	;[I"@!attribute [r] name;To;;[I"J@return [String] name that can be used to uniquely identify a source
;T;0o;	;[I"&@!attribute [rw] dependency_names;To;;[	I"J@return [Array<String>] Names of dependencies that the source should
;TI"M  try to resolve. It is not necessary to use this list internally. This
;TI"D  is present to be compatible with `Definition` and is used by
;TI"  rubygems source.;T;0:
@fileI"%lib/bundler/plugin/api/source.rb;T:0@omit_headings_from_table_of_contents_below0;
0;0[	[
I"dependency_names;TI"RW;T:publicFI"3../ruby-2.7.7/lib/bundler/plugin/api/source.rb;T[
I"	name;TI"R;T;F@G[
I"options;T@J;F@G[
I"uri;T@J;F@G[[[[I"
class;T[[;[[I"new;T@G[:protected[[:private[[I"
instance;T[[;[[I"==;T@G[I"app_cache_dirname;T@G[I"app_cache_path;T@G[I"bundler_plugin_api_source?;T@G[I"
cache;T@G[I"cached!;T@G[I"can_lock?;T@G[I"double_check_for;T@G[I"	eql?;T@G[I"fetch_gemspec_files;T@G[I"gem_install_dir;T@G[I"	hash;T@G[I"
include?;T@G[I"install;T@G[I"install_path;T@G[I"installed?;T@G[I"options_to_lock;T@G[I"post_install;T@G[I"remote!;T@G[I"	root;T@G[I"
specs;T@G[I"to_lock;T@G[I"	to_s;T@G[I"unlock!;T@G[I"unmet_deps;T@G[I"
uri_hash;T@G[;[[;[[[U:RDoc::Context::Section[i0o;;[;
0;0[I"%lib/bundler/plugin/api/source.rb;TI"Bundler::Plugin::API;TcRDoc::NormalClass