Method: Gem::ConfigFile#bulk_threshold
- Defined in:
- lib/rubygems/config_file.rb
#bulk_threshold ⇒ Object
Bulk threshold value. If the number of missing gems are above this threshold value, then a bulk download technique is used. (deprecated)
103 104 105 |
# File 'lib/rubygems/config_file.rb', line 103 def bulk_threshold @bulk_threshold end |