TwP / inifile

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

Quoted comment characters #40

Open lhm opened 8 years ago

lhm commented 8 years ago

I'm having trouble writing values correctly that contain comment characters (i.e. semicolon). Here's a gist that tries to illustrate the problem.

I think values that contain these characters maybe need to be quoted when writing?