Method: Bundler::Source::Rubygems#local_only!

Defined in:
lib/bundler/source/rubygems.rb

#local_only!Object

[View source]

38
39
40
41
42
43
# File 'lib/bundler/source/rubygems.rb', line 38

def local_only!
  @specs = nil
  @allow_local = true
  @allow_cached = false
  @allow_remote = false
end