TwP / inifile

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

How to delete a specified item in a specified section without affecting other items in the section #52

Open MrSsunlight opened 4 years ago

MrSsunlight commented 4 years ago

[section1] var1 = foo var2 = bar var1 = poodle

Currently only want to delete var1 in section1, keep other members;how to achieve it?