Method: Bundler::SpecSet#to_s

Defined in:
lib/bundler/spec_set.rb

#to_sObject

[View source]

214
215
216
# File 'lib/bundler/spec_set.rb', line 214

def to_s
  map(&:full_name).to_s
end