Method: Bundler::SpecSet#specs_with_additional_variants_from

Defined in:
lib/bundler/spec_set.rb

#specs_with_additional_variants_from(other) ⇒ Object

[View source]

163
164
165
# File 'lib/bundler/spec_set.rb', line 163

def specs_with_additional_variants_from(other)
  sorted | additional_variants_from(other)
end