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

Methods

Included Modules

Enumerable

Constants

RUBY = "ruby".freeze
NULL = "\0".freeze
EMPTY_SEARCH = [].freeze

Attributes

all_specs  [R] 
sources  [R] 
specs  [R] 

Public Class methods

Public Instance methods

Whether all the specs in self are in other TODO: rename to include?

[](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

Protected Instance methods

[Validate]