Class: Gem::Resolver::BestSet
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          ComposedSet,
          Set
         | |
| Instance Chain: 
          self,
          ComposedSet,
          Set
         | |
| Inherits: | Gem::Resolver::ComposedSet 
 | 
| Defined in: | lib/rubygems/resolver/best_set.rb | 
Overview
Class Method Summary
- 
    
      .new(sources = Gem.sources)  ⇒ BestSet 
    
    constructor
    Creates a BestSetfor the given Gem.sources or Gem.sources if none are specified.
ComposedSet - Inherited
| .new | Creates a new ComposedSet containing  | 
Instance Attribute Summary
ComposedSet - Inherited
| #prerelease= | When  | 
| #remote= | Sets the remote network access for all composed sets. | 
Set - Inherited
| #errors | Errors encountered when resolving gems. | 
| #prerelease | When true, allows matching of requests to prerelease gems. | 
| #remote | Set to true to disable network access for this set. | 
Instance Method Summary
ComposedSet - Inherited
Set - Inherited
Constructor Details
    .new(sources = Gem.sources)  ⇒ BestSet 
  
Creates a BestSet for the given Gem.sources or Gem.sources if none are specified.  Gem.sources must be a ::Gem::SourceList.