Class Bundler::Index
In: lib/bundler/index.rb
Parent: Object

Methods

<<   ==   []   add_source   build   each   empty?   initialize_copy   inspect   local_search   new   search   size   source_types   unmet_dependency_names   use  

Included Modules

Enumerable

Attributes

sources  [R] 
specs  [R] 

Public Class methods

Public Instance methods

[](query, base = nil)

Alias for search

Search this index‘s specs, and any source indexes that this index knows about, returning all of the results.

returns a list of the dependencies

[Validate]