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

Methods

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

Included Modules

Enumerable

Constants

RUBY = "ruby".freeze
NULL = "\0".freeze

Attributes

all_specs  [R] 
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]