TwP / inifile

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

INI from String #9

Closed trans closed 12 years ago

trans commented 12 years ago

The only functionality I see missing at this point is the ability to create an IniFile given string, rather than a file.

LeeXGreen commented 12 years ago

As a potential user of inifile, this is an issue I'd like to see fixed as well, if I don't end up implementing it myself.

TwP commented 12 years ago

Good news everyone! I'm implementing this feature today!