11 12 13
# File 'lib/xbmc_sql/nfo_file.rb', line 11 def save! File.open(raw_file, 'w+') { |f| f.write new_doc } end