write()
Writes out this config file, replacing its source.
# File lib/rubygems/config_file.rb, line 460 def write File.open config_file_name, 'w' do |io| io.write to_yaml end end