TwP / inifile

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

Support multiple values with the same key in a section #49

Open ericpromislow opened 5 years ago

ericpromislow commented 5 years ago

Similar to #24 but not changing the supported syntax of inifiles.

Use case: See http://engineering.pivotal.io/post/git-push-instead-of/ where the [url "git@github.com:"] section in .gitconfig files can have multiple values with the key pushInsteadOf