inifile icon indicating copy to clipboard operation
inifile copied to clipboard

comments

Open letarg0 opened this issue 6 years ago • 0 comments

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!

letarg0 avatar Feb 25 '18 10:02 letarg0