Class Bundler::SpecSet
In: lib/bundler/spec_set.rb
Parent: Object

Methods

Included Modules

TSort Enumerable

Public Class methods

Public Instance methods

Materialize for all the specs in the spec set, regardless of what platform they‘re for This is in contrast to how for does platform filtering (and specifically different from how `materialize` calls `for` only for the current platform) @return [Array<Gem::Specification>]

[Validate]