TwP / inifile

Native Ruby package for reading and writing INI files
http://codeforpeople.rubyforge.org/inifile
95 stars 47 forks source link

Support a force_array option to keep multiple values around #50

Open ericpromislow opened 5 years ago

ericpromislow commented 5 years ago

See the section called "The fix" in http://engineering.pivotal.io/post/git-push-instead-of/ for a sample use case in an .ini file (in this case .gitconfig recognizes multiple keyed values in a section)

See issue https://github.com/TwP/inifile/issues/49