Method: Bundler::Source::Rubygems#options

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

#optionsObject

[View source]

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

def options
  { "remotes" => @remotes.map(&:to_s) }
end