Ruby Open Fichier NoKogiri

doc = File.open("blossom.xml") { |f| Nokogiri::XML(f) }
Magnificent Mole