Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created September 18, 2010 21:07
Show Gist options
  • Save fernyb/586037 to your computer and use it in GitHub Desktop.
Save fernyb/586037 to your computer and use it in GitHub Desktop.
[75, 84] in /Library/Ruby/Gems/1.8/gems/bundler-1.0.0/lib/bundler/spec_set.rb
75 def to_hash
76 lookup.dup
77 end
78
79 def materialize(deps, missing_specs = nil)
=> 80 materialized = self.for(deps, [], false, true).to_a
81 materialized.map! do |s|
82 next s unless s.is_a?(LazySpecification)
83 spec = s.__materialize__
84 if missing_specs
(rdb:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment