Method: Bundler::SourceList#local_only!

Defined in:
lib/bundler/source_list.rb

#local_only!Object



139
140
141
# File 'lib/bundler/source_list.rb', line 139

def local_only!
  all_sources.each(&:local_only!)
end