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