# File lib/rubygems/config_file.rb, line 332
  def write
    open config_file_name, 'w' do |io|
      io.write to_yaml
    end
  end