Method: Bundler::SpecSet#to_a

Defined in:
lib/bundler/spec_set.rb

#to_aObject

[View source]

99
100
101
# File 'lib/bundler/spec_set.rb', line 99

def to_a
  sorted.dup
end