2017-04-27 2 views

Antwort

1

Genau wie folgt aus:

File.open('builder.xml', 'w') do |file| 
    file << builder.to_xml 
end