# File lib/rails-installer.rb, line 579 def write_yml(filename,object) File.open(filename,'w') do |f| f.write(YAML.dump(object)) end end