TwP / inifile

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

Allow initialisation with an hash #20

Closed guilhem closed 10 years ago

guilhem commented 11 years ago

Very usefull if you want to test equality between a file and a generated Hash

TwP commented 10 years ago

:cool: I'm going to add this in, but it needs to be done without changing the method signature of initialize.

TwP commented 10 years ago

Gonna go with #29 instead.