comment is not stored when use .save() function. i cos my comments ``` #!/usr/bin/env ruby # encoding: utf-8 require 'inifile' ini = IniFile.load('test.ini') ini['section']['foo'] = 'baz' ini.save ``` if test.ini have comment when save i lost it!