Method: Bundler::Source::Rubygems#options
- Defined in:
- lib/bundler/source/rubygems.rb
permalink #options ⇒ Object
[View source]
99 100 101 |
# File 'lib/bundler/source/rubygems.rb', line 99 def { "remotes" => @remotes.map(&:to_s) } end |